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&...]