From: <bc...@wo...> - 2001-03-29 18:03:39
|
[Kent Johnson] >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. Thanks. The sre subdir will be included in the next release. >--- 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! Fixed in the next release. Thanks for reporting this. regards, finn |