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
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
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?
>
>
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
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
---
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