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)
- How to save 80% of the Treatment Cost using Medical Tourism? - January 13, 2025
- Best AI tools and websites to travel blogger or travel video & audio creator - January 12, 2025
- Deep Dive & Troubleshoot using Kubernetes logs & its Structure & Location - January 12, 2025