michaelosity
2 Jun 2008, 2:33 PM
I've inherited a web project that is done in IntelliJ and GWT 1.5 RC1. I'm new to both the IntelliJ and to GWT, so this may be a simple case of user-error.
I'm trying to use Gxt and I've done the following:
(1) In IntelliJ project settings, add a new library for Gxt pointing to the gxt.jar file.
(2) Modified my *.gwt.xml file to include the line: <inherits name='com.extjs.gxt.ui.GXT'/>
(3) Modified the *.html file to include the line: <link rel="stylesheet" type="text/css" href="css/ext-all.css" />.
This seems to be the only things I need to do (or at least the things I know to do). But when I do this, the war file that is generated does not contain the associated html file or any of its dependencies. I see no compiler errors either.
Does anyone have any suggestions?
Many thanks in advanced.
I'm trying to use Gxt and I've done the following:
(1) In IntelliJ project settings, add a new library for Gxt pointing to the gxt.jar file.
(2) Modified my *.gwt.xml file to include the line: <inherits name='com.extjs.gxt.ui.GXT'/>
(3) Modified the *.html file to include the line: <link rel="stylesheet" type="text/css" href="css/ext-all.css" />.
This seems to be the only things I need to do (or at least the things I know to do). But when I do this, the war file that is generated does not contain the associated html file or any of its dependencies. I see no compiler errors either.
Does anyone have any suggestions?
Many thanks in advanced.