Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 8331 invoked from network); 28 Jun 2006 19:57:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2006 19:57:27 -0000 Received: (qmail 78608 invoked by uid 500); 28 Jun 2006 19:57:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 78568 invoked by uid 500); 28 Jun 2006 19:57:24 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 78555 invoked by uid 99); 28 Jun 2006 19:57:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 12:57:23 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.243] (HELO smtp110.plus.mail.mud.yahoo.com) (68.142.206.243) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 Jun 2006 12:57:22 -0700 Received: (qmail 77912 invoked from network); 28 Jun 2006 19:57:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:From:Subject:Date:To:X-Mailer; b=hXtOW8ySPVrLYj7wu/hik1NeG+AbQE2sh9Kp+rwzEmZlMOHKxTApPM/pibkvd14JwZpMcsQwd5v6QMxS8nY4YLqPRgeqn67IqSZB6k1bbZt7iYoZnAB3gqDTTLy9OMdKM0A9uBrqJLXcFzj/22WcbtDuwtEY+BWeEWKc6TllKVE= ; Received: from unknown (HELO ?10.11.55.36?) (david?jencks@63.105.20.225 with plain) by smtp110.plus.mail.mud.yahoo.com with SMTP; 28 Jun 2006 19:57:00 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: References: <20060628035007.62263.qmail@web31705.mail.mud.yahoo.com> Content-Type: multipart/alternative; boundary=Apple-Mail-7--728682141 Message-Id: From: David Jencks Subject: Re: building with m2 - doc location discussion Date: Wed, 28 Jun 2006 12:58:13 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.749.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-7--728682141 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed the geronimo jira for this is http://issues.apache.org/jira/browse/ GERONIMO-2082 There are a lot of pieces to fixing it, I'm working on getting xmlbeans some real poms right now. Then we'll need another update to the xmlbeans plugins. thanks david jencks On Jun 28, 2006, at 12:32 PM, Bill Dudney wrote: > Hi Anita, > > Tried it and here are my results; > > Did steps 1-3 of 'useful information' without problem. > > The first step worked fine (mvn -N) > > The next step (cd modules; mvn) > > fails with this; > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=xmlbeans - > DartifactId=xmlbeans-jsr173-api \ > -Dversion=2.0-dev -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-j2ee-schema:jar:1.2- > SNAPSHOT > 2) stax:stax:jar:1.1.1-dev > 3) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > ---------- > 1 required artifact is missing. > > Which is a well known problem (at least it appears to be http:// > tinyurl.com/ler9a) so we should probably document this as well in > the 'useful information' spot. > > I had to run 'mvn install' 11 times to get past the problem with > 'mvn install -Dmaven.test.skip=true'. > > TTFN, > > Bill Dudney > MyFaces - http://myfaces.apache.org > Cayenne - http://incubator.apache.org/projects/cayenne.html > > On Jun 27, 2006, at 9:50 PM, anita kulshreshtha wrote: > >> Hi all, >> Here are the beginnings of maven 2 build - >> http://cwiki.apache.org/confluence/display/geronimo/Building >> +Geronimo+with+Maven+2 >> >> Thanks >> Anita >> >> --- Jacek Laskowski wrote: >> >>> On 6/27/06, Bill Dudney wrote: >>> >>>> Current Geronimo Release Under Development >>>> * Trunk Developer Guide >>>> >>>> Thoughts? >>> >>> Call it whatever you like, but do it as it took me quite a lot of >>> time >>> to figure out and haven't finished yet. I don't want anyone else >>> experience it, either. >>> >>> +1 >>> >>>> Bill Dudney >>> >>> Jacek >>> >>> -- >>> Jacek Laskowski >>> http://www.laskowski.net.pl >>> >> >> >> __________________________________________________ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam protection around >> http://mail.yahoo.com > --Apple-Mail-7--728682141 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 the geronimo jira for this is=A0http://issues.= apache.org/jira/browse/GERONIMO-2082

There are a lot of pieces = to fixing it, I'm working on getting xmlbeans some real poms right now.=A0= Then we'll need another update to the xmlbeans plugins.

thanks
david = jencks

On Jun 28, 2006, at 12:32 PM, Bill Dudney = wrote:

Hi Anita,

Tried it and here are my = results;

Did = steps 1-3 of 'useful information' without problem.

The first step worked fine = (mvn -N)

The = next step (cd modules; mvn)

fails with = this;

[INFO] = ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] = ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------=
1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

=A0 Try downloading the = file manually from the project website.

=A0 Then, install it using = the command:
=A0 =A0 =A0 mvn install:install-file = -DgroupId=3Dxmlbeans -DartifactId=3Dxmlbeans-jsr173-api \
=A0 = =A0 =A0 =A0 =A0 -Dversion=3D2.0-dev -Dpackaging=3Djar = -Dfile=3D/path/to/file

=A0 Path to dependency: =
=A0 =A0 =A0 =A0 1) = org.apache.geronimo.modules:geronimo-j2ee-schema:jar:1.2-SNAPSHOT
=A0 =A0 =A0 =A0 2) stax:stax:jar:1.1.1-dev
=A0 =A0 =A0 =A0 = 3) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

----------
1 = required artifact is missing.

Which is a well known = problem (at least it appears to be=A0http://tinyurl.com/ler9a) so we = should probably document this as well in the 'useful information' = spot.

I had = to run 'mvn install' 11 times to get past the problem with 'mvn install = -Dmaven.test.skip=3Dtrue'.

TTFN,

On Jun 27, 2006, at 9:50 = PM, anita kulshreshtha wrote:

Hi all,=A0
=A0=A0 Here are the beginnings of = maven 2 build -=A0

Thanks
Anita=A0

--- Jacek = Laskowski <jacek@laskowski.net.pl> = wrote:

=
On 6/27/06, Bill Dudney = <bdudney@apache.org> = wrote:

=
Current Geronimo Release = Under Development
=A0=A0 * Trunk Developer = Guide

Thoughts?

Call it = whatever you like, but do it as it took me quite a lot of
time
to figure out = and haven't finished yet. I don't want anyone else
experience it, either.

+1

Bill Dudney
=

Jacek

--=A0
Jacek = Laskowski
=



Do You Yahoo!?
Tired of = spam?=A0 Yahoo! Mail has = the best spam protection around=A0
=


= --Apple-Mail-7--728682141--