Set properties HOMEDIR in build.xml which will be set through user logged in the current system..
Example:
<project name=”test” default=”myhome”>
<property environment=”env”/>
<target name=”myhome”>
<echo message=”My home is ${env.HOME}”/>
</target>
</project>
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024