Re: How to?: run a custom Java program against a

2007-05-21 Thread Matt Benson
You have described what I am thinking of as an task. On the Ant developer list we have just decided that this is needed often enough to warrant its inclusion in Ant's core. Expect it in a future (probably post 1.7.1) version of Ant. Until then your best options are: - ant-contrib -

How to?: run a custom Java program against a

2007-05-21 Thread cknell
I have prepared a Java program to use regexes to swap a list of strings for others in a text file. I'd like to create an Ant that would run the program against a set of files located in a specific directory. At first glance, it seems that I should be able to use the type and the task to do t

Re: How to get the month number thro ant.

2007-05-21 Thread Kevin Jackson
Hi, #1 Read the manual, there's a task[1] just for this Hope this helps. Kev [1] http://ant.apache.org/manual/CoreTasks/tstamp.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: How to get the month number thro ant.

2007-05-21 Thread Jan.Materne
Month is ${month} Jan >-Ursprüngliche Nachricht- >Von: Satheesh [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 21. Mai 2007 13:04 >An: Ant Users List >Betreff: How to get the month number thro ant. > >Hi I need to set a property in my build.xml which has the >va

AW: AW: SignJar doesnt work

2007-05-21 Thread Jan.Materne
Just a note to your wording - I think you misuse the terms of "target" and "task": Just for future questions - they could be answered more easily ;) Jan >-Ursprüngliche Nachricht- >Von: kaprasanna [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 21. Mai 2007 12:59 >An:

How to get the month number thro ant.

2007-05-21 Thread Satheesh
Hi I need to set a property in my build.xml which has the value of the current month so that i can use that in my test cases. How can i achieve this. Am totally new to this Ant. Satheesh . J 99450 31654 Lisle Technology Partners India Pvt Ltd 1134, 4th Floor,

Re: AW: SignJar doesnt work

2007-05-21 Thread kaprasanna
Thanks... changing target name - signjar to all small worked... Jan.Materne wrote: > > All core tasks are lowercase only, so use like > the examples show > http://ant.apache.org/manual/CoreTasks/signjar.html > > > Jan > >>-Ursprüngliche Nachricht- >>Von: kaprasanna [mailto:[EMAIL

AW: SignJar doesnt work

2007-05-21 Thread Jan.Materne
All core tasks are lowercase only, so use like the examples show http://ant.apache.org/manual/CoreTasks/signjar.html Jan >-Ursprüngliche Nachricht- >Von: kaprasanna [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 21. Mai 2007 12:30 >An: user@ant.apache.org >Betreff: SignJar doesnt work >

SignJar doesnt work

2007-05-21 Thread kaprasanna
Hello, I have written an ant target "SignJar". when I do ant clean, ant build, I get no errors. But when I run the particular ant target, I get this message : "Could not create task or type of type: SignJar. Ant could not find the task or a class this task relies upon". Now, according to the rest

FW: some notes on jpp task

2007-05-21 Thread Rebhan, Gilbert
Hi, i'm interested in the jpp task. Unfortunately it's compiled with jdk1.5 and we're still running on 1.4 No sources available to compile it myself for 1.4 Anyone using the jpp task with 1.4 ? Anyone with further details ? I already wrote to support mail address but no response until now. s