source: tags/1.8.0/ci/create-abcl-properties.awk

Last change on this file was 15407, checked in by Mark Evenson, 4 years ago

build: make building and running a local ABCL easier

(From a suggestion by Slyrus)

Replace use of abcl.javac.{source,target} with the "magic"
ant.build.javac,{source,target} properties.

Explicitly configure 'abcl.release' target to use openjdk8 compilation.

The Java compilation options are perhaps underspecified in terms of
the target JVM in order to support a developer who simply wants to
compile and run locally with least hassles.

When preparing ABCL binaries for wider distribution, the values of the
abcl.build.target.javac and abcl.build.source.java become more
important.

The 'abcl.properties.autoconfigure.*' targets use the
ci/create-build-properties.bash script to set these options for
various openjdk platforms.

  • * *

build: build the wrapper with the release

N.b. the wrapper is a local artifact, not supposed to be shipped with
the release.

File size: 200 bytes
Line 
1/^java.options/ {print $0 " " options; next}
2/ant.build.javac.target/ {print "ant.build.javac.target=" target; next}
3/ant.build.javac.source/ {print "ant.build.javac.source=" source; next}
4{print $0}
Note: See TracBrowser for help on using the repository browser.