Re: Compiling against a shared code area

2005-01-03 Thread Poonam
; is not recognized as an internal or external command, [exec] operable program or batch file. Can you please help me? Regards, Poonam - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 03, 2005 7:04 PM Subject: Re: Compiling against a shared code area

Re: Compiling against a shared code area

2005-01-03 Thread galenboyerdev
"McIntosh, Stephen" <[EMAIL PROTECTED]> writes: > Hello. I'm not quite a newbie user of Ant, but I'm not an expert either. > I'm hoping there's a solution to my problem: > > I would like to have Ant compile a set of java files against two separate > source directories, one "l

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: Compiling against a shared code area

2004-12-30 Thread Anderson, Rob (Global Trade)
> Sent: Thursday, December 30, 2004 1:54 PM > To: Ant Users List > Subject: RE: Compiling against a shared code area > > > It sounds like you should be using a branch in version > control, rather than locating different versions of source > files in different d

RE: Compiling against a shared code area

2004-12-30 Thread McIntosh, Stephen
ct: RE: Compiling against a shared code area I didn't test this, but I think it should work; the manual says that acts as a fileset, so I would think you could use a selector... HTH Kajsa Anderson --

RE: Compiling against a shared code area

2004-12-30 Thread Kajsa.Anderson
I didn't test this, but I think it should work; the manual says that acts as a fileset, so I would think you could use a selector... HTH Kajsa Anderson - To unsubscribe, e-mail: [

RE: Compiling against a shared code area

2004-12-30 Thread Anderson, Rob (Global Trade)
1 PM > To: 'user@ant.apache.org' > Subject: Compiling against a shared code area > > > Hello. I'm not quite a newbie user of Ant, but I'm not an > expert either. > I'm hoping there's a solution to my problem: > > I would like to have Ant compil

Compiling against a shared code area

2004-12-30 Thread McIntosh, Stephen
Hello. I'm not quite a newbie user of Ant, but I'm not an expert either. I'm hoping there's a solution to my problem: I would like to have Ant compile a set of java files against two separate source directories, one "local" and one "shared". This can easily be done like this: except that this