Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 6293 invoked from network); 3 Feb 2004 16:45:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Feb 2004 16:45:32 -0000 Received: (qmail 5967 invoked by uid 500); 3 Feb 2004 16:43:37 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 5928 invoked by uid 500); 3 Feb 2004 16:43:37 -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 5888 invoked from network); 3 Feb 2004 16:43:37 -0000 Received: from unknown (HELO public.coredevelopers.net) (209.233.18.245) by daedalus.apache.org with SMTP; 3 Feb 2004 16:43:37 -0000 Received: from coredevelopers.net (dsl093-038-137.pdx1.dsl.speakeasy.net [66.93.38.137]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 15FFF2BABC for ; Tue, 3 Feb 2004 08:37:28 -0800 (PST) Date: Tue, 3 Feb 2004 08:45:58 -0800 Subject: Re: warning-- potential build problem Content-Type: text/plain; delsp=yes; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v553) From: David Jencks To: geronimo-dev@incubator.apache.org Content-Transfer-Encoding: quoted-printable In-Reply-To: <401F5681.2070805@gmx.de> Message-Id: <7169D6E8-5668-11D8-B236-003065F4889C@coredevelopers.net> X-Mailer: Apple Mail (2.553) 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 Thanks. I'm not sure what happened in my testing to make me think it =20= worked. I rolled back this last change. You should be able to build the xmlbeans plugin explicitly first maven -Dmodules=3Dmaven-xmlbeans-plugin and then build geronimo maven rebuild I'll investigate further with the maven people. thanks david jencks On Tuesday, February 3, 2004, at 12:06 AM, Kristian K=F6hler wrote: > Hi > > i have just tried: > * maven clean > * maven > > which ends up with the following exception: > > ------ 8< ----- > > BUILD FAILED > File...... file:/c:/work/jakarta/incubator-geronimo/ > Element... maven:reactor > Line...... 134 > Column.... 27 > Unable to obtain goal [default] -- =20 > file:/C:/java/maven-1.0-rc1/maven_home_local/plugins/geronimo-maven-=20= > xmlbeans-plugin-D > EV/:40:142: Could not load class: =20 > org.apache.geronimo.tools.xmlbeans.SchemaCompilerWrapper. Reason: jav > a.lang.ClassNotFoundException: =20 > org.apache.geronimo.tools.xmlbeans.SchemaCompilerWrapper > Total time: 4 minutes 40 seconds > Finished at: Tue Feb 03 08:53:22 CET 2004 > > ------ 8< ----- > > cd modules/maven-xmlbeans-plugin > maven rebuild > cd ../../ > maven rebuild > > doesn't solve the problem (same error). > > Kristian > > > David Jencks wrote: >> This should now be fixed. Please let me know if it isn't. >> thanks >> david jencks >> On Monday, February 2, 2004, at 07:48 PM, David Jencks wrote: >>> Apparently the maven dependencies are not working quite as well as I = =20 >>> thought. >>> >>> After your next cvs update, you will probably have to >>> >>> cd modules/maven-xmlbeans-plugin >>> maven rebuild >>> >>> cd ../.. >>> maven rebuild >>> >>> in order to build the new plugin before it can be used. >>> >>> I'm trying to figure out how to set up a dependency so this module =20= >>> will be built automatically before attempts to use it are made. >>> >>> thanks >>> david jencks >>> > > --=20 > Kristian K=F6hler >