Cobbler4j
=========

Bindings for Cobbler XMLRPC to make them feel more like Java objects.
Originally derived from work done for http://fedorahosted.org/spacewalk and then
modified.

Some of this code is auto generated. (all classes in 
org.fedorahosted.cobbler.autogen)

Requirements
============

To build: ant java-1.6.0-openjdk-devel python-cheetah python-netaddr PyYAML
To test: ant-junit junit4

Build with: "ant"

To test copy user.properties.sample to user.properties and modify accordingly
for connecting to your cobbler server.

Test with: "ant test"


