Build from source

Follow the instructions below to build psm4j:

Install Maven 2

psm4j use maven 2 to build, so you have to install maven 2 first.

Check out source code

Check out the source code at scm:cvs:pserver:anonymous@cvs.sourceforge.net/cvsroot/psm4j. You can use TortoiseCVS or other CVS client to do the job.

Build with maven

If you have maven 2 installed, just type "mvn package" to build the psm4j. That's all.

Usage

Command line

You can use psm4j from command line interface. But the reporting work has not finished yet by now, you can just get a result store in xml.

Use with maven

A maven 2 plugin is in the wishlist, you can use psm4j in maven when this work completed.