On 2002-10-08 Matt Benson wrote:
You should try passing -Djava.compiler=NONE to your
Java executable (in combination with compiling with
debugging).
-Matt
--- Ian McCall <[EMAIL PROTECTED]> wrote:
When using ant to compile and install source/class
files, my stack traces always show (Unknown Sourc
Hi while running my ant target from one of the file-i'm setting the jvm
args. This jvm args args prints the customized Debug messages which shud
go to the stderr and the exceptions shud go to the stdout(console). But
the debugging mechanism that we r using is too primitive-we just can't
redirec
Another option is to use ant-contrib's Variable task, which is a mutable
property. It is in the 0.6 ant-contrib release.
Dale
Stirling, Scott wrote:
> Hi,
>
> I am writing to share my workaround for a gotcha I encountered with the latest
> ant-contrib tak (version 0.6) and some standard Ant t
Hi,
I am writing to share my workaround for a gotcha I encountered with the latest
ant-contrib tak (version 0.6) and some standard Ant tasks. And if anyone has a
better workaround/solutions, please let me know.
Consider a loop like this, which does the following:
- loops over a fileset in a
I'm trying to use FileSet to grab a bunch of files from a file, and pass it
as an argument to a task.
The file, /project/vobs/project/data/client/file_list looks like this:
/project/vobs/project/data/client/menuScreen.xml
...
/project/vobs/project/data/client/moreStuff.xml
Here is what I've trie
In a previous project we simply used:
The space in the name is not a problem.
The os's used were: "Windows 2000", "Windows XP",
"Windows NT", "Linux", "HP-UX" and "SunOS".
The windows properties were mostly copies of each other,
but there were on or two differences.
If you just want a property f
if they all contain the same properties, how about having only one property file
per OS and load it ?
seb.
[EMAIL PROTECTED] wrote:
> All,
>
> How can I improve the following code in ant?
>
> Thanks
>
> B.
>
>
> -
> -
>
>
> -
> -
>
>
>
> -
>
>
>
> -
>
>
>
All,
How can I improve the following code in ant?
Thanks
B.
-
-
-
-
-
-
-
- Original Message -
From: "Conor MacNeill" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 15, 2004 6:31 PM
Subject