Using Linux environment with java,I'm having the config file which should be configured before executing the eclipse application from console,
This is the OpenspliceDDS config file to source which is in the following directory
source /../HDE/x86.linx2.6./release.com --->Executed at command line
But i need to execute the source command in ANT script can any one help me out in this .
Example :
I have created the property tag for the command
<property name="release.path" location="/opt/HDE/x86.linux2.6/release.com"/>
<exec executable="source ${release.path}" spawn="true">
</exec>