-------- Original Message -------- Subject: Dual Java Compilers/Replacement for antcontrib From: David Weintraub <qazw...@gmail.com> To: Ant Users List <user@ant.apache.org>, jenkinsci-users+subscr...@googlegroups.com Date: Tue Feb 15 2011 20:38:32 GMT+0100 (CET)
> I've got two questions: [..] > Replacement for AntContrib > ==================== > > One way I can completely override all of these issues is to use the > <if> task in AntContrib. However, AntContrib has been a dead project > for a while (not that people aren't using it, but it hasn't been > modified in over a decade). Is there a standard replacement for > AntContrib that everyone is now using? my answer to your second question = Had been in the same situation last year, searching for an alternative to antcontrib. Tried Jware antxtras for a while first, but IMO it's to complicated/overloaded to fit in an existing workflow and several things didn't work as expected. Then i discovered flaka [1], it's lightweight but powerful, works with ant 1.7.x / jdk 5 and newer, has a lot of innovative features and easily replaced antcontrib in all my workflows. And after all it's under active development. With it's Expression Language it provides similar features as antxtras funcuts or the props antlib (works only for ant 1.8.x), but moreover it allows access to data objects. [1] http://code.google.com/p/flaka/ Manual = http://code.google.com/p/flaka/downloads/detail?name=flaka.pdf&can=2&q= Jar with inlined dependencies = http://code.google.com/p/flaka/downloads/detail?name=ant-flaka-1.02.00.jar&can=2&q= Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org