[ 
https://jira.codehaus.org/browse/MGWT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Laurent BAUDRY closed MGWT-321.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.0

In source/main/java :

create a package in the same namespace as the css interface.

Then create a client Bundle with all generated cssRessources. You can see below 
an example : 

public interface MyCssBundle extends ClientBundle {

        public static final MyCssBundle anomalieBundle = GWT
                        .create(MyCssBundle.class);

        @Source("ImageWidgetCss.css")
        ImageWidgetCss imageWidgetCss();
}

> Css Interface Generator create interface without signature
> ----------------------------------------------------------
>
>                 Key: MGWT-321
>                 URL: https://jira.codehaus.org/browse/MGWT-321
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Jean-Laurent BAUDRY
>             Fix For: 2.4.0
>
>
> Css interface generator create interface Java without signature.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to