Re: svn commit: r617356 - /ant/core/trunk/src/main/org/apache/tools/ant/TaskConfigurationChecker.java

2008-02-01 Thread Stefan Bodewig
[EMAIL PROTECTED] writes: > +/** > + * Asserts that a condition is true. > + * @param condition which condition to check > + * @param errormessage errormessage to throw if a condition failed > + */ > +public void assertConfig(boolean condition, String errormessage) { >

AW: svn commit: r617356 - /ant/core/trunk/src/main/org/apache/tools/ant/TaskConfigurationChecker.java

2008-02-01 Thread Jan.Materne
Thanks for pointing out the difference between code and doc. Some confusion while translating from german to english ;) Jan -Ursprüngliche Nachricht- Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 1. Februar 2008 11:19 An: dev@ant.apache.org Betreff: Re: svn commit: r

Re: svn commit: r617460 - /ant/core/trunk/docs/manual/CoreTypes/resources.html

2008-02-01 Thread Matt Benson
Thanks! I've made a couple of tweaks and moved the restrict example to restrict from sort. ;) -Matt --- [EMAIL PROTECTED] wrote: > Author: jhm > Date: Fri Feb 1 02:47:14 2008 > New Revision: 617460 > > URL: > http://svn.apache.org/viewvc?rev=617460&view=rev > Log: > Examples for > * > *

[EasyAnt] first proof of concept

2008-02-01 Thread Xavier Hanin
Hi, Some time ago I've launched a discussion about a new Ant+Ivy based build system, that I called EasyAnt. Based on the discussion we've had so far, I've developed a small proof of concept, which is available here: http://people.apache.org/~xavier/easyant-POC-0.1.zip If you have some time, pleas