Hey Richard,
Plugins aren't loaded by the test-harness. In order to do this, you'll have to add the classes to the Arquillian deployment manually. Just curious - Are you planning on using RichFaces in the generated pages? If possible, I'd like to avoid this for default setup, since even RichFaces is not technically "plain Java EE" - as an extension, that's fine, but we need to be able to output a POJEE project :)
I hope this does not throw too much of a wrinkle into anything!
~Lincoln
Hi guys,
When running my unit tests through Forge test-harness, how should I add RichFaces to my project? Doing...
Project project = setupScaffoldProject();
getShell().execute("richfaces setup");
...does not seem to work?
Regards,
Richard.
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev