Re: Problem Reusing Condition API

2009-07-03 Thread Mithun Gonsalvez
Hi Dominique, Sorry for the extremely late reply... Thanks to your inputs, I was able to pull it off :) Thank You, Mithun Gonsalvez On Wed, Jun 24, 2009 at 7:38 PM, Dominique Devienne wrote: > On Wed, Jun 24, 2009 at 5:46 AM, Mithun > Gonsalvez wrote: > >> This adds a nested tag, while you add

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-07-03 Thread Garima Bathla
Thanks Steve, your mail forced me to step back and trace all the possibilities that could have been the culprit for the ClassNotFoundException and I am glad I finally figured it out. In the META-INF directory the auto generated file INDEX.LIST that lists all the packages for the jar that is being

Re: uptodate when it isn't

2009-07-03 Thread Eric Fetzer
Move over to NAnt and use the task. http://nant.sourceforge.net/   From: "Ina, Antoine" To: Ant Users List Sent: Thursday, July 2, 2009 2:45:18 PM Subject: RE: uptodate when it isn't Hello All, I am a new ant user and I need help solving the following probl

Re: uptodate when it isn't

2009-07-03 Thread Andy Stevens
2009/7/2 Dominique Devienne : > On Thu, Jul 2, 2009 at 12:21 PM, Andy > Stevens wrote: >> I've got a bit of a puzzle with an uptodate task, and I'm hoping I've >> just missed something obvious... > > To cut to the chase, do yourself a favor and use Ant-Contrib's . > > If you want to keep using , ru