/gridcake

A gLite 3.2 Java library easy as a piece of cake!

Primary LanguageJavaApache License 2.0Apache-2.0

README

What is this?

gridCake is a simple Java library to work with gLite 3.2. gridCake can interact with this services:

  • VOMS
  • MyProxy
  • CREAM
  • GridFTP

If you need more info, read the wiki or the Javadoc files.

Ant tasks

  • prepare - Prepares environment for compilation
  • build - Compiles sources and generates the jar
  • dist - Generates distributable package
  • clean - Deletes previously generated files under build/ and dist/
  • javadoc - Generates javadoc files from sources and places it under dist/
  • test - Executes all unit tests, and saves the reports in build/test-reports