Skip to content

Commit 794723c

Browse files
committed
in some cases, pde.jar was not getting built (#1792)
1 parent 4d9c313 commit 794723c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
message="Please build the core library first and make sure it sits in ../core/library/core.jar" />
5050

5151
<mkdir dir="bin" />
52+
<!-- in some cases, pde.jar was not getting built
53+
https://github.com/processing/processing/issues/1792 -->
54+
<delete file="pde.jar" />
5255

5356
<!-- env used to set classpath below -->
5457
<property environment="env" />

0 commit comments

Comments
 (0)