You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/05/31 03:19:24 UTC

svn commit: r543007 - in /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation: CodestationClient.groovy LibraryImpl.groovy

Author: jdillon
Date: Wed May 30 18:19:23 2007
New Revision: 543007

URL: http://svn.apache.org/viewvc?view=rev&rev=543007
Log:
Drop useless subclass

Removed:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/CodestationClient.groovy
Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy?view=diff&rev=543007&r1=543006&r2=543007
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy Wed May 30 18:19:23 2007
@@ -26,6 +26,7 @@
 import gbuild.system.library.Library
 
 import org.apache.commons.lang.time.StopWatch
+import com.urbancode.codestation2.client.CodestationClient
 
 /**
  * Abstraction of a library backed by AntHill's Codestation.
@@ -63,7 +64,7 @@
         assert !exists()
         baseDir.parentFile.mkdirs()
         
-        CodestationClient client = new CodestationClient(serverURL, true)
+        CodestationClient client = new CodestationClient("$serverURL", true)
         client.debug = true
         
         // The client works on a workingDir, and then relative target directories, so to avoid