Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 40892 invoked from network); 5 Apr 2004 19:11:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Apr 2004 19:11:32 -0000 Received: (qmail 76346 invoked by uid 500); 5 Apr 2004 19:10:27 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 76293 invoked by uid 500); 5 Apr 2004 19:10:26 -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 76236 invoked from network); 5 Apr 2004 19:10:26 -0000 Received: from unknown (HELO public.coredevelopers.net) (209.233.18.245) by daedalus.apache.org with SMTP; 5 Apr 2004 19:10:26 -0000 Received: from [10.101.105.100] (dain [208.42.65.236]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id B62353C3E1 for ; Mon, 5 Apr 2004 12:01:37 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: geronimo-dev@incubator.apache.org From: Dain Sundstrom Subject: Maven 1.0rc2 now works Date: Mon, 5 Apr 2004 14:10:29 -0500 X-Mailer: Apple Mail (2.613) 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 I have fixed our problems with maven rc2 and now our build works with both rc1 and rc2. The problem were: o Installation of our logging code, because Bootstrap was referencing CommandLine (and command line installs our logging system in a static block). The resolution was to move the manifest code (the only code neede by bootstrap) to a new class CommandLineManifiest. o Installation of our xmlbeans maven plugin stopped working, which was cause by a change in the maven code that locates plugins. I added code to install the plugins directly, but I am checking with brett on the proper way to install a plugin. If you do update to maven rc2, you may have to blow away your local maven repository. You may also have to run the build twice before getting the build to complete as rc2 seems to be more touchy the rc1. -dain /************************* * Dain Sundstrom * Partner * Core Developers Network *************************/