Message3015
Hey,
I recently downloaded the Jython CVS and tried to
build it with javac 1.5.0. Anyway the build failed
because the target system is java 1.1, so I changed the
target build system to java 1.5. The CVS still would
not build. It gave me errors about enum being a keyword
in java 1.5. So I changed the variable name enum to
enumeration which allowed the sources to build. There
was one other problem in the build.xml file. when
trying to reference the "/Lib" directory the build
script used "{python.home}/Lib". This actually accesses
"/path-to-cvs/{python.home}/Lib". This is not what you
want. After these changes I was able to build the
current cvs in Java 1.5.0.
--Tim
P.S. - For my own convenience I removed the build
directory and build all of the sourcecode into the
projects directory structure. |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:59 | admin | link | issue1097354 messages |
2008-02-20 17:18:59 | admin | create | |
|