I'm trying to use Control P5 in an Eclipse Project which uses Processing 2.0. If I start the program, I get an error, that ControlP5.controlWindow isn't supported by Processing 2.0 and then don't see the controls.
Is there a way to use Control P5 currently in this setup?
I tried to continue a library project which was on hold for a few month. So maybe the Eclipse and the ant Version changed since I build it the last time. Now if I run the ant build script from the library template I get this error:
BUILD FAILED
/Users/norrix/work/Coding/Eclipse/katerLib/resources/build.xml:101: The following error occurred while executing this line:
/Users/norrix/work/Coding/Eclipse/katerLib/resources/build.xml:186: Problem: failed to create task or type foreach
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.