From richfaces-svn-commits at lists.jboss.org Thu Jul 10 12:48:05 2008 Content-Type: multipart/mixed; boundary="===============6395212749208766466==" 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: r9516 - in trunk/docs/cdkguide/en/src/main/docbook: modules and 1 other directory. Date: Thu, 10 Jul 2008 12:48:05 -0400 Message-ID: --===============6395212749208766466== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2008-07-10 12:48:05 -0400 (Thu, 10 Jul 2008) New Revision: 9516 Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml Log: http://jira.jboss.com/jira/browse/RF-3692 - info about 'mvn clean install' = command was added. Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.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 --- trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml 2008-07-10= 15:59:23 UTC (rev 9515) +++ trunk/docs/cdkguide/en/src/main/docbook/includes/ccreate.xml 2008-07-10= 16:48:05 UTC (rev 9516) @@ -2,52 +2,51 @@
- -create -component -CDK - Guide - - -Creating and building component skeleton - -Let's create a skeleton for the <= ;inputDate> component. - - You need to go to the inputDate directory an= d then launch the following command: - + create + component + CDK + Guide + + + Creating and building component skeleton + Let's create a skeleton for the + <inputDate> + component. + You need to go to the inputDate directory = and then launch the + following command: + +...]]> - -As a result three artifacts will be created: - - - - -An XML configuration file for the metadata = - - - - -A UI class = - - - - -A JSP-like template = - - - -In order to build the component you should stay in the inputDate= directory = -and launch the following command: - As a result three artifacts will be created: + + + An XML configuration file for the metadata + + + A UI class + + + A JSP-like template + + + In order to build the component you should stay in the inputDate + directory and launch the following command: + +...]]> - -This command generates and compiles the library and then creates a result = JAR file. = -A directory named target will be created along with a= src directory. = -If you get a file named target/inputDate-1.0-SNAPSHOT.jar, everything is set up successfully. + This command generates and compiles the library and then create= s a result JAR file. A + directory named target will be created along = with a + src directory. If you get a file named + target/inputDate-1.0-SNAPSHOT.jar, everyt= hing is set up + successfully. + + If you want to rebuild the component you could use the following comma= nd: + + +
- - Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/setup.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 --- trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2008-07-10 15= :59:23 UTC (rev 9515) +++ trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2008-07-10 16= :48:05 UTC (rev 9516) @@ -5,44 +5,38 @@ setup CDK - Guide + Guide = Setting up the environment - - In order to start working with the Component Development= Kit (CDK) - and to create your rich component, = - it's necessary to have the following installed: - - - + In order to start working with the Component Developm= ent Kit (CDK) + and to create your rich component, it's necessary to have the= following installed: + + - The Java SE 5 Development Kit (JDK) - = + The Java SE 5 + Development Kit (JDK) + Apach= e Maven 2.0.9 - = + Apache Tomcat 6.0<= /ulink> - = + - - Browser (on client side) - = - + Browser (on client side) + - - After the Maven is installed you should confi= gure it. = - In this case, please, go to the directory where you've just i= nstalled Maven, - open a conf/settings.xml file for editing and= add to the profiles - section this code: - + After the Maven is installed you should co= nfigure it. In this case, + please, go to the directory where you've just installed Maven, + open a conf/settings.xml file for editing and= add to the + profiles section this code: cdk @@ -97,41 +91,35 @@ ...]]> - - In order to activate new profile, please, add the following after = the profiles section: - + In order to activate new profile, please, add the following aft= er the + profiles section: cdk -...]]> +...]]> - + Note: - - In order to work with Maven from Eclipse, = - it's possible to download and install the Maven= plugin. = - Please, follow the instruction at = - Ecl= ipse plugins for Maven page - + In order to work with Maven from Eclip= se, it's possible + to download and install the Maven plugin.= Please, follow the + instruction at Eclipse plugins + for Maven page + - - The environment is set up now to use the Component Devel= opment Kit (CDK). - = - - We are going to create two components throughout the RichFaces CDK= Developer Guide, but at first = - you need take the following steps in order to set up the Project and create your library: = - - - - - Create a new directory where all the components will be st= ored (for example Sandbox). = - + The environment is set up now to use the Component De= velopment Kit + (CDK). + We are going to create two components throughout the RichFaces = CDK Developer Guide, but + at first you need take the following steps in order to set up the + Project and create your library: + + + Create a new directory where all the components will be= stored (for example + Sandbox). - - Create a file named pom.xml in the di= rectory with the following content: - + Create a file named pom.xml in the= directory with the + following content: -...]]> +...]]> - = - - - Close the file - - = + + + Close the file + - - Here are some of these elements with descriptions: - + Here are some of these elements with descriptions: The POM elements @@ -218,30 +202,18 @@ - - groupId - - - Prefix for the Java package structure of your libr= ary - - + groupId + Prefix for the Java package structure of your = library + - - url - - - Namespace for your library to be used in the TLD f= ile - + url + Namespace for your library to be used in the T= LD file - - version - - - Version of your library - + version + Version of your library - - -
- \ No newline at end of file + + + + --===============6395212749208766466==--