July 18, 2007

Irritation Resolved

I spoke too soon.  In the last post I explained one of the irritations that I had with using ant.  You need to be in the directory that the build.xml was located before running the ant command. Well, upon further experimentation I discovered the option that can be used in conjunction with the ant command to deploy the process.

 

> ant -f /home/benjamgr/bpel/GetProfile/build.xml

 

If you use the -f option and give the full path and buildfile name you can execute the command from any directory.  How nice!  One of these days, I'll have to look at all the ant options to see what else can be done.  For now, this is all I need.

No comments: