Version 2

    How to Build Ajax4jsf from the SVN

     

    1. Ajax4jsf build process is Maven based. First of all you need Maven installed and configured. See "[Ajax4jsf. How to configure Maven Repository for Ajax4jsf|DOC-9077]" document how it should be done

     

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

     

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

     

    In case of success, the <Ajax4jsf-root>/framework/target will contains the built jar file.