
walkaround - issue #93
./runant run -> compile fails with "The method remove() from the type ParticipantAvatarDomImpl is not visible"
What steps will reproduce the problem? 1. Follow the 'steps to run walkaround' [http://code.google.com/p/walkaround/wiki/RunningTheCode]
What is the expected output? What do you see instead? ./runant run should compile the project without error but during gwt compile (see log below)
What browser and browser version are you using? On what operating system? OS X 10.6
What URL does your browser show when the problem occurs? Did you compile walkaround on your machine, or are you using a public instance? Using my personal Mac Pro
Please provide any additional information below.
compile-gwt: [java] Compiling module com.google.walkaround.wave.client.Walkaround [java] Validating newly compiled units [java] Ignored 6 units with compilation errors in first pass. [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. [java] Finding entry point classes [java] [ERROR] Errors in '/walkaround/src/com/google/walkaround/wave/client/Walkaround.java' [java] [ERROR] Line 349: The method remove() from the type ParticipantAvatarDomImpl is not visible [java] [ERROR] Line 358: An anonymous class cannot subclass the final class FullStructure [java] [ERROR] Line 359: The method asParticipant(Element) of type new FullStructure(){} must override or implement a supertype method [java] [ERROR] Line 361: The method of(Element) from the type ParticipantAvatarDomImpl is not visible [java] [ERROR] Unable to find type 'com.google.walkaround.wave.client.Walkaround' [java] [ERROR] Hint: Previous compiler errors may have made this type unavailable [java] [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Comment #1
Posted on Apr 3, 2012 by Quick LionPlease follow the instructions at the bottom of http://code.google.com/p/walkaround/wiki/RunningTheCode :
If ./runant gives you compilation errors, try
rm -rf third_party third_party_src ./get-third-party-deps
and repeat.
Status: Invalid
Labels:
Type-Defect
Priority-Medium