Quantcast

Difference between compile and runtime in BuildConfig.groovy

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Difference between compile and runtime in BuildConfig.groovy

Christian
Hi Guys

Can anyone help me by explaining or pointing me to an article that explains
the difference between installing a plugin using compile and runtime in the
BuildConfig.groovy and the appropriate cases to use them. For example the
difference between runtime ":webflow:2.0.0" and compile ":webflow:2.0.0".

--
View this message in context: http://grails.1312388.n4.nabble.com/Difference-between-compile-and-runtime-in-BuildConfig-groovy-tp4628375.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Difference between compile and runtime in BuildConfig.groovy

Silvère Lestang
A quick answer from Stackoverflow http://stackoverflow.com/questions/7070570/understanding-compile-vs-run-time-dependencies

But I don't know if Grails plugin system works exactly the same way.

On 14 May 2012 13:08, Christian <[hidden email]> wrote:
Hi Guys

Can anyone help me by explaining or pointing me to an article that explains
the difference between installing a plugin using compile and runtime in the
BuildConfig.groovy and the appropriate cases to use them. For example the
difference between runtime ":webflow:2.0.0" and compile ":webflow:2.0.0".

--
View this message in context: http://grails.1312388.n4.nabble.com/Difference-between-compile-and-runtime-in-BuildConfig-groovy-tp4628375.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Loading...