From 873fb47cb4141a26e728a4fd4f29a56048aa2cc2 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 20 Feb 2010 23:07:59 +0000 Subject: [PATCH] final for 0176 i hope --- build/shared/revisions.txt | 7 +++++++ todo.txt | 19 +++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 31e89863f..a40227c44 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -54,6 +54,13 @@ below that (a tipoff being that there's no PDF library on Android...) + Changed how imports are handled in sketches. This may break some sketches that use java.xxx packages that aren't covered in the Processing reference. ++ With great help from Hansi, moved the build scripts over to Ant. + http://dev.processing.org/bugs/show_bug.cgi?id=151 + Also moved the special JRE for Linux and Windows out of SVN. It'll only be + downloaded when 'ant dist' is run. This makes the build and maintenance + more of a mess for me, but will save me from people whining about the + large files. + + Javadoc is slowly improving. More on that later. [ bug fixes ] diff --git a/todo.txt b/todo.txt index 33bd051c0..622e86ae0 100644 --- a/todo.txt +++ b/todo.txt @@ -42,6 +42,15 @@ X replace applet.html and applet-opengl.html X http://dev.processing.org/bugs/show_bug.cgi?id=1057 X update applet.html to point at java 6u10 with the new auto-update stuff o also update applet on the home page to do the same +X move build scripts to something better like ant +X too much to maintain the multiple versions, too much code +X http://dev.processing.org/bugs/show_bug.cgi?id=151 +X remove the intermediate build folders +X move the jdk stuff outside of the build +X http://processing.org/download/jre-6u18.zip, .tgz +X only get the java files when doing a dist build +X http://ant.apache.org/manual/CoreTasks/get.html +X mostly done, but need to test and remove the others fonts X loading is very slow on the first time (getting all font names) @@ -60,16 +69,6 @@ o when resizing window, only resize the text display area o just a matter of moving around the panels and BorderLayout X it's a mess, just disable resizing -X move build scripts to something better like ant -X too much to maintain the multiple versions, too much code -X http://dev.processing.org/bugs/show_bug.cgi?id=151 -X remove the intermediate build folders -_ move the jdk stuff outside of the build -_ http://processing.org/download/jre-6u18.zip, .tgz -_ only get the java files when doing a dist build -_ http://ant.apache.org/manual/CoreTasks/get.html -_ mostly done, but need to test and remove the others - cleaning X update to jogl 1.1.1 X do this with enhanced library/platform support