JBossWiki : HowToBuildRichFacesSnapshotManually
Wiki Home: HowToBuildRichFacesSnapshotManually [EN]
[Permalink]
[Recent Changes]
[History]
[RSS Feed][RDF Feed][Atom Feed][Print]

How To Build RichFaces Snapshot Manually

RichFaces build process is Maven based. You need to have Maven installed and configured. If you already has it, proceed to step #2

Step 1. Following the instruction how to configure Maven for RichFaces.

Step 2. Using any SVN client, take your own local copy of RichFaces project. The SVN root for public access is the following: http://anonsvn.jboss.org/repos/richfaces/

Step 3. Type mvn install in the command line when you are in the root of the RichFaces project. If you update the local repository and want to re-build the project, use mvn clean install

In case of success, the <richfaces-root>/ui/assembly/target/dist/richfaces-ui-3.1.1-SNAPSHOT-bin.zip will contains the binary distribution package that includes 3 jar files, tldDoc, javaDoc and Developers Guide


Other languages:

Log in to make links between pages

The page last changed on Wed Oct 10 09:23:24 EDT 2007 by SergeySmirnov