[jboss-cvs] JBoss Messaging SVN: r8132 - in branches/Branch_1_4/docs/examples: http and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 23 06:40:18 EST 2010


Author: gaohoward
Date: 2010-11-23 06:40:17 -0500 (Tue, 23 Nov 2010)
New Revision: 8132

Modified:
   branches/Branch_1_4/docs/examples/ejb3mdb/build.xml.EAP4
   branches/Branch_1_4/docs/examples/http/build.xml.EAP4
   branches/Branch_1_4/docs/examples/web-service/build.xml.EAP4
Log:
JBPAPP-3206


Modified: branches/Branch_1_4/docs/examples/ejb3mdb/build.xml.EAP4
===================================================================
--- branches/Branch_1_4/docs/examples/ejb3mdb/build.xml.EAP4	2010-11-19 16:18:10 UTC (rev 8131)
+++ branches/Branch_1_4/docs/examples/ejb3mdb/build.xml.EAP4	2010-11-23 11:40:17 UTC (rev 8132)
@@ -15,7 +15,7 @@
 	<!-- These properties may be overriden by calling ants when this example is used in a smoke test -->
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property file="../examples.properties" />
-	<property name="messaging.client.jar.path" value="${jboss.home}" />
+	<property name="messaging.client.jar.path" value="${jboss.home}/client" />
 	<property name="messaging.client.jar.name" value="jboss-messaging-client.jar" />
 	<property name="jboss.configuration" value="default" />
 	<property name="example.queue.name" value="testQueue" />

Modified: branches/Branch_1_4/docs/examples/http/build.xml.EAP4
===================================================================
--- branches/Branch_1_4/docs/examples/http/build.xml.EAP4	2010-11-19 16:18:10 UTC (rev 8131)
+++ branches/Branch_1_4/docs/examples/http/build.xml.EAP4	2010-11-23 11:40:17 UTC (rev 8132)
@@ -16,7 +16,7 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property file="../examples.properties" />
 	<property name="remoting.path" value="../config" />
-	<property name="messaging.client.jar.path" value="${jboss.home}" />
+	<property name="messaging.client.jar.path" value="${jboss.home}/client" />
 	<property name="messaging.client.jar.name" value="jboss-messaging-client.jar" />
 	<property name="jboss.configuration" value="default" />
 	<property name="example.queue.name" value="testQueue" />

Modified: branches/Branch_1_4/docs/examples/web-service/build.xml.EAP4
===================================================================
--- branches/Branch_1_4/docs/examples/web-service/build.xml.EAP4	2010-11-19 16:18:10 UTC (rev 8131)
+++ branches/Branch_1_4/docs/examples/web-service/build.xml.EAP4	2010-11-23 11:40:17 UTC (rev 8132)
@@ -1,9 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?> <!-- To run the example, set JBOSS_HOME and run ant (with no parameters)
 
-<!--
-
-   To run the example, set JBOSS_HOME and run ant (with no parameters)
-
    $Id: build.xml 7009 2009-05-26 06:47:08Z gaohoward $
 
  -->
@@ -14,6 +10,7 @@
 
    <!-- These properties may be overriden by calling ants when this example is used in a smoke test -->
    <property name="jboss.home" value="${ENV.JBOSS_HOME}"/>
+   <property name="endorsed.dirs" value="${jboss.home}/lib/endorsed" />
    <property file="../examples.properties"/>
    <property name="messaging.client.jar.path" value="${jboss.home}/client"/>
    <property name="messaging.client.jar.name" value="jboss-messaging-client.jar"/>
@@ -166,6 +163,7 @@
       <java classname="org.jboss.example.jms.webservices.client.Client"
             classpathref="client.classpath" fork="yes" failonerror="true">
          <sysproperty key="example.queue.name" value="${example.queue.name}"/>
+         <sysproperty key="java.endorsed.dirs" value="${endorsed.dirs}" />
          <!--
          <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=example"/>
           -->



More information about the jboss-cvs-commits mailing list