Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 44988 invoked from network); 27 Jun 2006 03:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 03:26:29 -0000 Received: (qmail 84033 invoked by uid 500); 27 Jun 2006 03:26:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 83985 invoked by uid 500); 27 Jun 2006 03:26:22 -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 83974 invoked by uid 99); 27 Jun 2006 03:26:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 20:26:22 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of goyathlay.geronimo@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 20:26:20 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1307348uge for ; Mon, 26 Jun 2006 20:25:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MyMo+fD8ryYi6VdDNpfBjqVIQLM5NXY27fnWurzEiqh/mKehrqxS8saMYF3ezA2eeVw5N19SXcTzbFaZYgjQkCSZeZ8XRkay2zUd+Z+f0YoQNEaipvGijkvN4cooi9ZTs/6rQ1FXrgXIYoyhp0OMXvBMgknGlhkWeir9ySC0Kgs= Received: by 10.78.117.10 with SMTP id p10mr2359154huc; Mon, 26 Jun 2006 20:25:59 -0700 (PDT) Received: by 10.78.25.19 with HTTP; Mon, 26 Jun 2006 20:25:59 -0700 (PDT) Message-ID: Date: Mon, 26 Jun 2006 23:25:59 -0400 From: "Prasad Kashyap" To: dev@geronimo.apache.org Subject: Re: Unable to build using m2 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <449F57AF.50005@toolazydogs.com> <7FF53704-A4D4-4B1D-942D-783747634447@planet57.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N These are the problems I encountered, encountering. openejb: ------------ 1. openejb/modules/pom.xml specified dependency on tranql-1.3-SNAPSHOT. That version of tranql doesn'tr exist. Think it should use 1.4-SNAPSHOT. It should also add dist.codehaus.org into it's 2. openejb/modules/pom.xml specified dependency on geronimo-spec:geronimo-spec-corba:1.0-SNAPSHOT which again doesn't exist. It should specify version 2.3-rc4. 3. openejb/modules/pom.xml specified dependency on org.codehaus.org:xmlbeans-maven-plugin:2.0.3-SNAPSHOT. Don't know where that version is deployed. Maybe that will fix the xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev exclusion. If only we can find that repo. Changed it 2.0 and built it successfully. 4. unable to build configs/openejb-deployer. Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Error starting configuration gbean org.apache.geronimo.configs/openejb-deployer/1.2-SNAPSHOT/car Cheers Prasad On 6/26/06, Prasad Kashyap wrote: > http://www.mail-archive.com/dev@geronimo.apache.org/msg25378.html > > On 6/26/06, Jason Dillon wrote: > > What the heck is up with the xmlbeans plugin? > > > > I keep getting this from the top-level: > > > > > > [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-builder: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. > > > > for artifact: > > org.apache.geronimo.modules:geronimo-j2ee-builder:jar:1.2-SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > codehaus-dist (http://dist.codehaus.org), > > Apache CVS (http://people.apache.org/maven-snapshot-repository), > > maven1-ibiblio (http://www.ibiblio.org/maven), > > snapshots (http://snapshots.maven.codehaus.org/maven2), > > apache-cvs (http://cvs.apache.org/repository) > > > > > > > > > > But when I build from the directory it is fine and then the top-level > > will continue. Something is horked... not sure why though... > > > > Where did this jsr plugin come from? > > > > --jason > > > > > > On Jun 26, 2006, at 1:05 PM, Prasad Kashyap wrote: > > > > > Alan, > > > > > > You'd have to build the geronimo-packaging-plugin manually first. It's > > > under geronimo/m2-plugins > > > > > > cd geronimo/m2-plugins > > > mvn clean > > > mvn -N > > > mvn > > > > > > Cheers > > > Prasad > > > > > > On 6/25/06, Alan D. Cabrera wrote: > > >> I get this error: > > >> > > >> Try downloading the file manually from the project website. > > >> > > >> Then, install it using the command: > > >> mvn install:install-file -DgroupId=org.apache.geronimo.plugins > > >> -DartifactId=geronimo-packaging-plugin \ > > >> -Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file > > >> > > >> > > >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- > > >> plugin:1.2.0 > > >> > > >> from the specified remote repositories: > > >> central (http://repo1.maven.org/maven2), > > >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), > > >> snapshots (http://snapshots.maven.codehaus.org/maven2) > > >> > > >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- > > >> plugin:1.2.0 > > >> > > >> from the specified remote repositories: > > >> central (http://repo1.maven.org/maven2), > > >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), > > >> snapshots (http://snapshots.maven.codehaus.org/maven2) > > >> > > >> > > >> > > >> Regards, > > >> Alan > > >> > > >> > > >> > > > > >