AW: AW: svn commit: r1026123 [1/3] - in /ant/core/trunk: docs/antlibs/proper.html docs/antlibs/sandbox.html docs/bylaws.html docs/external.html docs/nightlies.html docs/projects.html docs/resources.ht

2010-10-21 Thread Jan Matèrne
> I used velocity 1.4 before. I was unable to user newer versions. Maybe > 1.6.4 is one of the first versions where anakia works again for us ? Thanks Antoine, 1.4 worked. Jan - To unsubscribe, e-mail: dev-unsubscr...@ant.apach

Re: AW: svn commit: r1026123 [1/3] - in /ant/core/trunk: docs/antlibs/proper.html docs/antlibs/sandbox.html docs/bylaws.html docs/external.html docs/nightlies.html docs/projects.html docs/resources.ht

2010-10-21 Thread Antoine Levy-Lambert
Hello Jan, I used velocity 1.4 before. I was unable to user newer versions. Maybe 1.6.4 is one of the first versions where anakia works again for us ? Regards, Antoine On 10/21/10 4:43 PM, Jan Matèrne wrote: > Can't see any problems in the stylesheet. > I had generated it with JDK 1.6.0_04 and

How to fail if property expansion failed...

2010-10-21 Thread mattf
In perl I would say: map { die "missing library $1" if /\$\{libs\.(.+)\.classpath\}/ } @classpath; and get the feature that if property expansion failed, the build would halt with a meaningful error message. In ant: # doesn't support failonerror attribute # doesn't support prope

AW: svn commit: r1026123 [1/3] - in /ant/core/trunk: docs/antlibs/proper.html docs/antlibs/sandbox.html docs/bylaws.html docs/external.html docs/nightlies.html docs/projects.html docs/resources.html x

2010-10-21 Thread Jan Matèrne
Can't see any problems in the stylesheet. I had generated it with JDK 1.6.0_04 and Velocity 1.6.4 (fresh downloaded from the website). Jan > -Ursprüngliche Nachricht- > Von: Jesse Glick [mailto:jesse.gl...@oracle.com] > Gesendet: Donnerstag, 21. Oktober 2010 22:23 > An: undisclosed-recip

Re: svn commit: r1026123 [1/3] - in /ant/core/trunk: docs/antlibs/proper.html docs/antlibs/sandbox.html docs/bylaws.html docs/external.html docs/nightlies.html docs/projects.html docs/resources.html x

2010-10-21 Thread Jesse Glick
On 10/21/2010 04:05 PM, j...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=1026123&view=rev ant/core/trunk/docs/antlibs/proper.html ant/core/trunk/docs/antlibs/sandbox.html ant/core/trunk/docs/bylaws.html ant/core/trunk/docs/external.html ant/core/trunk/docs/nig

Re: Using IVY programatically

2010-10-21 Thread shacoshe
ok , i made a little test , i came to some errors , And i dont know how to define my "archiva" repository can u help me this what i have so far : IvySettings settings = new IvySettings(); settings.setDefaultIvyUserDir(new File("D:/programming/eclipse_projects/ivyTest/repo/")); setting