release version of jikes 1.22 for linux and macosx

This commit is contained in:
benfry
2005-02-11 02:50:52 +00:00
parent 3376305f2c
commit 74bcc65353

View File

@@ -2,11 +2,13 @@
X make compatible with jikes 1.22
X fix all warnings generated by the new jikes
X update windows version of jikes.exe
_ update macosx version of jikes
_ get source and build on osx (or is it shipped by default?)
_ make sure that fink is not in the path when building
_ what are the args to configure a release version?
_ update linux version of jikes
X update macosx version of jikes
X get source and build on osx (or is it shipped by default?)
X make sure that fink is not in the path when building
X what are the args to configure a release version?
X update linux version of jikes
_ examples need to be updated
_ get an xml library in there
_ nanoxml problems with manifest
@@ -77,6 +79,10 @@ _ "unexpected token void" -> "You're mixing dynamic and static mode"
_ forgetting the quotes around strings
_ separate reference for /dev version
_ angleMode(DEGREES) -> mistyped keywords, caps being wrong
_ NullPointerException on unterminated comment at end of code
_ (and OutOfMemoryError and weird lockup)
_ not enough args for triangle (or args in general)
_ throws out bizarre message
TALK TO CASEY ABOUT...
@@ -186,6 +192,9 @@ PDE / Details
1 _ it's annoying when it hides itself
1 _ redo panel to use proper swing layout etc
1 _ setting sketchbook to a folder on the network
1 _ does this work? test on both on mac and pc..
1 _ exception in setup() on external app doesn't kill run button
1 _ also doesn't kill external vm
1 _ package processing.app for PdeBase, PdeEditor..