Hi,
I have a pb : when i run the file mywebapp-shell.cmd on shell mode, i
have this error :
[TRACE] Loading inherited module 'org.sempere.gwt.toolbox.core.toolbox-
core'
[ERROR] Unable to find 'org/sempere/gwt/toolbox/core/toolbox-
core.gwt.xml' on your classpath; could be a typo, or maybe you forgot
to include a classpath entry for source?

Or, in my file mywebapp.xml

<module>

    <!-- Inherit the core Web Toolkit stuff.                        --
>
    <inherits name='com.google.gwt.user.User'/>

    <!-- Inherit the default GWT style sheet.  You can change       --
>
    <!-- the theme of your GWT application by uncommenting          --
>
    <!-- any one of the following lines.                            --
>
    <inherits name='com.google.gwt.user.theme.standard.Standard'/>
    <inherits name="org.sempere.gwt.toolbox.core.toolbox-core"/>
    <inherits name="org.sempere.gwt.toolbox.remoting.toolbox-remoting"/
>
    <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> --
>
    <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     --
>
     .....

</module>

and , in my file .classpath

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="test"/>
        <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="C:/travail/gwt-1.5.3/gwt-user.jar">
                <attributes>
                        <attribute name="javadoc_location" 
value="file:/C:/travail/
gwt-1.5.3/doc/javadoc/"/>
                </attributes>
        </classpathentry>
        <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
        <classpathentry kind="lib" path="C:/travail/gdata/java/lib/gdata-
spreadsheet-3.0.jar" sourcepath="C:/travail/gdata/java/src"/>
        <classpathentry kind="lib" path="C:/travail/commons-beanutils-1.8.3/
commons-beanutils-1.8.3.jar"/>
        <classpathentry kind="lib" path="C:/travail/gwt-toolbox-0.1/dist/
toolbox-core-0.1.jar"/>
        <classpathentry kind="lib" path="C:/travail/gwt-toolbox-0.1/dist/
toolbox-utils-0.1.jar"/>
        <classpathentry kind="lib" path="C:/travail/gwt-toolbox-0.1/dist/
toolbox-remoting-0.1.jar"/>
        <classpathentry kind="lib" path="C:/travail/gdata/java/lib/gdata-
core-1.0.jar"/>
        <classpathentry kind="lib" path="C:/travail/gwt-2.0.3/gwt-
servlet.jar"/>
        <classpathentry kind="lib" path="C:/travail/gwt-2.0.3/gwt-dev.jar"/>
        <classpathentry kind="lib" path="C:/travail/guice-snapshot20081123/
aopalliance.jar"/>
        <classpathentry kind="lib" path="C:/travail/guice-snapshot20081123/
guice-servlet-snapshot20081123.jar"/>
        <classpathentry kind="lib" path="C:/travail/guice-snapshot20081123/
guice-snapshot20081123.jar"/>
        <classpathentry kind="con"
path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
        <classpathentry kind="con"
path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
</classpath>


help me, please
regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to