Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 83676 invoked from network); 28 Feb 2008 22:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 22:29:27 -0000 Received: (qmail 46940 invoked by uid 500); 28 Feb 2008 22:29:20 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 46905 invoked by uid 500); 28 Feb 2008 22:29:20 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 46894 invoked by uid 99); 28 Feb 2008 22:29:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 14:29:20 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 22:28:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JUrFE-0004ZB-P8 for user@geronimo.apache.org; Thu, 28 Feb 2008 14:28:52 -0800 Message-ID: <15747596.post@talk.nabble.com> Date: Thu, 28 Feb 2008 14:28:52 -0800 (PST) From: Jim Foster To: user@geronimo.apache.org Subject: Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jfoster@tmtsaz.com References: <15437773.post@talk.nabble.com> <5da94e5a0802130447u49577866vcb24396fc2aac16d@mail.gmail.com> <5da94e5a0802140339n726bf1c9s4d921901909fa5c@mail.gmail.com> <15621951.post@talk.nabble.com> <47BEA0EF.80603@pmb.mine.nu> <5da94e5a0802220329y666ed4ebk5981e98e4c391489@mail.gmail.com> <15634449.post@talk.nabble.com> <7EAF7FC3-4996-420C-87AF-A6DC18064058@yahoo.com> <15673907.post@talk.nabble.com> <15741053.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi David, djencks wrote: > > Well.... I wrote it monday and wednesday so you would have needed a time > machine :-) > Oh... ...my time machine is still in the shop... djencks wrote: > > I forgot to deploy the snapshots. > > I've changed the archetype name from geronimo-module-archetype to > geronimo-plugin-archetype and deployed a snapshot. I also updated > the wiki page to the new archetype name. I think the (modified) > instructions should now work, but you are definitely the guinea > pig :-). The archetypes should download automatically but I haven't > tested this. > I don't mind playing the role of guinea pig at all if it helps in establishing a solid procedure for building plugin support of third-party apps...this sort of flexibility on top of Java EE 5 certification is precisely why I chose Geronimo. Looks like we need to do another availability check. Full output to the console: --------------------------------------------------------------------------------------------------- D:\Geronimo\plugins\liferay-parent>mvn archetype:create -DarchetypeGroupId=org.apache.geronimo.buildsupport -DarchetypeArtifactId=geronimo-plugin-archetype -DarchetypeVersion=2.2-SNAPSHOT -DgroupId=org.apache.geronimo.plugins -DartifactId=liferay-derby -Dversion=1.0-SNAPSHOT [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ---------------------------------------------------------------------------- [INFO] Building liferay-parent [INFO] task-segment: [archetype:create] (aggregator-style) [INFO] ---------------------------------------------------------------------------- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] ************************************************************** [INFO] Starting Jakarta Velocity v1.4 [INFO] RuntimeInstance initializing. [INFO] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties [INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl) [INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader [INFO] ClasspathResourceLoader : initialization starting. [INFO] ClasspathResourceLoader : initialization complete. [INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl) [INFO] Default ResourceManager initialization complete. [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach [INFO] Created: 20 parsers. [INFO] Velocimacro : initialization starting. [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm' [INFO] Velocimacro : VM library template macro registration complete. [INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. [INFO] Velocimacro : initialization complete. [INFO] Velocity successfully started. [INFO] [archetype:create] [INFO] Defaulting package to group ID: org.apache.geronimo.plugins [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.buildsupport ArtifactId: geronimo-plugin-archetype Version: 2.2-SNAPSHOT Reason: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.buildsupport -DartifactId=geronimo-plugin-archetype \ -Dversion=2.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.geronimo.buildsupport -DartifactId=geronimo-plugin-archetype \ -Dversion=2.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] org.apache.geronimo.buildsupport:geronimo-plugin-archetype:jar:2.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 seconds [INFO] Finished at: Thu Feb 28 14:58:40 MST 2008 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ END --------------------------------------------------------------------------------------------------- Thanks! Jim -- View this message in context: http://www.nabble.com/Geronimo-v2.1-Plan-Creator-%3D%3E-Deploy-Liferay-4.1.1-tp15437773s134p15747596.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.