Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 30469 invoked from network); 8 Mar 2004 07:46:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Mar 2004 07:46:31 -0000 Received: (qmail 91327 invoked by uid 500); 8 Mar 2004 07:46:01 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 91282 invoked by uid 500); 8 Mar 2004 07:46:01 -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 91266 invoked from network); 8 Mar 2004 07:46:01 -0000 Received: from unknown (HELO public.coredevelopers.net) (209.233.18.245) by daedalus.apache.org with SMTP; 8 Mar 2004 07:46:01 -0000 Received: from coredevelopers.net (host217-37-249-29.in-addr.btopenworld.com [217.37.249.29]) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 0AB523277F for ; Sun, 7 Mar 2004 23:38:34 -0800 (PST) Message-ID: <404C24BE.7090301@coredevelopers.net> Date: Sun, 07 Mar 2004 23:46:06 -0800 From: Jeremy Boynes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: geronimo-dev@incubator.apache.org Subject: Re: Build strangeness and file permissions References: <20040308055027.GA20293@gentoo.navelplace.com> In-Reply-To: <20040308055027.GA20293@gentoo.navelplace.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Brian Deacon wrote: > Pardon my maven ignorance or I'd try to hunt down the issue > myself... but is the xmlbeans plugin supposed to go out to maven, or > just stay inside the incubator-geronimo tree? > Our build automatically installs generated plugins and jars into the shared directories (~maven/plugins and ~maven/repository respectively). My guess is the repository on your system is writable but the plugins directory is not. We do this as we don't have a release yet so are always running on HEAD - this is likely to change later. Until then you should just be able to make ~maven/plugins/geronimo-xmlbeans-plugin-DEV writable rather than the whole plugins directory. -- Jeremy