OpenEndedGroup / Field

A development environment for art
201 stars 22 forks source link

latest devbuild breaks processing on os x / build error on online plugin #12

Closed liuboto closed 12 years ago

liuboto commented 12 years ago

processing does not start up on the latest dev build (9/23/12 , how do i get a version?) tried proecessing 2.0b1 and 2.0b3. plugin does not show up. there was also a build error but it seemed to be in the online plugin.

see dumps:

https://dl.dropbox.com/u/4220119/tmp/fieldbugs.zip

mbpr os x 10.7.4

marcdownie commented 12 years ago

Fixed 6f08ce0

liuboto commented 12 years ago

still error on build

extras_processing: [mkdir] Created dir: /Users/liubo/Documents/dev/Field.app/Contents/extras/processing/bin [javac] /Users/liubo/Documents/dev/Field.app/Contents/build.xml:209: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 7 source files to /Users/liubo/Documents/dev/Field.app/Contents/extras/processing/bin [javac] /Users/liubo/Documents/dev/Field.app/Contents/extras/processing/src/field/extras/plugins/processing/ProcessingLoader2.java:215: <anonymous field.extras.plugins.processing.ProcessingLoader2$4> is not abstract and does not override abstract method globalCompletionHook(java.lang.String,boolean,java.util.ArrayList) in field.core.ui.text.PythonTextEditor.EditorExecutionInterface [javac] return new EditorExecutionInterface() { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error

On Sun, Sep 23, 2012 at 6:28 PM, Marc Downie notifications@github.comwrote:

Fixed 6f08ce0 https://github.com/OpenEndedGroup/Field/commit/6f08ce0

— Reply to this email directly or view it on GitHubhttps://github.com/OpenEndedGroup/Field/issues/12#issuecomment-8803766.

marcdownie commented 12 years ago

ProcessingLoader2.java isn't needed for the build. I've removed it in 9fba72d

liuboto commented 12 years ago

thanks,

works now, however there is still a processing bug that i think was labeled fixed (don't remember the issue number). but basically if you open more than one sheet that has processing in it, rendering no longer works until field is restarted. this is especially consistent if one of the sheets is closed while others are still open.

On Sun, Sep 23, 2012 at 7:11 PM, Marc Downie notifications@github.comwrote:

ProcessingLoader2.java isn't needed for the build. I've removed it in 9fba72d https://github.com/OpenEndedGroup/Field/commit/9fba72d

— Reply to this email directly or view it on GitHubhttps://github.com/OpenEndedGroup/Field/issues/12#issuecomment-8804079.

marcdownie commented 12 years ago

This is #3. I haven't fixed it yet, it's stil very much open.