Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 49550 invoked from network); 2 Jul 2006 07:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2006 07:56:23 -0000 Received: (qmail 91779 invoked by uid 500); 2 Jul 2006 07:56:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91726 invoked by uid 500); 2 Jul 2006 07:56:16 -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 91714 invoked by uid 99); 2 Jul 2006 07:56:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 00:56:16 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.239] (HELO smtp106.plus.mail.mud.yahoo.com) (68.142.206.239) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 02 Jul 2006 00:56:15 -0700 Received: (qmail 80616 invoked from network); 2 Jul 2006 07:55:54 -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:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=LlMT1RnNK9HArGGvBKdYanTteSN1Bzcov8RwsvG+S/M8WIYWaFWfHE0mZ74lcHDGF4uEgPCoTo9t4fViludgpIEMka58L/0tEwIOziTOIDsi74v+/5evem8w9q2J6yxZ+BzuPaFlNHZ9/wVYZJxsHvgbETUCEZfp0O8JoiarZig= ; Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp106.plus.mail.mud.yahoo.com with SMTP; 2 Jul 2006 07:55:52 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <304982.1151826390620.JavaMail.jira@brutus> References: <304982.1151826390620.JavaMail.jira@brutus> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6FA9E179-292B-411E-AF65-AE3B446C3D56@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: [jira] Commented: (GERONIMO-2161) [RTC] Remove Geronimo modules from dependencyManagement in root pom.xml Date: Sun, 2 Jul 2006 00:57:08 -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 This is the xmlbeans/stax problem. It might be that either you or jason has a fixed xmlbeans plugin. david jencks On Jul 2, 2006, at 12:46 AM, Jacek Laskowski (JIRA) wrote: > [ http://issues.apache.org/jira/browse/GERONIMO-2161? > page=comments#action_12418829 ] > > Jacek Laskowski commented on GERONIMO-2161: > ------------------------------------------- > > Tested and got the following build error. I'll give it a shot again > with no ~/.m2 local repo. > > {noformat} > jlaskowski@dev /cygdrive/c/oss/GERONIMO-2161-testing > $ mvn -Dstage=bootstrap && mvn > ... > [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. > > for artifact: > org.apache.geronimo.modules:geronimo-j2ee-schema:jar:1.2-SNAPSHOT > {noformat} > >> [RTC] Remove Geronimo modules from dependencyManagement in root >> pom.xml >> --------------------------------------------------------------------- >> -- >> >> Key: GERONIMO-2161 >> URL: http://issues.apache.org/jira/browse/GERONIMO-2161 >> Project: Geronimo >> Type: Task >> Security: public(Regular issues) >> Components: buildsystem >> Reporter: Jason Dillon >> Assignee: Jason Dillon >> Fix For: 1.2 >> Attachments: GERONIMO-2161-v1.patch >> >> As I have mentioned before, I believe we should remove the >> Geronimo modules that are currently listed in the root pom.xml: >> This reduces the configuration of the pom by *~500 lines*. >> Modules that reference these as dependencies will need their pom's >> adjusted to include ${pom.version} and >> car for the configs. But in many places version >> already exists with the ${geronimoVersion} property... which kinda >> negates the purpose of the dependencyManagement section anyways. >> I believe that it is more work to keep track of every module in >> the root pom than it is to specify the additonal elements (mostly >> just ${pom.version}) in child poms. There is >> no additional maintenance, as the new elements never need to be >> changed. >> Net effect if this change is less configuration to maintain and >> thus a less brittle build that can adapt to change easier. >> Specifically these should be removed: >> {code:xml} >> >> org.apache.geronimo.modules >> ge-activemq-rar >> ${geronimoVersion} >> rar >> >> >> org.apache.geronimo.modules >> geronimo-activation >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-client >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-client-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-common >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-connector >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-connector-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-converter >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-core >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-deploy-config >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-deploy-jsr88 >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-deploy-tool >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-deployment >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-derby >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-directory >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-javamail-transport >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-j2ee >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-j2ee-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-j2ee-schema >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-kernel >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-jetty >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-jetty-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-jmx-remoting >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-mail >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-management >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-naming >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-naming-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-security >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-security-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-service-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-system >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-test-ddbean >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-timer >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-tomcat >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-tomcat-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-transaction >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-upgrade >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-util >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-web-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-webservices >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-axis >> ${geronimoVersion} >> >> >> org.apache.geronimo.modules >> geronimo-axis-builder >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> activemq >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> activemq-broker >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> axis >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> axis-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> client >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> client-corba >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> client-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> client-security >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> client-system >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> console-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> console-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> daytrader-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> daytrader-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> directory >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> geronimo-gbean-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> hot-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> j2ee-corba >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> j2ee-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> j2ee-security >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> j2ee-server >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> j2ee-system >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> javamail >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> jetty-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> jsp-examples-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> jsp-examples-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> ldap-demo-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> ldap-demo-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> ldap-realm >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> online-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> openejb >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> openejb-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> project.properties >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> remote-deploy-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> remote-deploy-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> rmi-naming >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> servlets-examples-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> servlets-examples-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> sharedlib >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> shutdown >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> system-database >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> tomcat-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> uddi-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> uddi-tomcat >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> unavailable-client-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> unavailable-ejb-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> unavailable-webservices-deployer >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> upgrade >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> upgrade-cli >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> welcome-jetty >> car >> ${geronimoVersion} >> >> >> org.apache.geronimo.configs >> welcome-tomcat >> car >> ${geronimoVersion} >> >> {code} > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the > administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira >