Re: Exec Connection Not Closing

2010-02-13 Thread Antoine Levy Lambert
Barry Pape wrote: Hi Everyone, I seem to have an issue with an exec task not closing the ssh connection it opens. Basically we use CruiseControl and Ant to build and deploy our code. In the CruiseControl build.xml I have an ant task that ssh's to a remote server and starts a shell script.

RE: Copying external file into WAR

2010-02-13 Thread Moore, Kent
No need to copy stuff around when creating archives - pick it up from wherever it is. To include stuff in the WEB-INF folder, see the webinf section of the war man page --> http://ant.apache.org/manual/CoreTasks/war.html. End up with something like this: