Author: alessio.soldano(a)jboss.com
Date: 2010-07-02 06:04:15 -0400 (Fri, 02 Jul 2010)
New Revision: 12566
Modified:
stack/cxf/trunk/src/main/distro/Install.txt
Log:
[JBWS-3073] Updating installation instructions
Modified: stack/cxf/trunk/src/main/distro/Install.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/Install.txt 2010-07-01 17:39:42 UTC (rev 12565)
+++ stack/cxf/trunk/src/main/distro/Install.txt 2010-07-02 10:04:15 UTC (rev 12566)
@@ -25,6 +25,15 @@
ant -Djboss.server.instance=standard deploy-jboss600
+ By default Spring Framework libraries are not installed to application
+server. In order to do that, please add the -Dspring=true property option when
+running the ant script:
+
+ ant -Dspring=true deploy-jboss600
+
+Please note Spring is required for advanced configuration only, whenever users
+want to provide their own jbossws-cxf.xml Spring configuration file.
+
4.) Execute the samples to verify your installation
'ant tests'
Show replies by date