Re: ANT arithmetic operation task ?

2003-12-12 Thread Peter Reilly
Ant-contrib has a task. Peter Keith Hatton wrote: Perhaps you can use

RE: ANT arithmetic operation task ?

2003-12-12 Thread Keith Hatton
Perhaps you can use

ANT arithmetic operation task ?

2003-12-12 Thread Nagarajan Murugesan
Hi All, Is there any ANT task for simple arithmetic operations like addtion, substraction...and so. Thanks, Nagarajan

Scope of the ANT property!!!

2003-12-12 Thread Nagarajan Murugesan
Hi All, What is the scope of the property value in a build file. I want to change the property value in between the build process. For Example: project name="Installation" default="run"> ${count} ${count}

Re: How to use a different XML parser?

2003-12-12 Thread Brian . Colfer
Of course .. duh... I must have spaced out thinking about my other project. - [EMAIL PROTECTED] Phones: Office: (925) 979-7498 Mobile: (415) 505-5480 Personal Email: [EMAIL PROTECTED] --- Stefan B

ant and jtidy

2003-12-12 Thread Myriam Delperier
Hello, i've to tranform html files into xml files does anybody know how i could use jtidy with ant to do this? thanks for your answers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: How to use a different XML parser?

2003-12-12 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Brian Colfer <[EMAIL PROTECTED]> wrote: > OK, I can see that but I would need to have my non-xerces parser > named xercesImpl.jar Why? Ant will simply use the JAXP parser the VM hands to it. If you run JDK 1.4, you can remove Xerces completely and use the Crimson that's par