README for spacewalklib
-----------------------
doc: documentation in javadoc format.
lib: spacewalk library in jar format. Only the clases of spacewalklib package are included in the jar file.
source: source code files. Following packages have been created.
- spacewalklib/spacewalklib: is the actual spacewalklib package.
- spacewalklib/junit_tests: contains some junit tests created during the development. They have been created for a specific environment so they can not be executed as found in other environments.
- spacewalklib/spacewalklib/jbpm: it contains spacewalklib.jbpm package, composed of a set of classes used as Handlers for JBPM processes.
- spacewalklib/jpdl: contains a set of jpbm created as examples of use of spacewalklib.
Installation instructions
-------------------------
Copy the spacewalk.jar file to your classpath.
Redstone XMLRPC client library must be copied too from https://sourceforge.net/projects/xmlrpc/.
To activate cobbler auth against Satellite use this cobbler configuration parameter:
* In file /etc/cobbler/settings: redhat_management_permissive: 1
Information about git branches
------------------------------
Branch "master" is the current working branch.
Numbered branches are previous versions
Documentation
-------------
Documentation about the spacewalklib library can be found in http://spacewalklib.sourceforge.net/javadoc
Additional documentation can be found in the web of the project http://spacewalklib.sourceforge.net
For any other question please contact alfredo.moralejo@gmail.com.