Skip to content

Commit da6bb25

Browse files
committed
more error notes, force reference download for 3.0 release process
1 parent 91ac035 commit da6bb25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@
393393
<fileset dir="${examples.dir}" />
394394
</copy>
395395

396+
<!-- removed ignoreerrors="true" for 3.0 release process -->
396397
<get src="http://download.processing.org/reference.zip"
397398
dest="../java/reference.zip"
398-
ignoreerrors="true"
399399
usetimestamp="true" />
400400

401401
<unzip dest="${target.path}/modes/java"

todo.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ _ https://github.com/processing/processing/issues/2886
186186

187187

188188
pde/build
189+
_ Editor objects are staying in memory
190+
_ https://github.com/processing/processing/issues/3930
191+
_ unsupported java version when trying ant run with 7u65
192+
_ no helpful message about how to automatically download 8u51
189193
_ ignore-tools in build.xml not being called for some reason
190194
_ when variables used in size(), getting exceptions instead of any warning
191195
_ https://github.com/processing/processing/issues/3311

0 commit comments

Comments
 (0)