[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sc-devel] SwingOSC v0.57 beta
Am 25.11.2007 um 17:38 schrieb Sciss:
hello,
i have installed an SVN repository for development versions of
SwingOSC. You can download using
$ cd <baseDir>
$ svn co https://swingosc.svn.sourceforge.net/svnroot/swingosc/
trunk/ SwingOSC
and make a clean build
$ cd SwingOSC
$ ant clean jar
Hi, I don't succeed in clean building.
Any idea? Thanks.
Stephan
sw-g5:SwingOSC s$ ant clean jar
Buildfile: build.xml
[taskdef] Could not load definitions from resource net/sf/
antcontrib/antlib.xml. It could not be found.
clean:
[delete] Deleting directory /Users/s/scwork/SwingOSC/build
compile:
[mkdir] Created dir: /Users/s/scwork/SwingOSC/build/classes
BUILD FAILED
/Users/s/scwork/SwingOSC/build.xml:31: Problem: failed to create task
or type if
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.
Total time: 0 seconds
sw-g5:SwingOSC s$
(you might need to install Ant from http://ant.apache.org )
i'm asking people who develop GUI based Quarks or are creating
crossplatform code for the SC book to check back with this
development version (v0.57 BETA) if everything is fine, and to
report problems. v0.57 is going to be the version on which i will
base the SwingOSC chapter in the book and i consider it the version
compatible with SuperCollider 3.2
in this development version, fixes include:
JPen : pen size scales and transforms with the affine transforms
JSCUserView : added support for cleanOnRefresh and relativeOrigin
(the mouse coordinates are NOT YET reported in relative coordinates!!)
JSCWindow : added the scroll argument, but that is still under
construction (i'm not sure the JSCScrollTopView support will be in
v0.57 because it is a very tricky thing)
... so in particular check out compatibility of JPen / JSCUserView
based code.
thanks! ciao, -sciss-