>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}, ...
Le Saturday 09 May 2009 13:27:45 Rajesh Kumar (IN4774), vous avez écrit :
> Hi,
>
> 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
>
Use ant's with the environmen
Hi,
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
___