RE: Copying multiple source trees without loops

2007-02-08 Thread sam.hendley
Disclaimer: This is for a J2ME porting system so it has some odd requirements. Thats a good suggestion for most projects but in this case the code in each of the trees is not a compilable unit, I need the source files from all the trees to get it to compile. I also have to do preproccessing on th

RE: Copying multiple source trees without loops

2007-02-07 Thread Daffin, Miles (IT)
I think you may be making things too complicated for yourself. Why not just compile each tree in situ? If you want you can compile them into the same dest dir. You could even wrap the javac task in a macro and just pass the source dir to this as an attribute. Then just invoke the macro once for e