From 91111d05b4e6a443745af4d6cc7287d99b9d7c69 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 14 Oct 2013 10:43:01 +0200 Subject: [PATCH 1/8] Fixed class path in Eclipse. --- .classpath | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.classpath b/.classpath index 5b3c4daa..fd523f87 100644 --- a/.classpath +++ b/.classpath @@ -6,8 +6,9 @@ + - + From 14a0b3bcfa7141eeb1c02949d814bf067c9b8a02 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 09:35:13 +0100 Subject: [PATCH 2/8] Added note to self. --- .classpath | 2 +- build.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index fd523f87..88d60456 100644 --- a/.classpath +++ b/.classpath @@ -6,9 +6,9 @@ - + diff --git a/build.xml b/build.xml index 9e327624..9c0e80d4 100644 --- a/build.xml +++ b/build.xml @@ -7,6 +7,9 @@ work just fine on Linux. It is not expected to work at all on Windows. jdf + + Run "ant make-all-distributions" to create release. + ====================================================================== --> Write Processing sketches in Python @@ -71,7 +74,7 @@ - + From 8183cba7cb924f49187e830a1cae88e7b3a61b80 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 10:02:54 +0100 Subject: [PATCH 3/8] Moved to Processing 2.1 --- runtime/src/jycessing/buildnumber.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/jycessing/buildnumber.properties b/runtime/src/jycessing/buildnumber.properties index 08b1acfd..f9f4de8a 100755 --- a/runtime/src/jycessing/buildnumber.properties +++ b/runtime/src/jycessing/buildnumber.properties @@ -1,2 +1,2 @@ #Sun, 01 Sep 2013 15:31:06 -0400 -buildnumber=0202 +buildnumber=0210 From 1289c21491d6ebefb580e236d1f4274e4a20f735 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 10:03:17 +0100 Subject: [PATCH 4/8] Updated note to self. --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9c0e80d4..4ea5e32e 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,9 @@ jdf - Run "ant make-all-distributions" to create release. + Run + "ant make-all-distributions" to create release. + "ant –Dplatform=macosx make-distribution" to create a release for OSX. ====================================================================== --> From 66fd78fe7a0121867651abd7dd0063f9c2eceee6 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 10:04:20 +0100 Subject: [PATCH 5/8] Updated list of platforms Processing.py is known to run on. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 78fbe1be..dfdf93dd 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Write real [Processing](http://processing.org/) sketches in Python. * Based on [Processing 2.0](http://processing.org/), and compatible with most [3rd party libraries](http://www.processing.org/reference/libraries/). * Source compatible with [Python 2.7.3](http://python.org). -Tested on Mac OS 10.8.3, Windows XP, Windows 7, and Ubuntu 12.10. +Tested on Mac OS 10.8 & 10.9, Windows XP, 7 & 8, and Ubuntu 12.10. ## Quick Start ## From a491ed15fd384350c1c150322153da5dcd399671 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 10:12:19 +0100 Subject: [PATCH 6/8] moved submodule to 2.1 ... now for real --- externals/processing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/processing b/externals/processing index 5ae3384d..0731e04b 160000 --- a/externals/processing +++ b/externals/processing @@ -1 +1 @@ -Subproject commit 5ae3384d06320419111757ebfbaa834426e857fd +Subproject commit 0731e04b0a34f09bb3031c81fdb422c88f4f209b From 1338c450de3ea1cae5d4c6a3398c86db3f4292e2 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 10:51:48 +0100 Subject: [PATCH 7/8] Fixed Windows .bat local Java lookup. --- processing-py.bat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/processing-py.bat b/processing-py.bat index c1234cda..aafbf9b5 100644 --- a/processing-py.bat +++ b/processing-py.bat @@ -1,4 +1,4 @@ -@echo off +@echo off set "ROOT=%~dp0" @@ -11,15 +11,15 @@ set JVM_ARGS=-Xmx1024m set "SCRIPTARGUMENT=%~1" if not "%SCRIPTARGUMENT%" == "" ( - REM Check if we run the default the given script - set "DEFAULTSCRIPT=%SCRIPTARGUMENT%" -) + REM Check if we run the default the given script + set "DEFAULTSCRIPT=%SCRIPTARGUMENT%" +) -IF exist "%ROOT%\JREs\jre7.win" ( +IF exist "%ROOT%\jre" ( REM Check if we should override default java - set "JAVA=%ROOT%\JREs\jre7.win\bin\javaw" -) + set "JAVA=%ROOT%\jre\bin\javaw" +) REM msg "%username%" "%JAVA% not found!" @@ -31,7 +31,7 @@ start "xxx" "%JAVA%" %JVM_ARGS% -splash:"%SPLASH%" -jar "%ROOT%\processing-py.ja if not %ERRORLEVEL% == 1 ( if not %ERRORLEVEL% == 0 ( - echo "Unable to start Java" + echo "Unable to start Java" msg "%username%" "Unable to start Java" ) ) From 03e99ff269974e9fea58af56ad14a51ef4cd8979 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Mon, 28 Oct 2013 16:48:03 +0100 Subject: [PATCH 8/8] Removed peasycam. --- .classpath | 1 - 1 file changed, 1 deletion(-) diff --git a/.classpath b/.classpath index 88d60456..5b3c4daa 100644 --- a/.classpath +++ b/.classpath @@ -8,7 +8,6 @@ -