Hi, > > > 1. A user defined message if the if-clause of the target doesn't > > evaluate to true. > > and in the unless case as well - right? Added. Yes, that would be great. > > > 2. The possibility to let the javac task continue compiling if an > > error occured (Like junit). > > Already there (in Ant 1.3) - see the failonerror attribute of javac. > Ups, should check the doc more often for changes. Thanks a lot Thomas