Re: Updating jar fails

2005-09-04 Thread Gad Abraham
Carol Enderlin wrote: I tried it out and it worked with added basedir (removed dest from the includes line): Thanks Carol! I've followed your advice and it works. Now I see that the includes is relative to the basedir, so previously ant couldn't find the e30.class because i

Re: Updating jar fails

2005-09-03 Thread Carol Enderlin
I tried it out and it worked with added basedir (removed dest from the includes line): Try adding -v to your ant command to get more details about what it is doing. part of the verbose output I got: packAWT: [copy] C:\tools\code\antstuff\updatejar\src\applet.jar omitted as

Re: Updating jar fails

2005-09-01 Thread Gad Abraham
Gad Abraham wrote: > Stefan Bodewig wrote: > >>On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: >> >> >> >>> >>> >>> >>> >>> >> update="true" >>> includes="dest/e3/e30.class" /> >>> >> >> >>I don't see a basedir attribute on the jar task, where does it point >>to? > >

Re: Updating jar fails

2005-08-25 Thread Gad Abraham
Stefan Bodewig wrote: > On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: > > >> >> >> >> >> >update="true" >> includes="dest/e3/e30.class" /> >> > > > I don't see a basedir attribute on the jar task, where does it point > to? I've tried both with and without

Re: Updating jar fails

2005-08-21 Thread Stefan Bodewig
On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: > > > > > update="true" > includes="dest/e3/e30.class" /> > I don't see a basedir attribute on the jar task, where does it point to? Stefan ---

Updating jar fails

2005-08-19 Thread Gad Abraham
Hi, I've seen this problem before on this list but no answers were given. I'm trying to add a class file to an existing jar, but it fails silently (does nothing whatsoever). I even try to sleep for 5 seconds so the class file gets a newer timestamp than the jar (they end up having a very close ti