RE: JAR IMPLEMENTATION???

2002-12-18 Thread Luis Andrei Cobo
ver encountered this problem before. L -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 9:50 AM To: Ant Users List Subject: Re: JAR IMPLEMENTATION??? Luis Andrei Cobo wrote: > HI all, > > I am having a difficult issue re

Re: JAR IMPLEMENTATION???

2002-12-18 Thread Conor MacNeill
Luis Andrei Cobo wrote: HI all, I am having a difficult issue regarding the use of JAR task. WE jar and sign some applets and deploy them. When we do this we get all sorts of ZIP Closed Exceptions after the jars are loaded with IllegalStateExceptions-Zip Entry Not Found. This is Java Plugin 1.4.1

RE: JAR IMPLEMENTATION???

2002-12-17 Thread Dominique Devienne
In the mean time, you can still run the JDK's jar executable using something like: ... arguments ... This should be platform-portable enough to most JDKs (certainly the ones from SUN I know), and accepts the usual command line arguments. --DD -Original Message- From: Luis Andr