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/04/27 15:41:53 UTC

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

Author: jawarner
Date: Tue Apr 27 13:41:53 2010
New Revision: 938451

URL: http://svn.apache.org/viewvc?rev=938451&view=rev
Log:
Added the def

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=938451&r1=938450&r2=938451&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 Tue Apr 27 13:41:53 2010
@@ -184,7 +184,7 @@ class Controller extends gbuild.system.P
         def targetDir = new File('target').canonicalFile
         targetDir.mkdirs()
         params.store("$targetDir/runtests.properties")
-        tckDir << params.require('javaee5.cts.home')
+        def tckDir = params.require('javaee5.cts.home')
         
         // Execute runtests
         try {