mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working version of Sketch (not sure what happened), plus build warning
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user