Re: Missing & misleading documentation, help needed on advanced Jar functionality

2003-02-11 Thread Stefan Bodewig
On Tue, 11 Feb 2003, <[EMAIL PROTECTED]> wrote: > It also states falsely, that "This element is identical to the > manifest task". It now says "This element is identical to the manifest task, but its file and mode attributes will be ignored." which is still wrong, Ant will fail because of the n

RE: Missing & misleading documentation, help needed on advanced Jar functionality

2003-02-11 Thread Keith Hatton
I wouldn't try to make your application into one single jar file. IMHO, it's better to have *your* class files in a jar file whose manifest contains "Class-Path" entries pointing to the other jars your application requires. Then there's no confusion about who supplies which class file, versionin