Sources are available for checkout from the svn repository. Please review instructions under page Source Repository.
PerfectJPattern sources are separated in different sub-modules:
Building the resources requires installing and configuring the latest version
of Maven 2 and running the following command:
$ %PERFECTJPATTERN_HOME%\build.bat
$ $PERFECTJPATTERN_HOME/build.sh
Creating an Eclipse Project requires Maven 2
properly installed. Then you may either download PerfectJPattern source distributions from
sourceforge
or checkout the project from the Subversion repository as explained above.
Then execute the following command in the directory where the pom.xml is located:
mvn eclipse:eclipse
Please note that if you download API source alone and try to create the Eclipse project from the
parent pom.xml it will fail. This is because the API source distribution does not include Core
source distribution. You need to cd under perfectjpattern-api and run the command from there.
When all project files are generated then you may import them into Eclipse.
If you download the binary jar files directly from sourceforge you will also need to get all dependencies yourself e.g. PerfectJPattern Core depends on Apache Commons Lang. Please check under "Project Reports" for each project the dependency reports for an exhaustive list of all its dependencies and pointers to the location where to get them.