Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 84415 invoked from network); 4 Apr 2004 04:15:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Apr 2004 04:15:50 -0000 Received: (qmail 88541 invoked by uid 500); 4 Apr 2004 04:15:25 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 88351 invoked by uid 500); 4 Apr 2004 04:15:24 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 88336 invoked from network); 4 Apr 2004 04:15:24 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 4 Apr 2004 04:15:24 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B9z2g-0006ku-00 for ; Sun, 04 Apr 2004 06:15:33 +0200 Received: from 218.148.24.1 ([218.148.24.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Apr 2004 06:15:30 +0200 Received: from HeartBit by 218.148.24.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Apr 2004 06:15:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: geronimo-dev@incubator.apache.org From: Uijin Hong Subject: Re: maven 1.0-rc2 build fails, maven 1.0-rc1 builds OK Date: Sun, 04 Apr 2004 13:15:49 +0900 Lines: 41 Message-ID: References: <20040331154259.GA76853@beaujolais.extremis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 218.148.24.1 User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en In-Reply-To: <20040331154259.GA76853@beaujolais.extremis.net> Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N George Cox wrote: > Hi there, > > The HEAD builds successfully with Maven 1.0-rc1-SNAPSHOT, but does not with > Maven 1.0-rc2, failing with this error: > > +---------------------------------------- > | Executing (default): Geronimo maven deployment plugin > | Memory: 18M/45M > +---------------------------------------- > I got another error message as following, when I do 'maven clean' and 'maven' with Maven 1.0-RC2. +---------------------------------------- | Executing (default): Geronimo :: Servlet Specification | Memory: 4M/6M +---------------------------------------- BUILD FAILED File...... file:/C:/Documents and Settings/HeartBit/My Documents/My Projects/Eclipse Workspace/incubator-geronimo/maven. xml Element... maven:reactor Line...... 180 Column.... 27 Unable to obtain goal [default] -- file:/C:/Documents and Settings/HeartBit/My Documents/My Projects/Eclipse Workspace/i ncubator-geronimo/etc/maven.xml:50:41: No goal [java:jar-resources] Total time: 8 seconds Finished at: Sun Apr 04 13:06:56 GMT+09:00 2004 I think somebody should re-write the maven build script. By the way, is there any possible way to make Geronimo build fully compatiable with Maven's default goal(multiproject:install)? It seems like the current script doing too much jobs which you should delegate to Maven -such as dependency handling between 'spec's and 'module's-.