From 74bcc65353d95188777dd2eebba709c0bab64709 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 11 Feb 2005 02:50:52 +0000 Subject: [PATCH] release version of jikes 1.22 for linux and macosx --- processing/todo.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/processing/todo.txt b/processing/todo.txt index a4584d237..2ae7b4e0e 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -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..