Google Groups Home
Help | Sign in
Message from discussion GWT.getModuleBaseURL() in 1.1 with -noserver option
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
hovan  
View profile
 More options Aug 15 2006, 4:47 pm
From: "hovan" <huongho...@gmail.com>
Date: Tue, 15 Aug 2006 13:47:33 -0700
Local: Tues, Aug 15 2006 4:47 pm
Subject: Re: GWT.getModuleBaseURL() in 1.1 with -noserver option
I use ant to launch the hosted mode, just forget about class path.

<target name="run-test.hosted">
                <java classname="com.google.gwt.dev.GWTShell" fork="true">
                        <classpath refid="gwt.classpath"/>
                        <classpath location="${gwtx.jar}"/>
                        <classpath location="${src.dir}/gwtx-test"/>
                        <classpath location="${build.dir}/gwtx-test/classes"/>

                        <arg value="-noserver"/>
                        <arg value="-out"/>
                        <arg value="${build.dir}/gwtx-test/www"/>
                        <arg
value="http://localhost:8080/gwtx-test/com.xp.test.gwtx.XModule/XModule.html"/>
                </java>
        </target>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google