Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 54288 invoked from network); 23 Jun 2008 21:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 21:25:11 -0000 Received: (qmail 55355 invoked by uid 500); 23 Jun 2008 21:25:11 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 55326 invoked by uid 500); 23 Jun 2008 21:25:11 -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 55315 invoked by uid 99); 23 Jun 2008 21:25:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 14:25:11 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.60] (HELO smtp105.prem.mail.sp1.yahoo.com) (98.136.44.60) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Jun 2008 21:24:18 +0000 Received: (qmail 11874 invoked from network); 23 Jun 2008 21:24:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=1pKZ9gMC6MEkVPfmXN+QXDph/VQDlz6g2oHmBLmDjfBkB0i5dL+1QnMLYxhYFNTeUvCWG1Y3aank74Xgzzjne0aw3E8r6rJvvWD8ioH/aIlNbi3Ze5rcnZgN9j/RUBDfXQ1xf+e+0RQhSEeAxpTmJaHTZtezbWWE/Q2JfCDWQW0= ; Received: from unknown (HELO ?10.11.55.41?) (david_jencks@63.105.20.225 with plain) by smtp105.prem.mail.sp1.yahoo.com with SMTP; 23 Jun 2008 21:24:36 -0000 X-YMail-OSG: u_WXicoVM1mV7cC1hWlFmqMskhT4lxvRzcb1jV6gRm4FSS_6YTUw9E81jUtsAW2caGWe4PBytc9_SvzLmEdI7xTLMxNOjGMgmqE4ZsmUHP25yEvI91Jt1R4FGJXAPZN5xKk.2zErtg2LmpOsQpAtSLa3wV2c.KcLw8z8MOKRd5M- X-Yahoo-Newman-Property: ymail-3 Message-Id: <3CEA0B2F-DA97-4410-BA2E-89B1620C55B2@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <18076097.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: geronimo v2 quartz plugin Date: Mon, 23 Jun 2008 14:24:15 -0700 References: <478E84B6.5080903@braindrudge.de> <3A75EAD5-8358-4408-9EA1-B23F122FF4EB@gmail.com> <18018668.post@talk.nabble.com> <265A4EBA-BE57-4CA0-814B-0DD69EEF4DDD@yahoo.com> <18076097.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 23, 2008, at 12:06 PM, jklcom99 wrote: > > Ok, can you show me the steps and what is involved to create a plugin? There are lots of examples of plugins to compare with: the directory and roller plugins in plugins, the contents of the main server build plugins directory, and the samples. I glanced really quickly at the quartz stuff and it looks like: 1. update to current geronimo stuff, such as version 2.1.1. Use org.apache.geronimo.genesis/project-config/1.4/pom as the parent (I may get a later version out soon, we'll see). Prune unneeded stuff out of the build such as repositories. Basically get the build to work. 2. in geronimo 2.1 and later, the geronimo-plugin.xml is generated by the car-maven-plugin. The format has also changed a lot. So, you should figure out what bits of the geronimo-plugin.xml are still relevant and correct and get them into the appropriate part of the pom.xml. There's some documentation here: http://cwiki.apache.org/GMOxDOC21/plugin-infrastructure.html http://cwiki.apache.org/GMOxDOC21/constructing-a-special-purpose-server-using-maven.html Let me know if this is starting you off at the wrong level. thanks david jencks > > > > djencks wrote: >> >> >> On Jun 19, 2008, at 2:32 PM, jklcom99 wrote: >> >>> >>> Can some one tell me if the quartz plugin from this link >>> >>> http://www.archivum.info/scm@geronimo.apache.org/2008-05/ >>> msg00505.html is >>> applicable for Geronimo 2.1? >> >> Definitely not. However it should not be too hard to update. I >> opened https://issues.apache.org/jira/browse/GERONIMO-4140 to track >> progress on this. I probably won't have time myself to get to this >> soon but would be happy to give advice if you (or someone else) would >> like to work on it. >> >> thanks >> david jencks >> >>> >>> >>> Thank you >>> >>> >>> Kevan Miller wrote: >>>> >>>> >>>> On Jan 16, 2008, at 5:27 PM, Christian Malolepszy wrote: >>>> >>>>> Helo all, >>>>> >>>>> is anyone working on a quartz plugin for geronimo 2? >>>>> I neet the features of quartz to migrate my projects to geronimo2. >>>> >>>> Hi Christian, >>>> I don't recall any quartz plugin work for geronimo 2.0, only 1.1. >>>> Could be mistaken. >>>> >>>> Possible that with a little interest that somebody will have a >>>> look... >>>> >>>> --kevan >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18018668.html >>> Sent from the Apache Geronimo - Users mailing list archive at >>> Nabble.com. >>> >> >> >> > > -- > View this message in context: http://www.nabble.com/geronimo-v2-quartz-plugin-tp14897501s134p18076097.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >