无法在eclipse中编译/运行run book-examples

时间:2013-12-11 06:55:19

标签: vaadin

我正在尝试从“vaadin书”中运行sample code "MyHierarchicalUI" from section 4.2,此代码指的是可以在

找到的TreeExampleTableExample

http://dev.vaadin.com/svn/doc/book-examples /

我从提到的svn链接下载了本书示例代码,并将其作为现有的eclipse项目导入,但是当我尝试在eclipse中编译/运行此项目时,我收到以下错误。

Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'book-examples'.
The file does not exist for the external tool named Copy sources.
The file does not exist for the external tool named Copy sources.

1 个答案:

答案 0 :(得分:0)

book-examples项目无效vaadin项目因此无法直接导入,因为缺少ivy.xmlivysettings.xml等工件,我们无法将其直接构建为vaadin项目

要使用book-examples项目中的任何代码,您必须手动将代码带到项目中(复制/粘贴),然而支持自动收录器使book-example项目可导入/可构建并运行-able已创建,可以使用此链接Ticket # 13078进行跟踪。