Re: Compiling against a shared code area

2005-01-02 Thread Jacob Kjome
It's possible that the Ant-contrib CompileWithWalls task might work. I've never tried it because it is both complicated (at least from its description, I've never actually tried it) and it seems to me to cover up larger problems with source layout and package/class separation. Again, I'm not

Re: Compiling against a shared code area

2005-01-02 Thread Jeffrey E Care
To the best of my knowledge Ant does not support VPATHs. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "McIntosh, Stephen" <[EMAIL PROTECTED]> wrote on 12/30/2004 04:31:00 PM: >

Re: cvs with ant

2005-01-02 Thread Antoine Levy-Lambert
Hello Radha, the ant cvs task can be used to perform all cvs operations. The attribute command is used to say which operation you want to do. see http://ant.apache.org/manual/CoreTasks/cvs.html Cheers, Antoine Radha Sangal wrote: I know there is a cvs task in ant to checkout project. Is there any t