[JAVA] Run Processing on Ant

Why Ant?

There are various examples of running Processing in Eclipse and IntelliJ, but You have to make settings in each environment. If there is a template to use from Ant, I think it will be easy to change the editor to use according to the work you want to make and the mood at that time.

The template is published here. https://github.com/enkatsu/ProcessingAnt

How to use

#Install if you don't have Ant
$ brew install ant
#Verification
$ ant -version

$ git clone [email protected]:enkatsu/ProcessingAnt.git
$ cd ProcessingAnt

# build.Edit xml(It may be easier to reuse if you save it somewhere at the time of editing)
# ...
# <property name="p5core" location="path/to/core_dir"/>
# <property name="p5dir" location="path/to/processing_dir"/>
#Example)
# <property name="p5core" location="/Applications/Processing.app/Contents/Java/core/library"/>
# <property name="p5core" location="/Users/User name/Documents/Processing"/>
# ...

#Run
$ ant

Recommended Posts

Run Processing on Ant
Run GPU-required batch processing on AWS
Run STS4 on Mac
Test run on rails
Run PostgreSQL on Java
Run tiscamera on Ubuntu 18.04
Run phpunit on Docker
Run VS Code on Docker
Run openvpn on Docker (windows)
Run chromium-mir-kiosk on Ubuntu Core
Run java applet on ubuntu
Run Eclipse CDT on Ubuntu
Run mruby / c on PSoC 5
Run SSE (Server-Sent-Event) samples on docker
Steps to run docker on Mac
Run puppeteer-core on Heroku (Docker edition)
How to run Ant in Gradle
Run React on a Docker container
Run the AWS CLI on Docker
Run node.js from android java (processing)
Run GUI application on Docker container
Run PureScript on a Docker container
Run tomcat shell script on java8
Run C binaries on AWS Lambda
Asynchronous processing by RxJava (RxAndroid) on Android
Run Embulk on Docker to convert files
Until you run CuPy (v11.1) on Ubuntu 20.04
Let's run Servlet on Amazon Corretto now
Run jooby's Eclipse development environment on Gradle
Until you run apache on ubuntu on docker
Run Ubuntu + ROS with Docker on Mac