Issue222801
Created on 2000-11-18.19:00:24 by bckfnn, last changed 2000-11-18.22:06:41 by bckfnn.
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.
|
|
Date |
User |
Action |
Args |
2000-11-18 19:00:24 | bckfnn | create | |
|