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
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
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
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