日期:2014-05-20  浏览次数:20627 次

打jar包失败
本帖最后由 lwj3826613 于 2011-07-20 14:20:01 编辑 我用birt写了个自动生成报表的工具,需要打成那种可执行的jar包。但是打包失败,提示birt那个自带的ReportEngine文件夹中的一些文件File not found和Resource is out of sync with the file system。是因为我的ReportEngine文件夹不全吗?还是只要包含那个ReportEngine文件夹就不允许打jar包?
失败的详细信息如下:
  File not found: D:\My Documents\workspace\reportbymonth\src\ReportEngine\configuration\org.eclipse.core.runtime\.manager\.tmp29190.instance.
  File not found: D:\My Documents\workspace\reportbymonth\src\ReportEngine\configuration\org.eclipse.osgi\.manager\.fileTable.1.
  File not found: D:\My Documents\workspace\reportbymonth\src\ReportEngine\configuration\org.eclipse.osgi\.manager\.fileTable.2.
  Resource is out of sync with the file system: '/reportbymonth/src/ReportEngine/configuration/org.eclipse.osgi/.manager/.fileTableLock'.
  File not found: D:\My Documents\workspace\reportbymonth\src\ReportEngine\configuration\org.eclipse.osgi\.manager\.tmp29185.instance.
  Resource is out of sync with the file system: '/reportbymonth/src/ReportEngine/configuration/org.eclipse.osgi/bundles/54/1/.cp/lib/Tidy.jar'.
  Resource is out of sync with the file system: '/reportbymonth/src/ReportEngine/configuration/org.eclipse.osgi/bundles/54/1/.cp/lib/commons-cli-1.0.jar'.
  Resource is out of sync with the file system: '/reportbymonth/src/ReportEngine/configuration/org.eclipse.update/last.config.stamp'.
  Resource is out of sync with the file system: '/reportbymonth/src/ReportEngine/configuration/org.eclipse.update/platform.xml'.
------解决方案--------------------
你好,我也遇到类似的问题。把文件放到bin目录就可以了