I'm using GWT 2.4 and I've been trying to write a custom GWT post order linker as described here: http://www.google.com/events/io/2010/sessions/gwt-linkers-webworkers-extensions.html
Yet, when doing the GWT compile with the GWT maven plugin the GWT linker classes could't be found. I get the following errors: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler- plugin:2.3.2:compile (default-compile) on project zxapp_advertiser_stats_war: Compilation failure: Compilation failure: [ERROR] \myproject\src\main\java\com\mypackage\linker \MyPostOrderLinker.java:[5,30] package com.google.gwt.core.ext does not exist ... more errror with the same meaning What do I wrong? -- 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.
