Google

Wednesday, December 17, 2008

Load an environment variable to build file

Initially I had my build file as this








But if others are also using this they may need to change the path to deploy the application. So I cange the build file to address this issue. It now looks like










and we need to add JBOSS_HOME valriable to environment variable. 

No comments: