isaiah / jdk9-jigsaw

Examples of some of the features of jigsaw in jdk9 (Build with Ant)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Jigsaw with ant

Most code taken from jigsaw quick-start

Demonstrate how to build Jigsaw projects with apache ant, and it's restrictions at the current state.

install JDK9 and apache ant

Tested with latest trunk of ant, I'm assuming 1.9.9+ should work, but please report if it doesn't

Check environement:

ant check

If it doesn't report any error then go to each individual examples and run:

ant
# or if you like colored output
ant -logger org.apache.tools.ant.listener.AnsiColorLogger

The original shell scripts from upstream a kept as reference.

Examples covered

Must reads

Other resources

About

Examples of some of the features of jigsaw in jdk9 (Build with Ant)

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 58.6%Language:Java 36.0%Language:HTML 5.3%