AW: apply task trouble for command using < and >

2005-11-28 Thread Jan.Materne
>> I think these steps should works >> - compile the class (needs ant.jar on classpath) >> - , e.g. > name="apply2"/> >> - use the "new" task > >Now I feel really stupid, but what the hell ... ok, I compiled >the class like this > javac -classpath "./lib/ant.jar" Apply.java > >which indeed create

AW: apply task trouble for command using < and >

2005-11-28 Thread Jan.Materne
ggrrr next try (why does Alt-S sends (as Ctrl-Return does) and doesnt select the subject... "nice" outlook...) >>That's terrific, thanks a lot! However, unfortunately, I do not know >>how to integrate your extension of the Apply class into my >current Ant >>setup. I think these steps

AW: apply task trouble for command using < and >

2005-11-28 Thread Jan.Materne
Sorry, touched the wrong key ... More inside >>That's terrific, thanks a lot! However, unfortunately, I do not know >>how to integrate your extension of the Apply class into my >current Ant >>setup. I think these steps should works - compile the class (needs ant.jar on classpath) - the c

AW: apply task trouble for command using < and >

2005-11-28 Thread Jan.Materne
>> I'll try to update the "real" apply task next week, but you can use >> the custom task below in the mean time (it just "plugs in" at the >> right time to create the directories, without duplicating >the >> code itself. Ant's maps to ExecuteOn). > >That's terrific, thanks a lot! However, u

AW: apply task trouble for command using < and >

2005-11-25 Thread Jan.Materne
Usually you place a at the beginning, e.g. before a . If the dir does not exist, it will be created. If if exists already, nothing happens. Because this (javac fails if dir does not exist) is an old behaviour some build scripts may rely on that behaviour, so we cant change that. You dont n

AW: apply task trouble for command using < and >

2005-11-25 Thread Jan.Materne
I tuned the example...

AW: apply task trouble for command using < and >

2005-11-24 Thread Jan.Materne
I´ve played a little bit ... Jan >-Ursprüngliche Nachricht- >Von: Jakob Fix [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 24. November 2005 15:20 >An: Ant Users List >B

AW: apply task trouble for command using < and >

2005-11-24 Thread Jan.Materne
< and > mean redirection of STDIN and STDOUT from/to file. So I would have a look at nested s. Jan >-Ursprüngliche Nachricht- >Von: Jakob Fix [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 24. November 2005 13:53 >An: Ant Users List >Betreff: apply task trouble for command using < an