[jboss-dev-forums] [JBoss Tools Development] - Re: New Plugin: no class org/jboss/forge/project/facets/BaseFacet
Mario Antollini
do-not-reply at jboss.com
Mon Oct 17 12:04:56 EDT 2011
Mario Antollini [http://community.jboss.org/people/antollinim] created the discussion
"Re: New Plugin: no class org/jboss/forge/project/facets/BaseFacet"
To view the discussion, visit: http://community.jboss.org/message/632108#632108
--------------------------------------------------------------
I found a solution to this. After the plugin gets installed, I go to .forge\plugins\org\switchyard\switchyard-forge-plugin\dependencies\0.3.0-SNAPSHOT-3b42bae9-11c7-4278-a698-6460cf84bc98 (my plugins's path) and edit the module.xml file.
I add this code inside the dependencies tag
<module name="org.jboss.forge.shell-api" services="import" optional="false">
<imports>
<include path="**" />
<include path="META-INF" />
</imports>
</module>
Then I can start forge normally.
Hope this is useful to someone...
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/632108#632108]
Start a new discussion in JBoss Tools Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2129]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111017/a761b49e/attachment.html
More information about the jboss-dev-forums
mailing list