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 14:56:04 UTC

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

Author: jawarner
Date: Tue Apr 27 12:56:04 2010
New Revision: 938438

URL: http://svn.apache.org/viewvc?rev=938438&view=rev
Log:
Move this to a spot where it doesn't break the finally block

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=938438&r1=938437&r2=938438&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 12:56:04 2010
@@ -184,14 +184,13 @@ 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')
         
         // Execute runtests
         try {
             exec.execute(args)
         }
         
-        tckDir << params.require('javaee5.cts.home')
-        
         finally {
             // Save the testsuite ts.jte
             ant.copy(todir: 'target') {