Take a look at this task: <
http://ant.apache.org/manual/OptionalTasks/replaceregexp.html>
And, then take a look at this: <
http://ant.apache.org/manual/CoreTypes/regexp.html>
It appears that the two might be related. If that's the case, you might be
able to use the somehow in the .
Also take a
It works fine on my box. I do have the gray background issue on Linux
terminals and Savant though. However, ant and Savant work fine on Mac.
Here's my ~/.antrc:
ANT_OPTS="-Xmx256M"
ANT_ARGS="-logger org.apache.tools.ant.listener.AnsiColorLogger"
You might also check out your
I ran into a similar problem just this morning with Java 1.5 and Java
1.6 incompatibility. In your javac task in your build file, you
should also set the bootclasspath, and point it to the rt.jar for Java
1.3. This will help you not introduce usage of Java 1.5 APIs into
your Java 1.3 build since
Thanks for all your help and input.
> To: user@ant.apache.org
> Subject: Re: Building with JDK 1.3. Which version of ANT?
> From: bode...@apache.org
> Date: Thu, 30 Jul 2009 12:11:45 +0200
>
> On 2009-07-30, Rez P wrote:
>
> > I just got a successful build by using jdk 1.5, ant 1.7, and
> I am here again needing some help
> now I need to do a I script to compare two ".properties"..like
I'd just write a custom task for these kind of things. Then you're done within
an hour, taking Hofstadters law into account.
If you've never written a custom task, your objective sounds like a goo
On 2009-07-30, Rez P wrote:
> I just got a successful build by using jdk 1.5, ant 1.7, and setting
> source & target attributes of the javac ant task to 1.3. Do you see
> any problem with this configuration as far as jdk 1.5 adding
> unwanted stuff to my generated class files as opposed to, if I
I got ur point.. thank u very much.
Regards,
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 5:34 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
The only real exploration I did was to review your code ;)
When I
-Original Message-
From: JĂșlio Cesar Bueno Cotta [mailto:juliocbco...@gmail.com]
Sent: Wednesday, July 29, 2009 10:21 PM
To: Ant Users List
Subject: compare files line by line
/*
Hello good people
I am here again needing some help
now I need to do a I script to compare two ".properties"