Re: How to run a .jar created by ant

2003-10-14 Thread Claudio Corsi
There are some things here that you need to keep in mind. Java will not be able to find a jar file that is included within a jar file. In your case, you should not include the xerces.jar and socket.jar file in your MSX.jar file. When using the -jar option and your Manifest includes a Class-Path

Re: Versioning / Manifest

2003-08-06 Thread Claudio Corsi
Tim Davidson wrote: I have a related question. Its it possible to create the manifest for a jar on the fly somehow? The reason is to add a timestamp inside the JAR for versioning? something like: Use the manifest task to create your man

Re: Problem running executable jar - classpath issues

2003-07-24 Thread Claudio Corsi
Hi Kevin, When I encounter such a problem, I would start out by removing ant from the picture. Run the java command from the command and determine if it runs as expected. If this works, I would recommend that you generate a production type distribution that you test using ant. Test and determi