[jboss-svn-commits] JBL Code SVN: r14927 - labs/jbosstm/workspace/adinn/cxfdemo.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 7 03:41:49 EDT 2007


Author: adinn
Date: 2007-09-07 03:41:48 -0400 (Fri, 07 Sep 2007)
New Revision: 14927

Modified:
   labs/jbosstm/workspace/adinn/cxfdemo/README
Log:
instructions missed out some details

Modified: labs/jbosstm/workspace/adinn/cxfdemo/README
===================================================================
--- labs/jbosstm/workspace/adinn/cxfdemo/README	2007-09-07 05:19:47 UTC (rev 14926)
+++ labs/jbosstm/workspace/adinn/cxfdemo/README	2007-09-07 07:41:48 UTC (rev 14927)
@@ -53,15 +53,21 @@
   cp $CXF_HOME/lib/wstx-asl-3.2.1.jar \
            $JBOSS_HOME/server/default/deploy/jbossws.sar/
 
-In order to build the demo you need to define the environment
+After making this change you will also need to modify the various
+build.xml files in the XTS tree so that they link against new versions
+of the stax and wstx-asl jars (stax-api-1.0.1.jar wstx-asl-3.2.1.jar)
+rather than the old ones (stax-api-1.0.jar wstx-asl-2.0.3.jar) and
+then re-install the XTS package using the JBossTS XTS build script.
+
+In order to build the cxfdemo you need to define the environment
 variables JBOSS_HOME, CXF_HOME as above. A third variable XTS_HOME
 should point to the directory to which the XTS code was installed by
 the JBossTS XTS build script (by default this is located under the
 JBossTs svn source tree in directory <svnroot>/XTS/xts-install).
-Execute "ant" in this directory to install the demo code into
-$XTS_HOME/demo. Then cd to the installed demo directory and execute
-"ant build" to build the demo code and "ant deploy" to deploy it to
-the JBoss app server installed in $JBOSS_HOME.
+Execute "ant" in this directory (cxfdemo) to install the demo code
+into $XTS_HOME/demo. Then cd to the installed demo directory and
+execute "ant build" to build the demo code and "ant deploy" to deploy
+it to the JBoss app server installed in $JBOSS_HOME.
 
 You can access the demo client form by pointing your favourite browser at
 




More information about the jboss-svn-commits mailing list