RE: CAR plugin documentation
That makes sense. I'll give that a shot this evening - thanks! From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 6:31 AMTo: [email protected]: Re: CAR plugin documentation In your case, you need the following file ~/.m2/repository/org/apache/geronimo/configs/geronimo-gbean-deployer/1.2-SNAPSHOT/geronimo-gbean-deployer-1.2-SNAPSHOT.carI think the only way is to build Geronimo 1.2 using maven, or to put the configurations (which must be zipped) in the maven 2 local repo. By building geronimo, all files should be installed during the build process. On 8/29/06, Nathan Mittler <[EMAIL PROTECTED]> wrote: Thanks for the help guys! I'm almost there ... I think :). I'm getting the following error when I run "mvn clean package -e" (it fails in the package goal):...Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException: org.apache.geronimo.configs/geronimo-gbean-deployer/1.2-SNAPSHOT/car at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:454) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:268)I'm assuming the plugin has to be configured to point to my geronimo distribution (~/geronimo-1.2-SHAPSHOT) so that it can find the geronimo-gbean-deployer car. Is there a setting in the plugin to resolve this car? I've tried seting GERONIMO_HOME, but that didn't seem to make a difference.Thanks!Nate On 8/25/06, Guillaume Nodet < [EMAIL PROTECTED]> wrote: Note that this one will only work if you intend to develop plugins for G 1.2-SNAPSHOT.If you want to build plugin for G 1.1, you should compile the following one: http://svn.apache.org/repos/asf/geronimo/server/branches/1.1/car-maven-plugin/You can see some examples of using these plugins at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/geronimo/ On 8/25/06, Nathan Mittler <[EMAIL PROTECTED] > wrote: Ah ... exactly what I was looking for! Thanks! On 8/25/06, Jason Dillon <[EMAIL PROTECTED] > wrote: http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html--jasonOn Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote:> Hi guys,> I've seen some posts recently about the CAR maven plugin and it> seems like it would be really useful for my project's deployment > needs. Is there anywhere I can go to better understand what it> does and how to use it (goals, etc)? Google has failed me> miserably! :)>> Thanks,> Nate -- Cheers, Guillaume Nodet -- Cheers,Guillaume Nodet
Re: CAR plugin documentation
In your case, you need the following file ~/.m2/repository/org/apache/geronimo/configs/geronimo-gbean-deployer/1.2-SNAPSHOT/geronimo-gbean-deployer-1.2-SNAPSHOT.carI think the only way is to build Geronimo 1.2 using maven, or to put the configurations (which must be zipped) in the maven 2 local repo. By building geronimo, all files should be installed during the build process. On 8/29/06, Nathan Mittler <[EMAIL PROTECTED]> wrote: Thanks for the help guys! I'm almost there ... I think :). I'm getting the following error when I run "mvn clean package -e" (it fails in the package goal): ... Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException: org.apache.geronimo.configs/geronimo-gbean-deployer/1.2-SNAPSHOT/car at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:454) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:268) I'm assuming the plugin has to be configured to point to my geronimo distribution (~/geronimo-1.2-SHAPSHOT) so that it can find the geronimo-gbean-deployer car. Is there a setting in the plugin to resolve this car? I've tried seting GERONIMO_HOME, but that didn't seem to make a difference. Thanks! NateOn 8/25/06, Guillaume Nodet < [EMAIL PROTECTED]> wrote: Note that this one will only work if you intend to develop plugins for G 1.2-SNAPSHOT.If you want to build plugin for G 1.1, you should compile the following one: http://svn.apache.org/repos/asf/geronimo/server/branches/1.1/car-maven-plugin/You can see some examples of using these plugins at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/geronimo/On 8/25/06, Nathan Mittler <[EMAIL PROTECTED] > wrote:Ah ... exactly what I was looking for! Thanks! On 8/25/06, Jason Dillon <[EMAIL PROTECTED] > wrote: http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html--jasonOn Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote:> Hi guys,> I've seen some posts recently about the CAR maven plugin and it> seems like it would be really useful for my project's deployment > needs. Is there anywhere I can go to better understand what it> does and how to use it (goals, etc)? Google has failed me> miserably! :)>> Thanks,> Nate -- Cheers,Guillaume Nodet -- Cheers,Guillaume Nodet
Re: CAR plugin documentation
Thanks for the help guys! I'm almost there ... I think :). I'm getting the following error when I run "mvn clean package -e" (it fails in the package goal): ... Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException: org.apache.geronimo.configs/geronimo-gbean-deployer/1.2-SNAPSHOT/car at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:454) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:268) I'm assuming the plugin has to be configured to point to my geronimo distribution (~/geronimo-1.2-SHAPSHOT) so that it can find the geronimo-gbean-deployer car. Is there a setting in the plugin to resolve this car? I've tried seting GERONIMO_HOME, but that didn't seem to make a difference. Thanks! NateOn 8/25/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: Note that this one will only work if you intend to develop plugins for G 1.2-SNAPSHOT.If you want to build plugin for G 1.1, you should compile the following one: http://svn.apache.org/repos/asf/geronimo/server/branches/1.1/car-maven-plugin/You can see some examples of using these plugins at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/geronimo/On 8/25/06, Nathan Mittler <[EMAIL PROTECTED] > wrote:Ah ... exactly what I was looking for! Thanks! On 8/25/06, Jason Dillon <[EMAIL PROTECTED] > wrote: http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html--jasonOn Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote:> Hi guys,> I've seen some posts recently about the CAR maven plugin and it> seems like it would be really useful for my project's deployment > needs. Is there anywhere I can go to better understand what it> does and how to use it (goals, etc)? Google has failed me> miserably! :)>> Thanks,> Nate -- Cheers,Guillaume Nodet
Re: CAR plugin documentation
Note that this one will only work if you intend to develop plugins for G 1.2-SNAPSHOT.If you want to build plugin for G 1.1, you should compile the following one: http://svn.apache.org/repos/asf/geronimo/server/branches/1.1/car-maven-plugin/You can see some examples of using these plugins at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/geronimo/On 8/25/06, Nathan Mittler <[EMAIL PROTECTED] > wrote:Ah ... exactly what I was looking for! Thanks! On 8/25/06, Jason Dillon <[EMAIL PROTECTED] > wrote: http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html--jasonOn Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote:> Hi guys,> I've seen some posts recently about the CAR maven plugin and it> seems like it would be really useful for my project's deployment > needs. Is there anywhere I can go to better understand what it> does and how to use it (goals, etc)? Google has failed me> miserably! :)>> Thanks,> Nate -- Cheers,Guillaume Nodet
Re: CAR plugin documentation
Ah ... exactly what I was looking for! Thanks!On 8/25/06, Jason Dillon <[EMAIL PROTECTED]> wrote: http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html--jasonOn Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote:> Hi guys,> I've seen some posts recently about the CAR maven plugin and it> seems like it would be really useful for my project's deployment > needs. Is there anywhere I can go to better understand what it> does and how to use it (goals, etc)? Google has failed me> miserably! :)>> Thanks,> Nate
Re: CAR plugin documentation
http://geronimo.apache.org/maven/server/plugins/car-maven-plugin/ index.html --jason On Aug 25, 2006, at 2:22 PM, Nathan Mittler wrote: Hi guys, I've seen some posts recently about the CAR maven plugin and it seems like it would be really useful for my project's deployment needs. Is there anywhere I can go to better understand what it does and how to use it (goals, etc)? Google has failed me miserably! :) Thanks, Nate
CAR plugin documentation
Hi guys, I've seen some posts recently about the CAR maven plugin and it seems like it would be really useful for my project's deployment needs. Is there anywhere I can go to better understand what it does and how to use it (goals, etc)? Google has failed me miserably! :) Thanks, Nate
