Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TechnologyWhere to Get It
Ant version 1.8 or laterhttp://ant.apache.org/
JDK version 8.0http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html

The JCov tool repository is located on OpenJDK servers, in the CodeTools Project.  It is stored in mercurial vcs, and can be uploaded from mercurial via the following command:

...

  1. Set up and configure the JDK 78.0.
    • Download and install the JDKs.
    • Set the environment variable JAVA_HOME to point to the JDK 8.0.
  2. Set up and configure the Ant software.
    • Download and install the Ant software.
    • Set your execution path so that it contains the ant command. For example: ANT-dist-path/bin/ant
  3. Make asmtools/build the current directory.

  4. Execute the ant command.

...