Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 99551 invoked from network); 24 May 2006 14:16:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 14:16:15 -0000 Received: (qmail 80724 invoked by uid 500); 24 May 2006 14:16:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 80685 invoked by uid 500); 24 May 2006 14:16:11 -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 80674 invoked by uid 99); 24 May 2006 14:16:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:16:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:16:10 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 892FD7141FA for ; Wed, 24 May 2006 14:15:30 +0000 (GMT) Message-ID: <15619226.1148480130559.JavaMail.jira@brutus> Date: Wed, 24 May 2006 14:15:30 +0000 (GMT+00:00) From: "Anita Kulshreshtha (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1740) Plugin migration to Maven 2: geronimo-packaging-plugin In-Reply-To: <707786736.1141933718997.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1740?page=all ] Anita Kulshreshtha updated GERONIMO-1740: ----------------------------------------- Attachment: pom.patch deploy-tool.patch modules.patch These patches are for packaging the configurations shown below - 1. pom.xml from top directory 2. deploy-tool.patch - This is created separately to emphasize that after this patch m1 build will not work, hence revert this change to use m1 again. 3. modules.patch 4. configs.patch To run these (I have used maven 2.0.4 ). If there is any problem with openejb hand install the m1 openejb jars in m2 repo :) 1. mvn -N install 2. cd modules, mvn 3. cd ../m2-plugins, mvn 4. cd ../configs, mvn -o clean install After the plugin is built the build can be run from the top directory using mvn -o clean install. The 'clean' is necessary for the configuraitons. Here are the results of step 4. Generated package D:\anita\geronimo\geronimo-1.1\configs\unavailable-webservices-deployer\target\una vailable-webservices-deployer-1.1-SNAPSHOT.car [INFO] [install:install] [INFO] Installing D:\anita\geronimo\geronimo-1.1\configs\unavailable-webservices-deployer\target\una vailable-webservices-deployer-1.1-SNAPSHOT.car to C:\Documents and Settings\User\.m2\repository\org\ apache\geronimo\configs\unavailable-webservices-deployer\1.1-SNAPSHOT\unavailable-webservices-deploy er-1.1-SNAPSHOT.car [INFO] [maven-one-plugin:install-maven-one-repository {execution: default}] [INFO] Installing D:\anita\geronimo\geronimo-1.1\configs\unavailable-webservices-deployer\target\una vailable-webservices-deployer-1.1-SNAPSHOT.car to C:\Documents and Settings\User\.maven\repository\o rg.apache.geronimo.configs\cars\unavailable-webservices-deployer-1.1-SNAPSHOT.car [INFO] [INFO] [INFO] ---------------------------------------------------------------------------- [INFO] Reactor Summary: [INFO] ---------------------------------------------------------------------------- [INFO] Geronimo Configs ....................................... SUCCESS [2.250s] [INFO] Geronimo Configuration for performing service deployments SUCCESS [6.203s] [INFO] System Configuration for the J2EE Server ............... SUCCESS [2.547s] [INFO] RMI Naming configuration ............................... SUCCESS [1.156s] [INFO] Server Configuration for the J2EE Server ............... SUCCESS [2.797s] [INFO] Axis Configuration for the J2EE Server ................. SUCCESS [1.312s] [INFO] Configuration for performing J2EE deployments .......... SUCCESS [2.437s] [INFO] Axis Configuration for performing J2EE deployments ..... SUCCESS [1.437s] [INFO] System Configuration for the J2EE Client ............... SUCCESS [0.937s] [INFO] Directory Configuration ................................ SUCCESS [1.500s] [INFO] Hot Deployer ........................................... SUCCESS [1.359s] [INFO] Security Configuration for the J2EE server ............. SUCCESS [2.203s] [INFO] LDAP Security Realm .................................... SUCCESS [1.015s] [INFO] Online Deployer Configuration .......................... SUCCESS [1.016s] [INFO] Shared Library GBean ................................... SUCCESS [0.765s] [INFO] Shutdown Configuration ................................. SUCCESS [0.500s] [INFO] Tomcat Configuration for the J2EE Server ............... SUCCESS [2.093s] [INFO] Tomcat Deployer Configuration for performing J2EE deployments SUCCESS [0.719s] [INFO] Configuration for no j2ee app clients .................. SUCCESS [0.469s] [INFO] Configuration for no EJBs .............................. SUCCESS [0.484s] [INFO] Unavailable Web Services deployer ...................... SUCCESS [0.625s] [INFO] ---------------------------------------------------------------------------- [INFO] ---------------------------------------------------------------------------- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 37 seconds [INFO] Finished at: Wed May 24 09:45:51 EDT 2006 [INFO] Final Memory: 13M/27M [INFO] ---------------------------------------------------------------------------- > Plugin migration to Maven 2: geronimo-packaging-plugin > ------------------------------------------------------ > > Key: GERONIMO-1740 > URL: http://issues.apache.org/jira/browse/GERONIMO-1740 > Project: Geronimo > Type: Sub-task > Security: public(Regular issues) > Components: buildsystem > Versions: 1.x > Reporter: Jacek Laskowski > Assignee: Anita Kulshreshtha > Attachments: configs.patch, deploy-tool.patch, geronimo.patch, geronimo.patch, geronimo.patch, m2-plugins.patch, m2-plugins.patch, modules.patch, modules.patch, modules.patch, pom.patch, pom.patch, pom.xml > > It's a task to keep track of the progress of the plugin build migration to Maven2 -- 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