[forge-users] when i install my Plugin into the Forge environment, it gives error

Lincoln Baxter, III lincolnbaxter at gmail.com
Fri Jan 3 10:21:15 EST 2014


Hi. It looks like your plugin is missing the
"src/main/resources/META-INF/beans.xml" file that allows Forge to detect
commands in the plugin JAR file.

For example:
https://github.com/forge/plugin-arquillian/tree/master/src/main/resources/META-INF


On Thu, Jan 2, 2014 at 9:55 AM, <forge-users at lists.jboss.org> wrote:

> Hi Vineet,
>
>
> Thanks for your reply.
> The plugin had command but was duplicate of
> primeface(install-example-facelet)
> command.i have modified it to as follows:
>
> @Command("install-example-spring")
> *public* *void* installExampleSpring(*final*
> PipeOut pipeOut) {
>
> ..
>
>
> }
>
>
> When I recreated plugin and made it available to Forge,it
> gave below output where it lastly says” The following plugins have been
> activated: [springplugin]
>
>
> “:
>
>
> However,wheni run command “springplugin installExampleSpring”,it
> neither creates SpringService java file(which is implementation of this
> command method) nor it gives any error in console.it just gives the
> same prompt again.pfa output of this command mentioned
> here(forge-plugin*.png) and project.
>
> pfa plugin recreation console output also
> Could you kindly let me know how to resolve the same.
>
>
> 1. Thanks.
>
>
>
>
>
> Posted by forums
> Original post: https://community.jboss.org/message/851331#851331
> _______________________________________________
> forge-users mailing list
> forge-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-users
>



-- 
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-users/attachments/20140103/2001d9fe/attachment.html 


More information about the forge-users mailing list