Description
After a successful build with ant the processing window should pop up, this is not happening.
Expected Behavior
Current Behavior
Steps to Reproduce
- clone processing master branch
- cd build
- ant run
- build successful but processing screen not showing
Your Environment
- Processing version: lastest version of the master branch
- Operating System and OS version: MAC OS 10.15.5
- Other information:
Java version:
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
ant version:
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
Possible Causes / Solutions
Logs from console:
Buildfile: /Users/stage/Documents/HAN/2020/processing/build/build.xml
run:
revision-check:
macosx-check-os:
subprojects-build:
methods-check:
methods-build:
compile:
[methods] No changes to PApplet API.
build:
compile:
[delete] Deleting: /Users/stage/Documents/HAN/2020/processing/app/pde.jar
build:
[jar] Building jar: /Users/stage/Documents/HAN/2020/processing/app/pde.jar
compile:
build:
compile:
build:
compile:
build:
compile:
build:
compile:
build:
compile:
build:
preproc:
compile:
[delete] Deleting: /Users/stage/Documents/HAN/2020/processing/java/mode/JavaMode.jar
build:
[jar] Building jar: /Users/stage/Documents/HAN/2020/processing/java/mode/JavaMode.jar
macosx-build:
[bundleapp] Creating app bundle: Processing
[delete] Deleting: /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/PlugIns/jdk1.8.0_202.jdk/Contents/MacOS/libjli.dylib
[copy] Copying 143 files to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java
[copy] Copying 1 file to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/modes/java/application
version-clear:
version-write:
assemble:
[copy] Copying 66 files to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/tools
[copy] Copying 479 files to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/modes/java
[copy] Warning: /Users/stage/Documents/HAN/2020/processing-docs/content/examples does not exist.
[get] Getting: http://download.processing.org/reference.zip
[get] To: /Users/stage/Documents/HAN/2020/processing/java/reference.zip
[get] Not modified - so not downloaded
[unzip] Expanding: /Users/stage/Documents/HAN/2020/processing/java/reference.zip into /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/modes/java
[move] Moving 1 file to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/modes/java/application/launch4j/bin
[move] Moving 1 file to /Users/stage/Documents/HAN/2020/processing/build/macosx/work/Processing.app/Contents/Java/modes/java/application/launch4j/bin
macosx-run:
BUILD SUCCESSFUL
Total time: 12 seconds
Description
After a successful build with ant the processing window should pop up, this is not happening.
Expected Behavior
Current Behavior
Steps to Reproduce
Your Environment
Java version:
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
ant version:
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
Possible Causes / Solutions
Logs from console: