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}, ...

Re: Unix Home set in Build.xml

2009-05-09 Thread Francis Galiegue
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

Unix Home set in Build.xml

2009-05-09 Thread Rajesh Kumar (IN4774)
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 ___