Re: simple question about ant

2010-02-18 Thread piebetz
http://ant.apache.org/manual/index.html ? On 19 February 2010 04:59, Daniel Kulp wrote: > On Thu February 18 2010 3:15:33 pm Ian Upright wrote: > > Oh yes.. and on that note. How does one easily add custom jars and > custom > > web-files into a .war build, for example? > > > > Is there examples

Re: simple question about ant

2010-02-18 Thread Daniel Kulp
On Thu February 18 2010 3:15:33 pm Ian Upright wrote: > Oh yes.. and on that note. How does one easily add custom jars and custom > web-files into a .war build, for example? > > Is there examples of this anywhere? > > Thanks, Ian You would probably need to edit the targets in the common_build.x

Re: simple question about ant

2010-02-18 Thread Ian Upright
Oh yes.. and on that note. How does one easily add custom jars and custom web-files into a .war build, for example? Is there examples of this anywhere? Thanks, Ian

simple question about ant

2010-02-18 Thread Ian Upright
Ok.. I know there must be a really easy answer to this, but I'm no ant expert. Whats the easiest way to add to the java classpath, for a particular sample, in one of the ant builds in the samples directory? Cheers, Ian