Re: Jetty plugin can be used to run the myfaces examples

2006-06-12 Thread Matthias Wessendorf
MYFACES-1330 On 6/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: I'm running into MNG-2136 where the activation of another profile by the presence of JDK 1.5 suppresses the activeByDefault profile. Mmh, hope it gets fixed soon! We are not

Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
Hi there, I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin. It is possible now too to choose whether to use myfaces or the ri for the war file generated. If no profile is used, the examples will include myfaces (the

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
And better if you always include the clean goal! mvn -P jettyConfig,myfaces clean jetty6:run Bruno On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: Hi there, I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin. It is

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Wendy Smoak
On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: I have just modified the examples base pom so now it is possible to run the examples directly using the maven jetty plugin. It is possible now too to choose whether to use myfaces or the ri for the war file generated. If no profile is used, the

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Bruno Aranda
I'm running into MNG-2136 where the activation of another profile by the presence of JDK 1.5 suppresses the activeByDefault profile. Mmh, hope it gets fixed soon! We are not using the jdk5 check now, but it is useful indeed (when it works). Another question -- I remember seeing a comment in

Re: Jetty plugin can be used to run the myfaces examples

2006-06-10 Thread Matthias Wessendorf
the listner is describe (by both RI and MyFaces) in the core tag tld file. Jetty had a problem with that. You needed to use the web.xml (for both again). Jetty6-snapshot fixed it (as you see in the notes, posted by bruno) -Matthias On 6/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: I'm