Re: hang up even inputstring=""

2009-05-10 Thread coonay
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

AW: if files have been copied physically, then execute some target

2009-05-10 Thread Jan.Materne
> 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

AW: Unix Home set in Build.xml

2009-05-10 Thread Jan.Materne
>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}, ...