From: "Dominique Devienne" <[EMAIL PROTECTED]>

> I do things a little differently...
>
> Instead of JARing the classes on disk (in classes dir), and then updating
> that JAR with the resource files (stuff in your source dir not .java
> usually), I copy the resources to the classes directory, and then JAR
> everything from there in one pass. This has the added advantage that
running
> your application off the JAR or the classes dir is completely equivalent
> (maybe except if you put stuff in Class-Path attribute in the Mannifest of
> the JAR).

The problem seems to be related to Ant 1.5 as going back to 1.4.1 has
"fixed" the problem.

-JT


--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to