What was the ANT Command Line?

2009-11-18 Thread xjschwen
Hi, I have a new requirement that I am trying to fill in build scripts. One of the our release engineers would like to know and have written to the recorded log file what was the ANT command and called targets that were given to ANT. Ideally I would like to do this without creating a wrapper ar

Re: What was the ANT Command Line?

2009-11-18 Thread xjschwen
> done). > > Hudson can be setup to trigger a build automatically on a source code > change, at particular times, by another process, or manually. It can > label your source code, move your built files to your build server, > run tests, etc. > > See http://hudson.dev.java.n

Re: What was the ANT Command Line?

2009-11-19 Thread xjschwen
I have found a pretty good solution... Since has been posted a couple of times over the last few years here is what I found. When you run "ANT" from a windows box it actually runs ANT.bat from the %ANT_HOME%\bin\ folder. This is the wrapper script and they already "slurp" up the command line int