From e6bfc23741a9d8da84e1327e395eb648baf5be74 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 30 Jul 2014 17:23:18 -0400 Subject: [PATCH] add examples to the build, remove pdex platform chatter --- build/build.xml | 27 +++++++++++++++------------ pdex/build.xml | 2 +- todo.txt | 13 +++++++------ 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/build/build.xml b/build/build.xml index 016115911..808195bde 100755 --- a/build/build.xml +++ b/build/build.xml @@ -31,6 +31,9 @@ + + @@ -205,6 +208,10 @@ + + + + @@ -229,6 +236,9 @@ + + + @@ -261,23 +271,16 @@ - + - - - - - - + + + + - + diff --git a/todo.txt b/todo.txt index 8959aa7c4..0fa521317 100644 --- a/todo.txt +++ b/todo.txt @@ -21,6 +21,12 @@ X was storing our fonts in both ./lib/fonts and jre/lib/fonts X now gets the jre folder and loads from there X make ant fail when trying to delete JRE files that don't exist X some aren't being removed properly +X fix the build scripts to include the examples +X https://github.com/processing/processing/issues/2652 +X all examples are out of "processing/java" and are now in "processing-docs/content/". The Book examples have been removed entirely from our repositories. +o "Platform is ${platform}" message during 'ant clean' +o on OS X, but not Windows (haven't checked Linux) +X this was in pdex/build.xml gsoc X clear status messages in the Contribution Manager @@ -55,15 +61,10 @@ _ add a new pref for the 3.0 sketchbook location _ make reference and examples build process part of dist _ separate ant targets, but only require them for dist _ as separate targets, folks can build explicitly if they'd like -_ remove reference.zip from main repo -_ fix the build scripts to include the examples -_ https://github.com/processing/processing/issues/2652 -_ all examples are out of "processing/java" and are now in "processing-docs/content/". The Book examples have been removed entirely from our repositories. _ reference wasn't included either _ https://github.com/processing/processing/issues/2656 _ processing-web/java_generate/ReferenceGenerator -_ "Platform is ${platform}" message during 'ant clean' -_ on OS X, but not Windows (haven't checked Linux) +_ remove reference.zip from main repo pending