From depot-dev-return-639-apmail-incubator-depot-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 23 23:17:04 2004 Return-Path: Delivered-To: apmail-incubator-depot-dev-archive@www.apache.org Received: (qmail 64656 invoked from network); 23 Jun 2004 23:17:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 23:17:04 -0000 Received: (qmail 36833 invoked by uid 500); 23 Jun 2004 23:17:30 -0000 Delivered-To: apmail-incubator-depot-dev-archive@incubator.apache.org Received: (qmail 36675 invoked by uid 500); 23 Jun 2004 23:17:27 -0000 Mailing-List: contact depot-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Depot Development" List-Id: Depot Development Delivered-To: mailing list depot-dev@incubator.apache.org Received: (qmail 36477 invoked by uid 99); 23 Jun 2004 23:17:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.60.148.34] (HELO csm.chalko.com) (66.60.148.34) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 23 Jun 2004 16:17:20 -0700 Received: from [10.17.110.58] (unknown [206.154.197.17]) by csm.chalko.com (Postfix) with ESMTP id D0681FF9F for ; Wed, 23 Jun 2004 16:12:04 -0700 (PDT) Message-ID: <40DA0E44.3010709@chalko.com> Date: Wed, 23 Jun 2004 16:12:04 -0700 From: Nick Chalko User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Depot Development Subject: Re: [GUMP@brutus]: depot/depot-update failed References: <20040623230246.ACB7710289@csm.chalko.com> In-Reply-To: <20040623230246.ACB7710289@csm.chalko.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Looks like gump caught us in the middle of our reorg :-[ Adam Jack wrote: >To whom it may engage... > > >Full details are available at: > > http://brutus.apache.org:8080/gump/depot/depot-update/index.html > >compile-src: > [echo] Compiling project core with Java 1.4, debug on, optimize off, deprecation on > [mkdir] Created dir: /usr/local/gump/public/workspace/depot/update/build/depot-update/classes > [javac] Compiling 173 source files to /usr/local/gump/public/workspace/depot/update/build/depot-update/classes > [javac] /usr/local/gump/public/workspace/depot/update/src/java/org/apache/depot/update/Artifact.java:394: cannot resolve symbol > [javac] symbol : method getTestVersion (int,int) > [javac] location: class org.apache.depot.version.impl.ApacheVersion > [javac] ApacheVersion.getTestVersion(1, i), > [javac] ^ > [javac] /usr/local/gump/public/workspace/depot/update/src/java/org/apache/depot/update/Artifact.java:399: cannot resolve symbol > [javac] symbol : method getTestVersion (int,int) > [javac] location: class org.apache.depot.version.impl.ApacheVersion > [javac] ApacheVersion.getTestVersion(1, i), > [javac] ^ > [javac] /usr/local/gump/public/workspace/depot/update/src/java/org/apache/depot/update/Artifact.java:417: cannot resolve symbol > [javac] symbol : method getTestVersion (int,int) > [javac] location: class org.apache.depot.version.impl.ApacheVersion > [javac] return getTestResource(name, ApacheVersion.getTestVersion(1, 1), type); > [javac] ^ > [javac] 3 errors > > >