[jbossws-commits] JBossWS SVN: r6156 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 28 11:46:56 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-03-28 11:46:56 -0400 (Fri, 28 Mar 2008)
New Revision: 6156

Modified:
   stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt
Log:
[JBWS-2006] update instalation instructions

Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt	2008-03-28 15:46:11 UTC (rev 6155)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/Install.txt	2008-03-28 15:46:56 UTC (rev 6156)
@@ -2,32 +2,22 @@
 @implementation.title@
 @implementation.url@
 
-Version: @specification.version at -cxf-@version.id@
+Version: jbossws- at version.id@
 
 Installation instructions
 =========================
 
 In order to install JBossWS the following steps are necessary:
 
-1.) Modify the target container location in ant.properties
-2.) Make sure to uninstall any deployed stack
+1.) Copy ant.properties.examples to ant.properties
+2.) Modify the target container location in ant.properties
+3.) Execute one of the following
 
-	ant undeploy-<jboss.version>
+	ant deploy-jboss422
+	ant deploy-jboss423 // for JBoss AS 4.2 Branch
+	ant deploy-jboss500 // for JBoss AS Beta 4
+        ant deploy-jboss501 // for JBoss AS Trunk
 
-	I.e. 'ant undeploy-jboss422'
-
-3.) Install JBossWS-CXF into the target container
-
-   ant deploy-<jboss-version>
-
-   I.e. 'ant deploy-jboss422'
-
-4.) Execute the samples to verify your installation
-
-   'ant tests'
-
-   You should see no errors.
-
 Please consult the wiki for detailed up to date install instructions
 http://labs.jboss.com/portal/jbossws/
 
@@ -38,4 +28,4 @@
 http://www.jboss.org/index.html?module=bb&op=viewforum&f=276
 
 Enjoy,
-The JBossWS Team
\ No newline at end of file
+The JBossWS Team




More information about the jbossws-commits mailing list