HOME
Library
JRobin API
Utilities
Support
About Us
Forum

 

SourceForge.net Logo 

Get Firefox

 

 

Playing with ANT

JRobin is supposed to be fun, at least for Java developers and former RRDTool users. Feel free to experiment with it. You can easily rebuild all libraries with the ant script build.xml provided with the distribution (the file is placed in the ant subdirectory).

The following targets are predefined:

  • clean: removes all .class, .jar and javadoc files;
  • compile: compiles the source code;
  • core-lib: creates main jrobin-{version}.jar library;
  • demo-lib: creates demo jrobin-demo-{version}.jar library;
  • mrtg-server-lib: creates mrtg-server-{version}.jar library;
  • mrtg-client-lib: creates mrtg-client-{version}.jar library;
  • inspector-lib: creates inspector-{version}.jar library;
  • convertor-lib: creates convertor-{version}.jar library;
  • all-libs: creates all JRobin libraries;
  • javadoc: constructs javadoc;
  • dist: rebuilds entire distribution and creates the final tarball.

Back to the top

Copyright © 2003, 2004 Sasa Markovic & Arne Vandamme. All Rights Reserved.