Hi all, I'm currently porting and old build system to gradle and have encountered a bit of a problem.
One of the projects contains two source directories and produces two jar files (one for each source directory). I can compile both source directories to a single ouput location. But is it possible to use the Java Plugin to compile each source directory to its own location and jar it up (without having to drop down to the ant compiler or fiddle around with filters and manual jaring). I know that ideally these would be two projects (or subprojects) but I would like to avoid that option at the moment. Cheers Matt Matthew Fudge Analyist/Programmer email: [email protected] phone: +44(0) 1483 521213 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
