[jboss-cvs] JBoss Messaging SVN: r7071 - in trunk: examples/common and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 09:36:10 EDT 2009


Author: jmesnil
Date: 2009-05-27 09:36:10 -0400 (Wed, 27 May 2009)
New Revision: 7071

Modified:
   trunk/.classpath
   trunk/build-messaging.xml
   trunk/examples/common/build.xml
   trunk/examples/core/embedded-remote/src/org/jboss/core/example/EmbeddedRemoteExample.java
Log:
updated netty jar in build files to 3.1.0.BETA3

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-05-27 12:57:21 UTC (rev 7070)
+++ trunk/.classpath	2009-05-27 13:36:10 UTC (rev 7071)
@@ -96,7 +96,7 @@
 	<classpathentry kind="lib" path="thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jboss-jaspi-api/lib/jboss-jaspi-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jnpserver/lib/jnpserver.jar" sourcepath="thirdparty/jboss/jnpserver/lib/jnpserver-sources.jar"/>
-	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.1.0.BETA1.jar"/>
+	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.1.0.BETA3.jar"/>
 	<classpathentry kind="lib" path="thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jboss-common-logging-log4j/lib/jboss-common-logging-log4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/jbossts/lib/jbossts-common.jar"/>

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-05-27 12:57:21 UTC (rev 7070)
+++ trunk/build-messaging.xml	2009-05-27 13:36:10 UTC (rev 7071)
@@ -68,7 +68,7 @@
    <property name="core.client.jar.name" value="jbm-core-client.jar"/>
    <property name="ra.jar.name" value="jbm-ra.jar"/>
    <property name="ra.rar.name" value="jbm-ra.rar"/>
-   <property name="netty.jar.name" value="netty-3.1.0.BETA1.jar"/>
+   <property name="netty.jar.name" value="netty-3.1.0.BETA3.jar"/>
    <property name="mc.jar.name" value="jboss-mc.jar"/>
 
    <!--source and build dirs-->

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-05-27 12:57:21 UTC (rev 7070)
+++ trunk/examples/common/build.xml	2009-05-27 13:36:10 UTC (rev 7071)
@@ -77,7 +77,7 @@
          <include name="**/*client*.jar"/>
       </fileset>
       <fileset dir="${jars.dir}">
-         <include name="netty/lib/netty-3.1.0.BETA1.jar"/>
+         <include name="netty/lib/netty-3.1.0.BETA3.jar"/>
       </fileset>
    </path>
 
@@ -88,7 +88,7 @@
       <pathelement location="${classes.dir}"/>
       <fileset dir="${jars.dir}">
          <include name="jboss/jnpserver/lib/jnpserver.jar"/>
-         <include name="netty/lib/netty-3.1.0.BETA1.jar"/>
+         <include name="netty/lib/netty-3.1.0.BETA3.jar"/>
       </fileset>
    </path>
 

Modified: trunk/examples/core/embedded-remote/src/org/jboss/core/example/EmbeddedRemoteExample.java
===================================================================
--- trunk/examples/core/embedded-remote/src/org/jboss/core/example/EmbeddedRemoteExample.java	2009-05-27 12:57:21 UTC (rev 7070)
+++ trunk/examples/core/embedded-remote/src/org/jboss/core/example/EmbeddedRemoteExample.java	2009-05-27 13:36:10 UTC (rev 7071)
@@ -133,7 +133,7 @@
          System.exit(-1);
       }
       
-      process = SpawnedVMSupport.spawnVM(remoteClasspath, EmbeddedServer.class.getName(), new String[]{}, true, 
+      process = SpawnedVMSupport.spawnVM(remoteClasspath, EmbeddedServer.class.getName(), "", true, 
                                "STARTED::",
                                "FAILED::",
                                ".",




More information about the jboss-cvs-commits mailing list