You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Ganesh <ga...@j4fry.org> on 2009/05/25 10:23:26 UTC

MyFaces 2_0_0 Javascript compilation and compression

Hi,

After activating

        <!-- maven sandbox repository for the javascript plugin
        please do not delete this we just disable it for now-->
        <!--
        <repository>
            <id>Codehaus Snapshots</id>
            <url>http://snapshots.repository.codehaus.org/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>
        -->

and

        <!--
        disabled for now must be enabled to enable javascript compression
        <pluginRepository>
            <id>Codehaus Snapshots</id>
            <url>http://snapshots.repository.codehaus.org/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </pluginRepository>
        -->


in the master pom I still don't receive any javascript output in 
myfaces-api-2.0.0-SNAPSHOT.jar
Are there any furhter step steps necassary?

Best regards,
Ganesh