> The jarfile I get as a result of this is really wierd, it 
> looks like this:

<snip>

> Note that the directories have been created and then the files. This
> is not content I would expect to see; if I used the command line I'd
> expect the jar file to look like this:

<snip>

> It looks like ANT is creating the directories first and then adding
> the class files later.

That sounds more than possible.
 
> "Is this important?" I hear you ask. Well, yes it is because 
> I can't get the ANT generated jar file to load in java.
> 
> For example:
> 
>    Class.forName("uk.co.somepackage.C1");
> 
> causes a class not found exception when using the jar file created by
> ANT. It's fine when I use the jar created with the command line.

Could you mail me both jar files (the working one and the ant one)?

If they contain sensitive information, you could create dummy ones which just have a 
dummy class in. I'll take a look and see if I can see what's wrong.

Jon

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to