...
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
--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
--
Cheers,Guillaume Nodet
