Menu

Home

Vette Pinda

AntTimer

Usage

  1. download ant-timer-1.0.0.jar
  2. and put it in the apache-ant-9.9.9/lib folder and start your ant build with this extra parameter

    ant -listener net.sf.anttimer.Timer

  3. or put ant-timer-1.0.0.jar in a folder of your choice <my_folder> and add the extra -lib parameter to the command

    ant -listener net.sf.anttimer.Timer -lib <my_folder></my_folder>

    </my_folder>
  4. after the build is done, you will find an anttimer subfolder.
  5. open the anttimer/index.html in a browser, and drill down the report.

More about the HTML report being generated

Different versions of the Timer

How to refactor a slow build script


Auth0 Logo