From richfaces-svn-commits at lists.jboss.org Fri May 14 00:47:31 2010 Content-Type: multipart/mixed; boundary="===============4760583243290129595==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r17045 - root/docs/trunk/Developer_Guide/en-US. Date: Fri, 14 May 2010 00:47:30 -0400 Message-ID: <201005140447.o4E4lURg010732@svn01.web.mwc.hst.phx2.redhat.com> --===============4760583243290129595== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2010-05-14 00:47:30 -0400 (Fri, 14 May 2010) New Revision: 17045 Modified: root/docs/trunk/Developer_Guide/en-US/Developer_Guide.xml root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_start= ed_with_RichFaces.xml Log: Revised Maven usage based on feedback Modified: root/docs/trunk/Developer_Guide/en-US/Developer_Guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- root/docs/trunk/Developer_Guide/en-US/Developer_Guide.xml 2010-05-14 00= :59:39 UTC (rev 17044) +++ root/docs/trunk/Developer_Guide/en-US/Developer_Guide.xml 2010-05-14 04= :47:30 UTC (rev 17045) @@ -3,7 +3,8 @@ ]> - + + Modified: root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Gettin= g_started_with_RichFaces.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_star= ted_with_RichFaces.xml 2010-05-14 00:59:39 UTC (rev 17044) +++ root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_star= ted_with_RichFaces.xml 2010-05-14 04:47:30 UTC (rev 17045) @@ -32,11 +32,13 @@ RichFaces supports the following JSF implementations and frameworks= : = + MyFaces 1.2.5 @@ -47,11 +49,13 @@ Seam 1.2 and higher + @@ -197,9 +201,15 @@
Compiling the source + Instead of downloading the pre-compiled binaries, you can download th= e source files and compile them yourself. Download the source files (also a= vailable in .bin.zip or .bin.tar.gz archives) from the JBoss RichFac= es Downloads area at http://www.jboss.org/richfaces/download.html. + + + Alternatively, the source files can be downloaded from the anonymous = SVN repository at http://anonsvn.jboss.org/repos/richfaces/root/ using the follo= wing command: + +svn co http://anonsvn.jboss.org/repos/richfaces/root/
= @@ -223,6 +233,7 @@ Add core-ui.jar, richfaces-api.jar, and richfaces-impl.jar into your project by d= ragging them from the location where you unzipped the RichFaces archive to = the WebContent/WEB-INF/lib/ directory of your project = in JBoss Tools. + Reference the tag libraries @@ -370,6 +382,11 @@ = + = + + + If you wish to include modules for test-driven JSF development, add a= ny dependencies for the tests to the pom.xml file. For= full details on how to use the jsf-test project= , refer to http://= community.jboss.org/wiki/TestDrivenJSFDevelopment. + = = - = Build the project @@ -407,21 +422,39 @@ The BUILD SUCCESSFUL message indicat= es the project has been assembled and is ready to import into an IDE (integ= rated development environment). + = Import the project into an IDE - Import the Maven project into your IDE. + Import the Maven project into your IDE. For Eclipse and JBoss Tools, you can either use Maven to prepare the project, or import the projec= t using the M2Eclipse plug-in. - - For Eclipse and JBoss Tools, you need to have the M2Eclipse plu= g-in installed. You can then import the Maven pr= oject through a wizard by choosing FileImport from the menu. Select M= aven Projects as the input source and choose the pom.x= ml file for your project. - + + + Using <application>Maven</application> to prepare the project= for <application>Eclipse</application> + + Enter the following command in the root directory of the project: + +mvn eclipse:eclipse -DdownloadSources=3Dtrue -Dwtpversion=3D2.0 + + The command generates the required Eclipse project files. You can then import the project into Eclipse= and JBoss Tools through the impor= ting wizard by choosing FileImp= ort from the menu. Select G= eneralExisting Projects into Workspace= as the import source and choose the root directory for your p= roject. + + + + Using the <productname>M2Eclipse</productname> plug-in + + Alternatively, you can import a Maven pr= oject into Eclipse and JBoss Tools<= /application> using the M2Eclipse plug-in. With = the plug-in installed, open the importing wizard by choosing FileImport from th= e menu. Select MavenExisting Ma= ven Projects as the import source and choose the= pom.xml file for your project. + + + + = --===============4760583243290129595==--