Message12094

Author jeff.allen
Recipients jeff.allen
Date 2018-09-08.12:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536410433.47.0.56676864532.issue2703@psf.upfronthosting.co.za>
In-reply-to
Content
As raised on GitHub: https://github.com/jythontools/jython/issues/109, it looks like we have transformed references to some libraries we depend on, but have not supplied transformed libraries to match, in the distributable JARs. In this case it's ant.jar, but as the fault is probably that we rename org.apache.** wholesale, it may not stop there.

Either we should be more refined in our selection of packages to rename in the jar-complete target, or include ant in our JAR. (Probably the former.)
History
Date User Action Args
2018-09-08 12:40:33jeff.allensetrecipients: + jeff.allen
2018-09-08 12:40:33jeff.allensetmessageid: <1536410433.47.0.56676864532.issue2703@psf.upfronthosting.co.za>
2018-09-08 12:40:33jeff.allenlinkissue2703 messages
2018-09-08 12:40:32jeff.allencreate