From: Kent J. <kjo...@tr...> - 2001-03-28 22:34:14
|
I am trying to rebuild jython 2.1a1 on a Mac (Java 1.1.8) I have these errors: --- _sre.java:20: Package org.python.modules.sre not found in import. This package is missing from the distribution. I copied from a recent snapshot. --- MD5Object.java:35: class org.python.modules.md5 is defined in md.java. Because it is used outside of its source file, it should be defined in a file called "md5.java". This is a warning, I ignore it. --- PyServlet.java:81: Method setProperty(java.lang.String, java.lang.String) not found in class java.util.Properties. java.util.Properties.setProperty() is not in java 1.1, please use put() instead! Thanks, Kent Johnson Transparent Language, Inc. kjo...@tr... http://www.transparent.com |