You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2010/05/19 18:46:32 UTC

svn commit: r946269 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy

Author: jawarner
Date: Wed May 19 16:46:31 2010
New Revision: 946269

URL: http://svn.apache.org/viewvc?rev=946269&view=rev
Log:
Change the port offset value.

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?rev=946269&r1=946268&r2=946269&view=diff
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Wed May 19 16:46:31 2010
@@ -207,7 +207,7 @@ class Controller extends gbuild.system.P
         }
         
         // The AHP server secure port conflicts with the geronimo server secure port
-        args << '-Dorg.apache.geronimo.config.substitution.PortOffset=1'
+        args << '-Dorg.apache.geronimo.config.substitution.PortOffset=1000'
         
         args << params.require('tests')