今日、GAE 1.7.2.1 に更新して以来、すべての jdoconfig.xml ファイルで Eclipse の検証エラーが発生しています。
デフォルトの jdoconfig.xml コンテンツがあります。
[...]
<jdoconfig xmlns="http://java.sun.com/xml/ns/jdo/jdoconfig"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/jdo/jdoconfig">
[...]
そしてEclipseの検証はスローします:
Referenced file contains errors (http://java.sun.com/xml/ns/jdo/jdoconfig).
For more information, right click on the message in the Problems View and
select "Show Details..."
詳細をクリックすると、次のような一連の行が表示されます。
s4s-elt-character: Non-whitespace characters are not allowed in schema elements
other than 'xs:appinfo' and 'xs:documentation'. Saw 'var_U = "undefined";'.
「Saw ...」の別の行と別の内容で
Googleプラグインの「新しいWebアプリケーションプロジェクト...」を使用して開始するすべてのプロジェクトで発生します。
それで、誰かがこの問題を抱えていますか?修正はありますか?