Re: What does it mean

2006-03-10 Thread Matthew Hughes
by replying to this message and delete this e-mail immediately. -----Original Message- From: Matthew Hughes [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 10:04 AM To: Ant Users List Subject: AW: What does it mean I could probably find this out if I looked a lot longer, but what do

AW: What does it mean

2006-03-10 Thread Matthew Hughes
I could probably find this out if I looked a lot longer, but what does the AW: mean in the subject line. I have an basic understanding that it is supposed to be a more general post, not specific to a certain thread, but what does the actual acronym -- if that is what it is-- mean? ---

Real meaning of javac target/source attributes

2006-02-16 Thread Matthew Hughes
It was my understanding that the target/source attributes in the javac task forced the compiled classes to be compatible with old versions. What I also assumed was that it wouldn't let me compile something if I was using an API that was newer than the 'target' attribute. For example, my task

How to update build number without screwing up build.properties format

2006-02-14 Thread Matthew Hughes
I have a build.properties file that contains my build.number property. Part of my build is updating that number by one on each build using: type="int" /> It does what it needs to do, but it also reorders all the other properties in the file. I have a lot of properties in the file and gr

Filtering on property values

2006-02-03 Thread Matthew Hughes
I have a property In certain tasks, I want the version value to be "7_6_1" with underscores replacing the periods. How do I create a new property that would have this value. I know how to use filters to filter tokens when copying files, but I can't seem to figure out how to do that for the