do you know there is a fix to thist problem?
or do u honw if there is a workaround existed?
Any help is highly apprecitated.
David Weintraub wrote:
>
> I see this is on a Windows system. Windows doesn't do process forking.
> It throws off a thread using the CreateProcess call. It's very similar
>
Place an here which checks src_dir against ../new/dir
>
>
>
>
>
>
on the use an if-clause to check the property
>
>
Jan
>-Ursprüngliche Nachricht-
>Von: walki2 [mailto:kim.wali...@gmail.com]
>Gesendet: Freitag, 8. Mai 2009 22:03
>An: user@ant.apache.org
>B
>I want to set one properties HOMEDIR in build.xml which will
>be set through user logged in the current system..
>
>How to read Unix home directory and put that value in build.xml
You could access all Java system properties directly via ${name}, e.g.
${user.name}, ${user.dir}, ${user.home}, ...