Hi,
I need to add richfaces libraries to some projects within this wizard.
When choosing an EAR project, it is necessary to do the following:
- change richfaces-impl.jar and richfaces-ui.jar in WAR project
- change richfaces-api.jar in EAR project
This has to be done in the (Post) Install Delegate action. However, the
EAR project can't be changed because it is created after executing all
web facet actions (in the wizard's performFinish method).
I propose to create ear/ejb/test projects (SeamProjectCreator.execute)
in the Install Delegate action within the Seam facet. Calling
SeamProjectCreator.execute could depend on a varijable.
Snjeza