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 Choose Wireless Access Points for Office - December 13, 2024
- Online Real Estate Courses: Navigating the Shift to Digital Education - December 13, 2024
- From Concept to Implementation: IoT Services Redefining Modern Solutions - December 13, 2024