History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-24543
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Serge Baranov
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

IDEA can't find CSS if multiple GWT modules are used

Created: 29 Oct 07 13:26   Updated: 05 Feb 08 15:19
Component/s: GWT Support
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,364
Severity: Medium


 Description  « Hide
Support feedback:

since I've defined multiple GWT modules the css class is no longer recognized.
I get "Unknown CSS class "xxx"" when I hover above the line with yyy.setStyleName("xxx")

I'm using IntelliJ 701.

I've defined a couple of GWT modules:

Base-IAS module:

<module>

    <!-- Inherit the core Web Toolkit stuff.                  -->
    <inherits name='com.google.gwt.user.User'/>
    <inherits name='com.gwtext.GwtExt'/>
    <!--inherits name='net.mygwt.ui.MyGWT'/-->

    <stylesheet src='ias.css'/>

</module>

And IAS module:

<module>

    <inherits name='com.informatica.ias.Base-IAS'/>

    <entry-point class='com.informatica.ias.client.ui.InfDesktop'/>

</module>

When I remove all gwt.xml files except for the one with the css defined the problem is gone. Looks like a bug.

Fyi - The reason why we have multiple gwt.xml files in one directory is because we want to develop with different entry points

Looks like that IntelliJ picks the first gwt.xml file. If this one does not have the css definition it does not work.

I think you have to take the union of css files in all gwt.xml files



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.