[java][eclipse]VEでエラー
2006/07/13
2008/01/28
eclipse
ve
eclipseで、Visual Editorを使用していて下記のようなエラーログがでてきた。
特別なことをしたわけではない。
グーグルさんにうかがったら、メーリングリストに解決方法がのっていた。
[news.eclipse.tools.ve] Re: VE
ProjectのCleanで解決した。
ProjectのCleanはごくごく初歩的でした
orz
特別なことをしたわけではない。
IWAV0168E Improper nesting of mark statements in Expression. Tried to pop or endMark to before current mark. Tried to go past Mark# 0.
グーグルさんにうかがったら、メーリングリストに解決方法がのっていた。
[news.eclipse.tools.ve] Re: VE
1) Open a VE and then close it. Make sure there are NO VE's open at all.
2) Clear the .log file (use the ErrorLog view and the "Delete Log" button).
3) Projects->Clean...->Clean ALL projects radio button
4) Wait for build to finish
5) Try opening the VE again.
news.eclipse.tools.veより
ProjectのCleanで解決した。
ProjectのCleanはごくごく初歩的でした
orz
: