RE: Move Task ?

2004-08-17 Thread Rebhan, Gilbert
Hello Peter, thanks for your reply, but it doesn't work that way. i've already tried that. the dir="from" disappears Env = Win2000 / jdk 1.3.1_03 / Ant 1.5.1 Regards, Gilbert -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 3:33 PM To: A

Re: and

2004-08-17 Thread Peter Reilly
This does look like a mis-match between the functionalty of the and elements of . Peter sebastian ssmoller wrote: (...) but now it seems that properties passed by are NOT inherited (?) In my project these properties are passed exactly one "level" into the newly created project. whats wrong ?

Re: Move Task ?

2004-08-17 Thread Peter Reilly
Try: Peter Rebhan, Gilbert wrote: Hi, i wanted to move the contents under a directory to another directory _without_ moving the directory itself. How to do that ? I've tried several combinations with filterset etc. but the dir always gets lost. dir1/*.* move to dir2/*.* where dir1 sho

Move Task ?

2004-08-17 Thread Rebhan, Gilbert
Hi, i wanted to move the contents under a directory to another directory _without_ moving the directory itself. How to do that ? I've tried several combinations with filterset etc. but the dir always gets lost. dir1/*.* move to dir2/*.* where dir1 should remain. thanks for any advice! Regar

RE: exec task

2004-08-17 Thread Akhil Kumar
Guys, I could do it, its mentioned in the ant tutorial. Regards, Akhil -Original Message- From: Akhil Kumar To: '[EMAIL PROTECTED]' Sent: 17/08/04 12:03 Subject: exec task Hi folks, I wanted to run a DOS command from the ant scripts. for example "dir". How is this possible. I find o

exec task

2004-08-17 Thread Akhil Kumar
Hi folks, I wanted to run a DOS command from the ant scripts. for example "dir". How is this possible. I find out that "EXEC" task can be used to execute external commands and executables but when I tried using it gives me some exception as below: java.io.IOException CreateProcess: dir error

parent Task

2004-08-17 Thread Marco Montel
I am writing a BuildListener for my building system. On the targetStarted event i read the Target name but i need to know also the parent that has called the Task. Is there a way to do this ? bye marco - To unsubscribe, e-mail: [

Re: and

2004-08-17 Thread sebastian ssmoller
(...) > > but now it seems that properties passed by are NOT > inherited > (?) In my project these properties are passed exactly one "level" into > the > newly created project. > > whats wrong ? i had a deeper look at the code and i found out that the following code is used: - for --> overwri