It looks like the plugin needs to be updated to the latest snapshot if it is not in sync.
If you are using Alpha3, make sure you are using '--ref forge-alpha-3' when you install the plugin.
This should become easier as we get the plugin repository set up.
I hope this helps,
Lincoln
PS. If you could email the dev or user's list in the future that would be great. Thanks.
https://lists.jboss.org/mailman/listinfo/forge-dev
https://lists.jboss.org/mailman/listinfo/forge-users
Hey Lincoln,
I'd like to test richfaces-forge-plugin but if seems that this line does not work then install plugin:
@Inject
public RichFacesPlugin(final Project project, final Event<InstallFacets> event)
{
this.project = project;
this.installFacets = event;
}
Only when I remove the Event<InstallFacets> from the constructor I can successfuly install the plugin and even run the commands. Could you give me any suggestion about what I did wrong?
Regards,
Ricardo
--
Reply to this email directly or view it on GitHub:
http://github.com/inbox/7388100#reply