Hi, I do have problems with understanding the mechanism of the configurations.
googling it revelead "Chapter 22. Artifact Management" of the userguide, but this does not explain configurations (or i dont understand it). My scenario is: I want to have different configurations for Eclipse and our build server. In the configuration for the build server a project should only declare its dependencies to jar files. In Eclipse one should also be able to add direct project dependencies. I thought this is doable with configurations - is this correct ? My idea was to use the existing "java" configuration for Eclipse (so that the eclipse task work correctly) and define another configuration 'buildServer' which has different dependencies. How do I add new configurations so that it "extends" the existing java config ? In the end I want to run compileJava when in Eclipse and compileBuildServer when on the server ? oh.. hope this was clear... Thanks -- View this message in context: http://old.nabble.com/Problems-with-understanding-%22configurations%22-tp27418881p27418881.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
