How can I use regular expression in task?

2006-07-25 Thread samuel cheung
Hi, How can I use regular expression in task? I have an ant call like this: how can I use regular expressesion to replace "IField1, IField2, IField3" with any characters? So that this replace will still work even if I 'A' implements more interface? Thank you. --

Ant task to grep 'import' ?

2006-07-24 Thread samuel cheung
Hi, Is there an ANT task to grep all "imports" in each java file and save them in another file? Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How can I change file permission on Windows using ANT?

2006-07-23 Thread samuel cheung
How can I change file permission to read only on Windows using ANT? The core ant task that I read only support on Unix? Please let me know if I am wrong and what is the solution to my problem. Thank you. - To unsubscribe, e-mai