« Return to Thread: Replacing build.xml with Build.java - Doing Ant builds directly from Java

Re: Replacing build.xml with Build.java - Doing Ant builds directly from Java

by Michael Ludwig-6 :: Rate this Message:

Reply to Author | View in Thread

Dean Schulze schrieb am 11.06.2009 um 09:48:12 (-0700):
>
> Ant build scripts make simple things like an if .... else difficult

Use the extensions, as mentioned by others.

> and things like changing the value of a property impossible.

This might be seen as a feature (but I rather don't think it is).

Wrapping your mind around the Ant way of doing things is probably the
best thing you can do. Where it feels too awkward, use the extension
interface to write an Antlet.

Michael Ludwig

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Replacing build.xml with Build.java - Doing Ant builds directly from Java