On 10-02-2009 11:12, Snjezana Peco wrote:
Max Rydahl Andersen wrote:
>
>> We agreed about the possibility of adding RichFaces libraries
>> because PortletBridge requires their specific version.
>> If the user wants to add them, he could do it either from the
>> PortletBridge or from the RichFaces distribution.
>> IDE wouldn't force the user to do anything of that.
>>
>> The problem with the New Seam Project wizard is that it doesn't
>> allow any other facet to contribute to EAR, EJB or test project
>> because these projects are created after executing the web facet
>> actions. This isn't related to the libraries. We can't add any
>> contribution to these projects.
> Yes, I know - still hate it though ;)
>
> btw. if the libs are relevant for the EAR shouldn't you be able to
> listen for EAR install delegate and add things in there ?
>
That is not possible because EAR install (post install) delegate isn't
called within the New Seam Project wizard. EAR/EJB projects are
imported from org.jboss.tools.seam.core/templates. Web actions for
these projects aren't called.
oooh ... that sucks ;(
-max