Re: Assembling src files in multiple directories for compilation

2007-05-25 Thread Scot P. Floess
Yep - you can do it... It's all right there in the online docs :) Here is one example: So, just in defining your example: Of course, this is just me whipping out an answer "right quick" (as the say in NC) - your mileage may very :) HTH, Scot Da

Assembling src files in multiple directories for compilation

2007-05-25 Thread David Alves
I have a project that looks like this: /folder1/src /folder2/src /folder3/src /folder4/src /folder5/src /build/src /build/classes Currently, I copy all of them to /build/src before compiling them all into /build/classes I'm wondering if it's possible to do this without the copy step.