Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16691 invoked from network); 15 Dec 2004 03:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 03:08:07 -0000 Received: (qmail 7174 invoked by uid 500); 15 Dec 2004 03:08:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7130 invoked by uid 500); 15 Dec 2004 03:08:01 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 7114 invoked by uid 99); 15 Dec 2004 03:08:01 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of cjohan@shaw.ca designates 24.71.223.10 as permitted sender) Received: from shawidc-mo1.cg.shawcable.net (HELO pd4mo1so.prod.shaw.ca) (24.71.223.10) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 19:07:57 -0800 Received: from pd3mr7so.prod.shaw.ca (pd3mr7so-qfe3.prod.shaw.ca [10.0.141.23]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I8Q000T6U0DPI80@l-daemon> for dev@geronimo.apache.org; Tue, 14 Dec 2004 20:07:25 -0700 (MST) Received: from pn2ml6so.prod.shaw.ca ([10.0.121.150]) by pd3mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I8Q0023JU0DIO20@pd3mr7so.prod.shaw.ca> for dev@geronimo.apache.org; Tue, 14 Dec 2004 20:07:25 -0700 (MST) Received: from shaw.ca (S01060050046eee7b.vn.shawcable.net [24.80.91.129]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I8Q00D0UU0CP6@l-daemon> for dev@geronimo.apache.org; Tue, 14 Dec 2004 20:07:25 -0700 (MST) Date: Tue, 14 Dec 2004 19:07:24 -0800 From: Craig Johannsen Subject: Derby module fails to build To: dev@geronimo.apache.org Message-id: <41BFAA6C.5090200@shaw.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Building the Derby module, the derby and derbynet 10.0.2.1 jar files failed to download. I didn't find any similar files in the usual maven repos, but did find some at http://cvs.apache.org/dist/incubator/derby/10.0.2.1 I renamed derby.jar to derby-10.0.2.1.jar and derbynet.jar to derbynet-10.0.2.1.jar and copied both files to .maven/derby/jars. However, this did not fix the problem. The build appeared to be looking for the jars elsewhere. Then looking in the modules/derby/project.properties file, I found the repo to be: maven.repo.remote=http://cvs.apache.org/repository In the almost hidden location http://cvs.apache.org/repository/incubator-derby/jars directory there is a derby-10.0.2.1.jar file and a . derbynet-10.0.2.1.jar file. I say "almost hidden" because I didn't find any "derby" directory as in the other repos, but after a bunch of messing around and looking in project.property files and project.xml files, I eventually found that I needed to look in "incubator-derby". I also discovered that I needed to copy the above jar files to .maven/repository/incubator-derby. Subsequently, the Derby module built OK. The original error was: +---------------------------------------- | Executing default Geronimo :: Derby | Memory: 3M/6M +---------------------------------------- Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar. Artifact /geronimo/jars/geronimo-kernel-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-system-1.0-SNAPSHOT.jar. Artifact /geronimo/jars/geronimo-system-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download derby-10.0.2.1.jar. WARNING: Failed to download derby-10.0.2.1.jar. Attempting to download derbynet-10.0.2.1.jar. WARNING: Failed to download derbynet-10.0.2.1.jar.