Skip to content
Commit 4e29062f authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

ant: Support the OpenJRE (without OpenJDK) and the GNU JVM

For instance, a package can now say:

  buildInputs = [ ant jre ecj ];

which would cause the Eclipse compiler to be used with the OpenJRE.
Similarly:

  buildInputs = [ ant gcj ];

uses the GNU JVM with the GNU Java compiler.
parent c32d0180
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment