The img directory is deleted also upon clicking Compile/Browse button in the hostmode. Please help.
Thanks, Lanz On Apr 14, 12:42 pm, lanz <[email protected]> wrote: > Hi all, > > I have this weird experience in doing my gwt-ext project. I have > copied an ext directory in my js folder. But this ext folder is > deleted upon clicking Compile/Browse in the hostmode when I want to > see how my application run in the browser. Here is my declaration in > the xml: > > <!-- Inherit the core Web Toolkit stuff. --> > <inherits name="com.google.gwt.user.User"/> > > <!-- Specify the app entry point class. --> > <entry-point class="org.test.client.AppSite"/> > > <!--<inherits name="com.google.gwt.user.theme.standard.Standard"/> > --> > <!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -- > > <!-- <inherits name="com.google.gwt.user.theme.dark.Dark" --> > > <inherits name="com.gwtext.GwtExt"/> > <inherits name="com.gwtextux.GwtExtUx" /> > <stylesheet src="js/ext/resources/css/ext-all.css"/> > <script src="js/ext/adapter/ext/ext-base.js"/> > <script src="js/ext/ext-all.js"/> > <servlet class="org.test.server.DatabaseServiceImpl" path="/ > DatabaseService"/></module> > > I also created a directory image > > I am working on gwtext-2.0.6 ; gwt-windows-1.7.1; gwtextux-0.3 > eclipse galileo. > > The file directory is as follows: > > war/org.test/ > + img > + js > +ext > > I hope you can give me ideas. > > Regards, -- You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en.
