Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 45481 invoked from network); 31 May 2007 01:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 01:20:04 -0000 Received: (qmail 60207 invoked by uid 500); 31 May 2007 01:20:08 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 60170 invoked by uid 500); 31 May 2007 01:20:08 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 60158 invoked by uid 99); 31 May 2007 01:20:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 18:20:08 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 18:20:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EAC5A1A981C; Wed, 30 May 2007 18:19:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543008 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy Date: Thu, 31 May 2007 01:19:43 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070531011943.EAC5A1A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed May 30 18:19:43 2007 New Revision: 543008 URL: http://svn.apache.org/viewvc?view=rev&rev=543008 Log: Update constructor 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=543008&r1=543007&r2=543008 ============================================================================== --- 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:43 2007 @@ -114,7 +114,7 @@ def props = new Properties() props.load(statusFile.newInputStream()) - CodestationClient client = new CodestationClient(serverURL, true) + CodestationClient client = new CodestationClient("$serverURL", true) client.debug = true def doc = lookupProject(client)