Issue1097354

classification
Title: Jython CVS & Java 1.5.0
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alltheluck
Priority: normal Keywords:

Created on 2005-01-06.17:46:10 by alltheluck, last changed 2005-01-06.17:46:10 by alltheluck.

Files
File name Uploaded Description Edit Remove
build.xml alltheluck, 2005-01-06.17:46:10 Jython CVS build file for Java 1.5
Messages
msg3015 (view) Author: Timothy Mann (alltheluck) Date: 2005-01-06.17:46:10
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.
History
Date User Action Args
2005-01-06 17:46:10alltheluckcreate