Message3350

Author leosoto
Recipients cartman, leosoto
Date 2008-07-17.20:47:49
SpamBayes Score 0.0940882
Marked as misclassified No
Message-id <1216327670.67.0.0301815178687.issue1077@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the distributed jython-complete.jar contains *two*
PyArray.class files:

$ jar tvf jython-complete.jar  | grep PyArray.class 
 24230 Tue Jul 15 15:30:08 CLT 2008 org/python/core/PyArray.class
 29563 Tue Jul 15 15:30:14 CLT 2008 org/python/core/PyArray.class

I suspect that the installer unpacks the original jython-complete.jar to
merge it with Lib/ (and possibly other stuff) on the stand-alone  jar.
Then, it finds two entries for the same file and crashes.
History
Date User Action Args
2008-07-17 20:47:50leosotosetspambayes_score: 0.0940882 -> 0.0940882
messageid: <1216327670.67.0.0301815178687.issue1077@psf.upfronthosting.co.za>
2008-07-17 20:47:50leosotosetspambayes_score: 0.0940882 -> 0.0940882
recipients: + leosoto, cartman
2008-07-17 20:47:50leosotolinkissue1077 messages
2008-07-17 20:47:49leosotocreate