try to rebuild following the steps:
http://code.google.com/webtoolkit/makinggwtbetter.html#whyopensource
get the following error:
compiler.standalone:
[gwt.javac] Compiling 364 source files to C:\gwt\trunk\build\out\dev
\bin
[gwt.javac] C:\gwt\trunk\dev\core\src\com\google\gwt\dev\jjs
\JJSOptionsImpl.java:23: com.google.gwt.dev.jjs.JJSOptionsImpl is not
abstract and does not override abstract method
setOptimizationLevel(int) in
com.google.gwt.dev.util.arg.OptionOptimize
[gwt.javac] public class JJSOptionsImpl implements JJSOptions,
Serializable {
[gwt.javac] ^
[gwt.javac] C:\gwt\trunk\dev\core\src\com\google\gwt\dev\jjs
\JJSOptionsImpl.java:48: cannot find symbol
[gwt.javac] symbol : method isDraftCompile()
[gwt.javac] location: interface com.google.gwt.dev.jjs.JJSOptions
[gwt.javac] setDraftCompile(other.isDraftCompile());
[gwt.javac] ^
[gwt.javac] C:\gwt\trunk\dev\core\src\com\google\gwt\dev\jjs
\JavaToJavaScriptCompiler.java:276: cannot find symbol
[gwt.javac] symbol : method isDraftCompile()
[gwt.javac] location: interface com.google.gwt.dev.jjs.JJSOptions
[gwt.javac] if (options.isDraftCompile()) {
[gwt.javac] ^
[gwt.javac] C:\gwt\trunk\dev\core\src\com\google\gwt\dev\jjs
\JavaToJavaScriptCompiler.java:314: cannot find symbol
[gwt.javac] symbol : method isDraftCompile()
[gwt.javac] location: interface com.google.gwt.dev.jjs.JJSOptions
[gwt.javac] if (!options.isDraftCompile()) {
[gwt.javac] ^
[gwt.javac] C:\gwt\trunk\dev\core\src\com\google\gwt\dev\jjs
\JavaToJavaScriptCompiler.java:581: cannot find symbol
[gwt.javac] symbol : method isDraftCompile()
[gwt.javac] location: interface com.google.gwt.dev.jjs.JJSOptions
[gwt.javac] if (!options.isDraftCompile() && !singlePermutation)
{
[gwt.javac] ^
[gwt.javac] Note: Some input files use unchecked or unsafe operations.
[gwt.javac] Note: Recompile with -Xlint:unchecked for details.
[gwt.javac] 5 errors
build fail
C:\gwt\trunk\build.xml:97: The following error occurred while
executing this line:
C:\gwt\trunk\build.xml:27: The following error occurred while
executing this line:
C:\gwt\trunk\build.xml:54: The following error occurred while
executing this line:
C:\gwt\trunk\dev\build.xml:193: Compile failed; see the compiler error
output for details.
can anyone help?
On Sep 25, 3:50 am, Eric Clayberg <[email protected]> wrote:
> If you are using "ui:field", you need to be using a newer build ofGWT
> than 2.1M3 for this to work.
>
> You can create your ownGWTbuild using the latest code in theGWT
> repository or wait for then nextGWTupdate.
>
> On Sep 23, 4:06 am, umemy <[email protected]> wrote:
>
>
>
> > We are enjoying the same problem (GWT2.1.ME, Ubuntu 10.4 ...).
> > 1 Step: Create a new Projekt using the "g*" new Web Project Icon on
> > Eclipse.
> > 2 Step: go to client package and create new "GWTuibindercomposite".
> > 3 Step: open design tab and try to click the widgets selection ...
> > everything can be enabled (keeps being pressed) ... except "TextBox"
>
> > If you edit the XML and add TextBox this way "<g:TextBox
> > ui:field='info'></g:TextBox>" -> and then open the Designer this error
> > is produced:
>
> > "WindowBuilderwas not able to show th GUI.
> > Unable to load *.wbp-component.xml Description.- Hide quoted text -
>
> - Show quoted text -
--
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.