I'm trying to figure out the best way to approach PagingScrollTable with
the 2.0.0 milestone build or if I should revert back to 1.7.1 and use
the prebuilt incubator jar. I know there was discussion over the summer
about integrating PagingScrollTable into the GWT trunk for 2.0, but it
doesn't look like any of that happened and I can't find a corresponding
incubator jar for the milestone build so I think I need to build the
incubator project from its current trunk. Maybe?
Anyway, I checked out tools and trunk into a new subdirectory within my
2.0 MS1 installation, and tried to build it but got output like the
below. I admit I'm something of a novice here but I do seem to be
pointing it to what I think are the right paths. The checksetup part of
the ant build seems happy enough, and if I look at gwt-dev.jar in
Eclipse I see the package it's complaining about. All of which makes me
think I'm building the wrong mix of things or I've got something wildly
dumb in my setup...
Any help is much appreciated...
Jim
Partial Ant output...
$ ant
-Dgwt.home=/Applications/Eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1
test
Buildfile: build.xml
clean.test.results:
[echo] cleaning all test results
checksetup:
[echo] gwt.home =
/Applications/Eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1
[echo] gwt.tools =
/Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1/gwt-incubator/trunk-read-only/../tools
[echo] gwt.platform = mac
compile:
[mkdir] Created dir:
/Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1/gwt-incubator/trunk-read-only/build/bin
[echo] Compiling source...
[gwt.javac] Compiling 560 source files to
/Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1/gwt-incubator/trunk-read-only/build/bin
[gwt.javac]
/Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.macosx_1.7.1.v200909221731/gwt-2.0.0-ms1/gwt-incubator/trunk-read-only/src/com/google/gwt/libideas/resources/ext/ResourceGenerator.java:18:
package com.google.gwt.core.ext does not exist
[gwt.javac] import com.google.gwt.core.ext.TreeLogger;
[gwt.javac] ^
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---