Message3532

Author mboersma
Recipients bzimmer, johahn, leouserz, mboersma
Date 2008-09-13.20:11:53
SpamBayes Score 3.6091654e-09
Marked as misclassified No
Message-id <1221336714.89.0.60710936098.issue1230210@psf.upfronthosting.co.za>
In-reply-to
Content
Jikes was last updated in October, 2004, and only partially supports
Java 5.  I don't think it's reasonable to support jikes for jython,
unfortunately.

For Jython 2.5a3+, I tried to build jython with jikes, but our
requirement of JDK 1.5 or later causes problems.  With our build.xml,
jikes will quit because we give it the "-source 1.5" flag, but jikes
only understands the 1.3 and 1.4 profiles for this.  If we change the
build.xml to source 1.4, then jikes emits a lot of errors relating to
enums (a 1.5 lang feature) and fails to complete.
History
Date User Action Args
2008-09-13 20:11:54mboersmasetmessageid: <1221336714.89.0.60710936098.issue1230210@psf.upfronthosting.co.za>
2008-09-13 20:11:54mboersmasetrecipients: + mboersma, bzimmer, leouserz, johahn
2008-09-13 20:11:54mboersmalinkissue1230210 messages
2008-09-13 20:11:53mboersmacreate