[dna-commits] DNA SVN: r1288 - trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Oct 7 11:43:06 EDT 2009


Author: elvisisking
Date: 2009-10-07 11:43:05 -0400 (Wed, 07 Oct 2009)
New Revision: 1288

Added:
   trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite/readme.txt
Log:
Added a "readme" with steps to create an update site archive. Also include information on how to install archive into Eclipse and to how to test using JBoss.

Added: trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite/readme.txt
===================================================================
--- trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite/readme.txt	                        (rev 0)
+++ trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite/readme.txt	2009-10-07 15:43:05 UTC (rev 1288)
@@ -0,0 +1,29 @@
+***** Steps to create an update site archive *****
+
+1. Make sure you get a clean Maven build by running "mvn clean install" in the "trunk/" directory.
+
+2. In the "web/dna-web-jcr-rest-client/" directory run "mvn assembly:assembly" (which generates a dependencies jar)
+
+3. Copy these 2 files from "web/dna-web-jcr-rest-client/target/" to "tools/org.jboss.dna.eclipse.jcr.rest.client" project:
+    - dna-web-jcr-rest-client-[release]-jar-with-dependencies.jar
+    - dna-web-jcr-rest-client-[release]-sources.jar
+
+4. Update the feature version number by editing "feature.xml" in the "tools/org.jboss.dna.eclipse.jcr.rest.client.feature" project.
+
+5. Open "site.xml" in the tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite" project. If the feature on the "Site Map" tab
+   is not right, delete the existing one and then click "Add Feature" to add the correct version of the feature plugin.
+   
+6. Once the feature is added click "Build All." This will create 2 folders (features, plugins) and 2 files (artifacts.xml, content.xml).
+
+7. At the top of both the artifacts.xml and content.xml, change the name to "JBoss DNA JCR REST Eclipse Client."
+
+8. Create a zip archive containing the following: features/, plugins/, site.xml, artifacts.xml, & contents.xml.
+
+***** Additional Information *****
+
+- To install the archive download and install a new copy of Eclipse. Use Help -> Software Updates to add the local archive site.
+
+- In order to test you need a DNA REST server. Copy the "resources.war" file found in the "targets/" directory of the
+  "web/dna-web-jcr-rest-war" project. For JBoss copy it into the "[JBOSS-INSTALL-DIR]/server/[CONFIG-NAME]/deploy/" directory. Then
+  in Eclipse using the DNA Servers View create a new server with the appropriate URL (for example: http://localhost:8080).
+  The user is "dnauser" and the passowrd is "password".
\ No newline at end of file


Property changes on: trunk/tools/org.jboss.dna.eclipse.jcr.rest.client.updatesite/readme.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the dna-commits mailing list