Ant targets for Java RRD MA

From GEANT2-JRA1 Wiki

  • build-rrdma - compiles sources of Java RRD MA and creates perfSONAR-rrdma.jar file in $PERFSONAR/build directory
  • build-rrdjtool - compiles sources of rrdjtool library on Linux OS (this library is required to get access to rrd files by Java RRD MA service)
  • build-rrdjtool-freebsd - compiles sources of rrdjtool library on FreeBSD OS (this library is required to get access to rrd files by Java RRD MA service)
  • build-rrdjtool-solaris - compiles sources of rrdjtool library on Solaris OS (this library is required to get access to rrd files by Java RRD MA service)
  • set-const-properties-for-rrdma - generates const.properties file (in $PERFSONAR/ant directory) with the configuration for Java RRD MA service
  • set-service-properties-for-rrdma - generates service.properties file (in $PERFSONAR/conf directory) with the configuration for Java RRD MA service
  • configure-rrdma - generates configuration files (const.properties, service.properties, log4j.properties) for Java RRD MA service
  • deploy-rrdma - deployes Java RRD MA service in Tomcat/Axis
  • undeploy-rrdma - undeploys Java RRD MA service in Tomcat/Axis
  • run-rrdma-client - runs simple example Java RRD MA client application
  • xmldb-init-rrdma - inits xml database eXist to work with Java RRD MA service
  • xmldb-list-rrdma - lists available resources in xml database eXist
  • xmldb-resource-remove-rrdma - removes a resource from xml database eXist
  • rrdma-release-src - creates source release file of Java RRD MA service (name of release file is configured in $PERFSONAR/ant/const.properties file)
  • rrdma-release-bin - creates binary release file of Java RRD MA service (name of release file is configured in $PERFSONAR/ant/const.properties file)
  • run-rrdma-test1 - runs a tester of RequestHandler component
  • run-rrdma-test2 - runs a tester of RRDStorageManager component (fetching data)
  • run-rrdma-test3 - runs a tester of RRDConfigurationStorageManager component
  • run-rrdma-test4 - runs a tester of SimpleRRDConfigurationStorageManager component
  • run-rrdma-test5 - runs a tester of RRDStorageManager component (storing data)
  • junit-test-rrdstoragemanager-rrdma - runs JUnit tests for RRDStorageManager component
  • junit-test-rrdsimpleconfigmanager-rrdma - runs JUnit tests for SimpleRRDConfigurationStorageManager component
  • junit-test-rrdconfigmanager-rrdma - runs JUnit tests for RRDConfigurationStorageManager component


$PERFSONAR - the path of perfSONAR package

Personal tools