I have developed reports using the myEclipse report designer, then (In myEclipse 6.x) I would take the report design and use it in an ant task to generate build type reports.
Since upgrading to MyEclipse 7.0 (birt 2.3.1) I now get the following error
(The reports work fine in Tomcat – but these reports are run in the night from an ant task.)
BUILD FAILED
java.lang.NoSuchMethodError: org.eclipse.birt.report.engine.api.EngineConfig.getLogFile()Ljava/lang/String;
at org.eclipse.birt.report.engine.api.impl.ReportEngine.intializeLogger(ReportEngine.java:169)
at org.eclipse.birt.report.engine.api.impl.ReportEngine.<init>(ReportEngine.java:120)
at org.eclipse.birt.report.engine.api.impl.ReportEngineFactory.createReportEngine(ReportEngineFactory.java:13)
at com.crowncastle.starteam.ant.CCIAntTask.createChangeReport(CCIAntTask.java:195)
Seems the runtime engine & the myEclipse version have some jar versoin problems?
Any help in trying to solve this?
Thanks