Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 38206 invoked from network); 20 Dec 2005 08:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 08:56:24 -0000 Received: (qmail 45179 invoked by uid 500); 20 Dec 2005 08:56:18 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 45140 invoked by uid 500); 20 Dec 2005 08:56:17 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Delivered-To: moderator for activemq-dev@geronimo.apache.org Received: (qmail 70590 invoked by uid 99); 20 Dec 2005 04:36:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <1D88D04A-BAFF-46D8-9C44-20696AAFDF37@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: activemq-dev@geronimo.apache.org From: Bill Dudney Subject: activeio build patch Date: Mon, 19 Dec 2005 21:36:05 -0700 X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, here is a patch to get the latest activeio building with m2. i will post another patch shortly for activecluster followed by one for the root of activemq. After an IRC chat with hchirino earlier today it seems that it would be helpful to have the top level pom build activeio and activecluster. I'll make sure the root pom patch includes stuff to build everything (activemq, activeio, activecluster). TTFN, -bd- Index: activeio-core/pom.xml =================================================================== --- activeio-core/pom.xml (revision 357904) +++ activeio-core/pom.xml (working copy) @@ -2,11 +2,11 @@ 4.0.0 - - activemq - activemq - 4.0-SNAPSHOT + org.apache.activeio + activeio + ../pom.xml + 3.0-SNAPSHOT activeio-core @@ -14,18 +14,102 @@ 3.0-SNAPSHOT http://activeio.org/ + + + activeio dev + dev-subscribe@activeio.codehaus.org + dev-unsubscribe@activeio.codehaus.org + + + activeio users + user-subscribe@activeio.codehaus.org + user-unsubscribe@activeio.codehaus.org + + + activeio svn messages + scm-subscribe@activeio.codehaus.org + scm-unsubscribe@activeio.codehaus.org + + + + + chirino + Hiram Chirino + hiram@hiramchirino.com + + + Founder + + + + adc + Alan D. Cabrera + adc@toolazydogs.com + + + Founder + + + + dblevins + David Blevins + dblevins@gluecode.com + + + Founder + + + + + + scm:svn:hvttps://svn.codehaus.org/activeio/trunk/ activeio + scm:svn:svn+ssh://svn.activeio.org/home/ projects/activeio/scm/trunk/activeio + http://svn.activeio.org/viewcvs.cgi/activeio/ + + + The ActiveIO Project + http://activeio.org + + + src/java + src/test + + + src/resources + + **/* + + + + + + src/test + + **/*.properties + **/*.xml + + + + + backport-util-concurrent backport-util-concurrent 2.0_01_pd + + + + howl howl-logger 0.1.8 + + p2psockets p2psockets-core @@ -36,19 +120,21 @@ jxta 2.0 - + + jetty org.mortbay.jetty - 5.1.2-SNAPSHOT + 5.1.2 - openorb openorb-orb @@ -79,27 +165,35 @@ avalon-logkit 1.2.2 ---> + + junit junit 3.8.1 + test + commons-logging commons-logging 1.0.4 + log4j log4j 1.2.8 + + geronimo-spec geronimo-spec-j2ee 1.4-rc4 + + commons-beanutils commons-beanutils @@ -110,6 +204,8 @@ commons-collections 2.1 + + geronimo geronimo-kernel Index: activeio-aio/pom.xml =================================================================== --- activeio-aio/pom.xml (revision 357904) +++ activeio-aio/pom.xml (working copy) @@ -1,12 +1,18 @@ 4.0.0 - activemq + + org.apache.activeio + activeio + ../pom.xml + 3.0-SNAPSHOT + + activeio-aio jar 1.0-SNAPSHOT - Maven Quick Start Archetype - http://maven.apache.org + ActiveIO :: AIO + http://activeio.org junit @@ -14,5 +20,23 @@ 3.8.1 test + + + org.apache.activeio + activeio-core + 3.0-SNAPSHOT + + + + commons-logging + commons-logging + 1.0.4 + + + + log4j + log4j + 1.2.8 +