Hi all, I'm trying to map my build-ideas to gradle, but now I got stuck and cant find a good point to read the answers for my questions ...
Mybe you can give me the right starting points to read? I try to describe my problem shortly (for those of you, who can read german, there is also an description on http://www.jerger.org/de/architectureBuild.html) ... okay, my build owns three dimensions of configuration, * 1'st dim: task dependencies - how to handle this is quite clear * 2'nd dim: Project dependencies - I've seen the "dependencies" section but ---> where can a find, which dependencies can be defined (I found compile, testCompile in docu)? - which dependency types exists at all? ---> How are they linked up to configurations (are theyl)? ---> Lets assume, I want use sth. like maven scopes and want to have runtime dependencies (affects packing, testing, and transient dependecy resolution) or aspectj dependencies (to control which aspects are woven), how can I introduce such dependency types? * 3'rd dim: (My so called) configurations - these configartions I use to generate for example different .war files out of one project for different servers. So this dimension affects only the artefact-generation (assembly in gradels words). ---> How can I map this concept to gradle? Hope all these questions are realy boring to you and u can point me to the prefabed answer :-) Kind regards, Michael -- Informatikbüro Jerger http://www.jerger.org Zeppelinstr. 13, D-72770 Reutlingen fon: +49-7121-578913 mob: +49-178-8189878 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
