; 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
"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
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
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:
>
> 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
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
--
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: [
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
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