Hi,How can I set a layout so that 'target' is in a directory tree parallel to the project source tree? If my source tree is:
/root
- project
- module1
- module2
I want the 'target' directories to be:
/tmp/target
- project
- module1
- module2
(that is, the compiled files and packages of /root/project/module1 go to
/tmp/target/project/module1)
Thank you, Ittay -- -- Ittay Dror <[EMAIL PROTECTED]>
