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:40:41 UTC

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

Author: jawarner
Date: Tue Apr 27 12:40:41 2010
New Revision: 938424

URL: http://svn.apache.org/viewvc?rev=938424&view=rev
Log:
Retrieve the tck dir from the provided command

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=938424&r1=938423&r2=938424&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:40:41 2010
@@ -189,6 +189,9 @@ class Controller extends gbuild.system.P
         try {
             exec.execute(args)
         }
+        
+        tckDir << params.require('javaee5.cts.home')
+        
         finally {
             // Save the testsuite ts.jte
             ant.copy(todir: 'target') {