On Mon, Nov 29, 2010 at 7:30 PM, Paul Merlin <[email protected]> wrote:
> Classpath in java can easily become a mess. A big directory containing all > dependencies of all modules and submodules feels bad to me. > As a developer, how do I know which jar to include in my classpath depending > on > what qi4j modules I use? That's what maven & gradle can do for me but isn't > the > (bin | src) distributions for people that don't want to go the > super-build-tool > way? Good point. Gradle is built on IVY, so I presume we need to instruct Ivy to produce the dependency definition in its format, as well as pom.xmls. So, that would then suggest that the lib/, should perhaps be called repository/, follow Maven's spec so users could either setup their own local filesystem repository, or simply drop files into .m2/repository (well, of course that doesn't work with maven's meta files...) > I'm concerned about IDE support too, I use Netbeans and gradle projects are > not > supported yet, neither by gradle or netbeans. I'll have to live with that and > go > through long wizards to set up qi4j projects in my IDE until gradle fix > GRADLE-112 . I just voted for GRADLE-112, and with 3 more votes it is in the Top5 list or something. Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

