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/28 21:56:46 UTC

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

Author: jawarner
Date: Wed Apr 28 19:56:45 2010
New Revision: 939067

URL: http://svn.apache.org/viewvc?rev=939067&view=rev
Log:
Update source directory for log files to match our current environment

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=939067&r1=939066&r2=939067&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 Apr 28 19:56:45 2010
@@ -352,7 +352,7 @@ class Controller extends gbuild.system.P
         // propDir.mkdirs()
         // params.store("$propDir/runtests.properties")  
         
-        def sourceDir = new File('tck-testsuite/target').canonicalFile
+        def sourceDir = new File('project/tck-testsuite/target').canonicalFile
         
         log.info "Source dir: $sourceDir"