haruprojectの日記(技術モノ)

日々の技術的な取り組みアウトプット用

GWT2.2から2.3へのversion上げ

以下のようなエラーがでます。
もうわけがわかりません…

[DEBUG] [sample] - Validating newly compiled units
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/AbstractEditorContext.java'
		[ERROR] [sample] - Line 92: The method addSubDelegate(AbstractEditorDelegate, String, Editor<capture#16-of ?>) is undefined for the type AbstractEditorDelegate<T,capture#15-of ?>
		[ERROR] [sample] - Line 93: The method getEditorChain() is undefined for the type AbstractEditorDelegate<T,capture#17-of ?>
		[ERROR] [sample] - Line 129: The method accept(EditorVisitor) is undefined for the type AbstractEditorDelegate<capture#23-of ?,capture#24-of ?>
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/BaseEditorDriver.java'
		[ERROR] [sample] - Line 82: The method initialize(String, T, E, DelegateMap) in the type AbstractEditorDelegate<T,E> is not applicable for the arguments (String, E)
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/DirtCollector.java'
		[ERROR] [sample] - Line 38: The method isDirty() is undefined for the type AbstractEditorDelegate<T,capture#3-of ?>
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/ErrorCollector.java'
		[ERROR] [sample] - Line 48: The method getErrors() is undefined for the type AbstractEditorDelegate<capture#5-of ?,capture#6-of ?>
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/Initializer.java'
		[ERROR] [sample] - Line 45: The method getEditorChain() is undefined for the type AbstractEditorDelegate<Q,capture#7-of ?>
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/Refresher.java'
		[ERROR] [sample] - Line 34: The method setDirty(boolean) is undefined for the type AbstractEditorDelegate<Q,capture#5-of ?>
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/impl/SimpleViolation.java'
		[ERROR] [sample] - Line 108: The method of(EditorDriver<capture#8-of ?>, DelegateMap.KeyMethod) is undefined for the type DelegateMap
		[ERROR] [sample] - Line 127: The method getDelegatesByPath(String) is undefined for the type DelegateMap
		[ERROR] [sample] - Line 128: The method getEditorByPath(String) is undefined for the type DelegateMap
		[ERROR] [sample] - Line 137: The method recordError(String, Object, Object, String) in the type AbstractEditorDelegate<capture#13-of ?,capture#14-of ?> is not applicable for the arguments (String, null, Object, String, Editor<capture#15-of ?>)
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/user/client/ui/ResizeLayoutPanel.java'
		[ERROR] [sample] - Line 360: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 373: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 381: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 391: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 392: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 396: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 400: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 400: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 433: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 434: The field SimplePanel.widget is not visible
	[ERROR] [sample] - Errors in 'jar:file:/C:/eclipse/eclipse362/plugins/com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-user.jar!/com/google/gwt/user/client/ui/SimpleLayoutPanel.java'
		[ERROR] [sample] - Line 36: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 37: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 44: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 57: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 65: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 75: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 76: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 80: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 84: The field SimplePanel.widget is not visible
		[ERROR] [sample] - Line 84: The field SimplePanel.widget is not visible
[INFO] [sample] - Module sample has been loaded


これとかがネタ的に近いかな〜と思って、試したんですが、、う〜ん。。
http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/5f6c9324a3119c30?pli=1


gwt + slim3で作ってるんですが、
コンパイル通らなくてGAEにデプロイできない。。
誰か助けてください…

追記>

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
	<classpathentry kind="src" path="src/generated/java"/>
	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5-sources.jar"/>
	<classpathentry kind="var" path="M2_REPO/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar"/>
	<classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.5/commons-lang-2.5.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.5/commons-lang-2.5-sources.jar"/>
	<classpathentry kind="src" path="/gwt-cotton"/>
	<classpathentry kind="var" path="M2_REPO/com/google/code/gwt-mobile-webkit/gwt-html5-storage/1.0.1/gwt-html5-storage-1.0.1.jar"/>
	<classpathentry kind="var" path="M2_REPO/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0-sources.jar"/>
	<classpathentry kind="var" path="M2_REPO/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0-sources.jar"/>
	<classpathentry kind="var" path="M2_REPO/com/googlecode/gwtquery/gwtquery/1.0.0-SNAPSHOT/gwtquery-1.0.0-SNAPSHOT-2.2.0.jar"/>
	<classpathentry kind="var" path="M2_REPO/junit/junit/4.7/junit-4.7.jar" sourcepath="M2_REPO/junit/junit/4.7/junit-4.7-sources.jar"/>
	<classpathentry kind="var" path="M2_REPO/org/slim3/slim3/1.0.5/slim3-1.0.5.jar" sourcepath="M2_REPO/org/slim3/slim3/1.0.5/slim3-1.0.5-sources.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
	<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
	<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>

追記2>
無事に解決しました。ありがとうございました。