Re: Ivy release schedule

2009-06-23 Thread Hans Dockter
On Jun 9, 2009, at 11:41 PM, Maarten Coene wrote: Ivy 2.1.0-RC1 has been out for some (too long?) time now. (didn't had much time last couple of months, but it's getting better now :-)) Let's decide our next steps... Because the RC1 is so old, I would like to create a 2.1.0-RC2 next wee

Re: discussion about conditional structures

2009-06-23 Thread Benjamin de Dardel
>> using condition in target Ok, I found the topic you're talking about : http://marc.info/?l=ant-dev&m=124052209931008&w=2 Append task as the first element of task would be really nice. Do you know if it's implemented ? or planned to be implemented ? >> using return task By going in this wa

Re: Manifest Classpath ( programmatically generated but messedup).

2009-06-23 Thread Dominique Devienne
On Tue, Jun 23, 2009 at 12:40 PM, Garima Bathla wrote: > I am trying to set classpath for a standalone application and I am not able > to figure out what exactly I am doing wrong. Below is the classpath that is > being generated in the MANIFEST.MF And this isn't valid classpath , when I > run java

Re: Manifest Classpath ( programmatically generated but messedup).

2009-06-23 Thread Garima Bathla
Thanks DD for your prompt reply, I am trying to set classpath for a standalone application and I am not able to figure out what exactly I am doing wrong. Below is the classpath that is being generated in the MANIFEST.MF And this isn't valid classpath , when I run java -jar mystandaloneapplication.