working version of Sketch (not sure what happened), plus build warning

This commit is contained in:
benfry
2011-01-20 20:56:08 +00:00
parent 5ecf3fdf36
commit 0e96ff5dfe
3 changed files with 21 additions and 1515 deletions
File diff suppressed because it is too large Load Diff
+14
View File
@@ -1,5 +1,19 @@
<?xml version="1.0"?>
<project name="Processing" default="build">
<echo>
The build is broken! The build is broken!
I'm currently doing major work on the innards of the PDE.
As such, the current SVN (mostly just within /app)
will be a mess for a few days/weeks as I sort that out.
As always, if you need a working build, use a tagged version
of a release build, i.e. tags/processing-0192 for Android,
or tags/processing-0191 for the desktop version.
http://code.google.com/p/processing/issues/detail?id=519
</echo>
<!-- Sets properties for macosx/windows/linux depending on current system -->
<condition property="macosx"><os family="mac" /></condition>
+3
View File
@@ -17,6 +17,9 @@ DO NOT USE "JVMArchs". It is deprecated, and manually overrides the natural arch
_ export is broken in 0192
_ http://code.google.com/p/processing/issues/detail?id=487
_ the build is broken! the build is broken!
_ http://code.google.com/p/processing/issues/detail?id=519
fixed in 0192
J auto-format screws up if/else/else if blocks
J http://code.google.com/p/processing/issues/detail?id=325