Issue222801

classification
Title: jpythonc fails to addOneClass when class is in a package.
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:00:24 by bckfnn, last changed 2000-11-18.22:06:41 by bckfnn.

Messages
msg39 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:00:24
When compiling to a jar file, jpythonc throws an error because it cannot find
the
setup.class code.

The error occurs in addOneClass defined in the jar.py file. The method assumes
that
the class to be added is a class file whereas in fact, Setup.class is
distributed
in the jpython.jar file.

I have created a patch and will submit the patch and mail it to the jpython
mailing
list.
msg40 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.22:06:41
Fixed by using the dependency tracker code to find the Setup.class file.
History
Date User Action Args
2000-11-18 19:00:24bckfnncreate