[jboss-cvs] JBoss Messaging SVN: r7065 - in trunk: src/main/org/jboss/messaging/integration/bootstrap and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 07:09:11 EDT 2009


Author: timfox
Date: 2009-05-27 07:09:10 -0400 (Wed, 27 May 2009)
New Revision: 7065

Modified:
   trunk/build-thirdparty.xml
   trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
Log:
updated build to use netty.3.1.0.beta3.jar plus tweak

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2009-05-27 10:46:05 UTC (rev 7064)
+++ trunk/build-thirdparty.xml	2009-05-27 11:09:10 UTC (rev 7065)
@@ -85,7 +85,7 @@
            Dependencies required to build the transport jar
       -->
 
-      <componentref name="netty" version="3.1.0.BETA1"/>
+      <componentref name="netty" version="3.1.0.BETA3"/>
 
       <!--
            Dependencies needed to build the security.jar

Modified: trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-27 10:46:05 UTC (rev 7064)
+++ trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-27 11:09:10 UTC (rev 7065)
@@ -201,7 +201,7 @@
          File file = new File(arg);
          if(file.exists())
          {
-            url = file.toURL();
+            url = file.toURI().toURL();
          }
       }
       if (url == null)




More information about the jboss-cvs-commits mailing list