Re: Myfaces 2.0 and javascript compression

2009-06-08 Thread Werner Punz
The reason for now simply is that the official maven javascript plugin is alpha quality, as I could see while I was fixing everything on friday, it broke at least one namespace within the last two months. I did not dare to uncomment it, due to this fact, because it might have broken the build

Re: Myfaces 2.0 and javascript compression

2009-06-06 Thread Ganesh
Hi, This is nice stuff - works fine. I'm using Mojarra plus this generated MyFaces jsf.js for the dojo facelets example page and it improves the f:ajax functionality quite a bit! What is your reason to comment it? Could stay uncommented IMO. Best regards, Ganesh Werner Punz schrieb: Hello

Myfaces 2.0 an javascript compression

2009-06-05 Thread Werner Punz
Hello since I was asked yesterday. We have a concatenation and build module integrated into the myfaces 2.0 script compression! Since we are currently bound to the offical alpha release quality build plugin by maven it is bound to changes. If anyone wants to enable it (it is currently disabled

Re: Myfaces 2.0 an javascript compression

2009-06-05 Thread Werner Punz
Werner Punz schrieb: Hello since I was asked yesterday. We have a concatenation and build module integrated into the myfaces 2.0 script compression! Since we are currently bound to the offical alpha release quality build plugin by maven it is bound to changes. If anyone wants to enable it (it

Re: Myfaces 2.0 and javascript compression

2009-06-05 Thread Ganesh
Hi Werner, After removing the comments of !-- repository idCodehaus Snapshots/id urlhttp://snapshots.repository.codehaus.org//url snapshots enabledtrue/enabled /snapshots releases

Re: Myfaces 2.0 and javascript compression

2009-06-05 Thread Werner Punz
Hello you just did one pom.xml you have tu uncomment the sections below in the pom.xml from the main project then in the api pom.xml you have to uncomment following section, and you should be set! Werner !-- plugins javascript plugin adjusted to our build process