Hi,
i have a question about dependency resolving.

if i resolve the deps of the configuration "runtime", then i get an empty array. def projectClassPath = project(':myProject').dependencies.resolve("runtime");


But if i resolve the deps of the configuration "compile"
def projectClassPath = project(':myProject').dependencies.resolve("compile");

all dependencies are resolved.


What is the different between the scope/configuration runtime and compile? Table 12.1 in the usergide on page 35 says that the runtime configuration extends the compile configuration. So i think the runtime classpath should contains the same jars like the compile classpath + provided jars.



Marko



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

   http://xircles.codehaus.org/manage_email


Reply via email to