DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28669>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28669

Can't generate JAR index correctly

           Summary: Can't generate JAR index correctly
           Product: Ant
           Version: 1.6.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When an user create a JAR task and specify:
* a classpath attribute with a another jar file(s) dependency
* a indexing attribute set to 'yes'
The JAR task make the indexing of ONLY the jar archive that's build DO NOT 
INCLUDE ALSO the index of the classes contained within the JAR file(s) 
dependency specified in the attribute 'classpath'.

Example of INDEX.LIST generated from the 'JAR TASK' and 'JAR i' command:

INDEX generated from JAR TASK
===========================
JarIndex-Version: 1.0

MDServerGUI.jar
mdsgui/display
mdsgui/resource
mdsgui/resource/string
mdsgui
===========================

INDEX generated from JAR i command
===========================
JarIndex-Version: 1.0

MDServerGUI.jar
mdsgui
mdsgui/display
mdsgui/resource
mdsgui/resource/string

MDserverEngine.jar
mdsengine
mdsengine/event
mdsengine/exception
mdsengine/resource
mdsengine/resource/string

MDserverProtocol.jar
mdsprotocol
mdsprotocol/resource
mdsprotocol/resource/string
============================

The first INDEX.LIST create a ERROR of CLASS NOT FOUND with the JVM at run-time.

=======
Please if need more info on this 'bug' please write to [EMAIL PROTECTED]

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

Reply via email to