[jacorb-bugs] [Bug 916] Please complete jacorb.jar/MANIFEST.MF by required jars

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Fri Jan 6 14:39:44 CET 2012


http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=916


jacorb at aschemann.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #3 from jacorb at aschemann.net  2012-01-06 14:39 -------
Sorry, the situation is somewhat more complex: The problem is the
META-INF/INDEX.LIST file created by the index=true ant directive. If this is
used, the jar spec. requires to completely list all necessary classes loaded by
the class loader - even those from the referenced jars. I did some experiments
with self packed jars, always without index: then it worked as expected. Then I
found this article which mentions similar problems:

  http://closingbraces.net/2007/05/13/jarclasspathandindex/

And looked up the ant jar target documentation

  http://ant.apache.org/manual/Tasks/jar.html#indexjars

So please apply the attached patch (maybe also to other jar targets?). This
will finally solve the problem.

Regards,
  Gerd


-- 
Configure bugmail: http://www.jacorb.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the jacorb-bugs mailing list