2012-07-23 28 views
0

我一直在試圖找到一個「很好」的報告工具(引擎?)來放置playframework。 經過探索幾個選項後,我決定嘗試BIRT ...BIRT over playframework - 找不到包?

不幸的是,我發現它不可能將它集成到依賴級別上的Play!

我在/ lib目錄中添加了所有BIRT jar(取自eclipse插件文件夾),編譯,eclipsified(並看到.classpath注入了jar)。

但是當我嘗試導入說:「org.eclipse.birt.core *」我越來越:

[info] Loading project definition from D:\dev\Play\reporting\project 
[info] Set current project to reporting (in build file:/D:/dev/Play/reporting/) 
[info] About to create Eclipse project files for your project(s). 
[info] Compiling 1 Java source to D:\dev\Play\reporting\target\scala-2.9.1\classes... 
[error] D:\dev\Play\reporting\app\controllers\Application.java:8: package org.eclipse.birt.core does not exist 
[error] import org.eclipse.birt.core.*; 
[error]^
[error] 1 error 
[error] {file:/D:/dev/Play/reporting/}reporting/compile:compile: javac returned nonzero exit code 
[error] Could not create Eclipse project files: 
[error] Error evaluating task 'dependency-classpath': error 

,另一方面,嘗試另一個罐子...像谷歌的收集,它的工作...

我做錯了什麼?

+0

b.t.w. - 我使用play 2.0.2,eclipse 4.2,BIRT 4.2 – 2012-07-23 07:58:20

回答