Sorry, forget about the mention of
http://code.google.com/webtoolkit/doc/latest/tutorial/create.html#test - I
meant that you should follow the Eclipse-specific instructions on
http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html.



On Fri, Jan 29, 2010 at 2:54 PM, Rajeev Dayal <rda...@google.com> wrote:

> Hi Tim,
>
> Thanks for pointing this issue out. There is an issue with the packaged
> launch configuration files; we're going to update them and push new ones
> out.
>
> Regarding this error:
>
> "C:\path\to\gwt.sdk not found."
>
> See the documentation at the top of
> http://code.google.com/webtoolkit/doc/latest/tutorial/i18n.html. We need
> to update the documentation in the general Getting Started Guide to have
> that note.
>
> When it comes to running your application in Eclipse, do not use the
> *.launch files; follow the instructions here:
>
> http://code.google.com/webtoolkit/doc/latest/tutorial/create.html#test
>
> for enabling the Google Plugin for Eclipse to work with your project. That
> document also contains instructions on running your application using the
> Google Plugin for Eclipse (which does not utilize the .launch files).
>
> If you're still running into problems, please post back on this thread.
>
>
> Thanks,
> Rajeev
>
>
>
>
>
> On Thu, Jan 28, 2010 at 1:33 PM, timwhunt <timwh...@gmail.com> wrote:
>
>> I'm switching to Eclipse (from Netbeans) for the first time to try
>> using GWT and Google App Engine (Java) for a new project.
>>
>> I'm following the instructions at
>> http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html
>> by downloading the complete StockWatcher code and then following the
>> instructions to convert it to a GAE/J project, but I can't get it to
>> run.
>>
>> When I try to run it in dev mode I get an error of:
>> The archive: /usr/local/google/jlabanca/gwt_all/gwt-2.0.0/gwt-dev.jar
>> which is referenced by the classpath, does not exist.
>>
>> I've tried to configure the paths near the top of build.xml with
>>  <!-- Configure path to GWT SDK -->
>>  <property name="gwt.sdk" location="C:\Program Files\GWT\gwt-2.0.0" /
>> >
>>  <!-- Configure path to App Engine SDK -->
>>  <property name="appengine.sdk" location="C:\Program Files\appengine-
>> java-sdk-1.3.0" />
>>
>> Another sign of path trouble is in the build.xml file where the editor
>> is underlying the following bit and saying "C:\path\to\gwt.sdk not
>> found."
>> <taskdef
>>       name="datanucleusenhancer"
>>       classpathref="tools.class.path"
>>       classname="org.datanucleus.enhancer.tools.EnhancerTask" />
>>
>> I'm also curious about the ' /usr/local/google/jlabanca/' part of the
>> error message above.  It appears to be looking in a path from another
>> user that doesn't exist on my computer.  That path seems to come from
>> StockWatcherTest-dev.launch, which includes the following line:
>> <listEntry value="&lt;?xml version=&quot;1.0&quot;
>> encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry
>> externalArchive=&quot;/usr/local/google/jlabanca/gwt_all/gwt-2.0.0/gwt-
>> dev.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
>>
>> Any help would be greatly appreciated!
>> -Tim
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to