Programatic ANT: Export Build.xml

2011-06-16 Thread Dark Before Dawn
Hi there, I would like to use apache-ant-1.8.2 in JavaSE, to generate build.xml Files dynamically. Is there a way to export a Project Object as xml File via Writer/Stream? CodeSnippet: Project p = new Project(); p.setName("test"); p.setDefault("test"); Target

Re: Zipfileset on classpath

2011-06-16 Thread Matt Benson
On Thu, Jun 16, 2011 at 10:48 AM, Jeff Crump wrote: > Hi, > > I would like to set up my JUnit classpath to include all of the jars in a > given zip file.  I'm using Ant 1.8.2. Everything I read tells me this ought > to work... > > > > >   >       >   > > > but verbose/debug output is telling me

Zipfileset on classpath

2011-06-16 Thread Jeff Crump
Hi, I would like to set up my JUnit classpath to include all of the jars in a given zip file. I'm using Ant 1.8.2. Everything I read tells me this ought to work... but verbose/debug output is telling me it's not finding the jars in the Zip: dropping /path/to/my.zip:myjar from

Re: Ant properties

2011-06-16 Thread wolfgang haefelinger
Also ab damit in unsere Sammlung der "Klassiker" und wie man diese mit Flaka angeht .. ! On Wed, Jun 15, 2011 at 4:03 PM, thapelo.kekana wrote: > -- Forwarded Message --- > > > Hi, > > I have a issue retrieving a value for a dynamically created property. > Below I'm trying generat