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
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 ?
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
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
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
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
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: [
(...)
>
> 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