###

Home

Readme
Repository
Installation
Resolver-Mania

API Docs

History

Getting the source
 

This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply enter "anoncvs" without quotes:

cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
password: anoncvs

cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout xml-security

A HTTP interface to browse the sources online is available via #


Testing the distibution
 

The first way to ensure that everything is in place is to run the unit tests. This is simply done by typing ant test. This starts the included JUnit test cases. Actually, we do not have complete test coverage, but as a first start, it works.


Playing around with the examples
 

To see how the distribution works, simply run ant mega-sample to let ant execute several examples from the src_samples/ directory.


Files in the source package release
 
build.xml  Top level Ant Makefile -- read README file before building 
LICENSE.txt  License for XMLSecurity-J 
README  Build instructions 
Readme.html  Web page redirect required for building documentation 
STATUS  Current source code status information 
data/  Directory containing sample data files and test vectors for the unit tests 
doc/xml/  Directory containing documentation, in XML form 
src/  Directory containing source code for the core library 
src_samples/  Directory containing source code for samples 
src_unitTests/  Directory containing source code for unit tests 


Copyright © 2001 The Apache Software Foundation. All Rights Reserved.