[wise-commits] wise SVN: r444 - in core/trunk/distribution/main/resouces/samples: interactiveHelloWorld and 1 other directory.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Fri Jul 20 05:54:12 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-20 05:54:12 -0400 (Fri, 20 Jul 2012)
New Revision: 444

Removed:
   core/trunk/distribution/main/resouces/samples/helloWorldJDK6/
   core/trunk/distribution/main/resouces/samples/interactiveHelloWorld/build.properties
   core/trunk/distribution/main/resouces/samples/interactiveHelloWorldJDK6/
Modified:
   core/trunk/distribution/main/resouces/samples/README.txt
Log:
[WISE-177] Further distribution cleanup


Modified: core/trunk/distribution/main/resouces/samples/README.txt
===================================================================
--- core/trunk/distribution/main/resouces/samples/README.txt	2012-07-20 09:43:23 UTC (rev 443)
+++ core/trunk/distribution/main/resouces/samples/README.txt	2012-07-20 09:54:12 UTC (rev 444)
@@ -5,20 +5,19 @@
 which kind of test you will find in. Only in case we think an example needs further explanations, you 
 will find a local README.txt inside its directory.
 
-lib directory contains library referred by examples. ant directory contains build.xml imported from
+lib directory contains library referred by examples. 'ant' directory contains build.xml imported by
 all examples' build.xml.
 
 How to run examples?
 
-1. Enter in specific example directory ;)
-2. Edit resources/META-INF/jboss-beans.xml and change properties according to your environment (i.e defaultTmpDeployDir) if needed.
+1. Edit ant/sample.properties
+2. Enter in specific example directory
 3. Edit resources/META-INF/wise-log4j.xml and change properties according to your environment if needed.
-4. Edit build.properties changing "JBossHome" and "ServerConfig" property to point to your JBossAS instance
-5. Start your JBossAS instance (of course it has to provide JBossWS)
-6. type "ant deployTestWS" to deploy server side content (aka the ws against example will run)
-7. type "ant runTest" to run the client side example
-8. type "ant undeployTestWS" to undeploy server side content
-9. Have a look to the code.
+4. Start your JBoss AS 7 instance
+5. Type "ant deployTestWS" to deploy server side content (an archive shipping the WS endpoint invoked by the sample)
+6. Type "ant runTest" to run the client side example
+7. Type "ant undeployTestWS" to undeploy server side content
+8. Have a look to the code.
 
 If something changes for a specific example you will find instructions on local README.txt
 

Deleted: core/trunk/distribution/main/resouces/samples/interactiveHelloWorld/build.properties
===================================================================
--- core/trunk/distribution/main/resouces/samples/interactiveHelloWorld/build.properties	2012-07-20 09:43:23 UTC (rev 443)
+++ core/trunk/distribution/main/resouces/samples/interactiveHelloWorld/build.properties	2012-07-20 09:54:12 UTC (rev 444)
@@ -1,3 +0,0 @@
-JBossHome=/dati/jboss-4.2.3.GA/
-ServerConfig=default
-JavaHome=/usr/lib/jvm/java-1.5.0-sun



More information about the wise-commits mailing list