facebook

My Eclipse 7 – stand alone deployment

  1. MyEclipse Archived
  2.  > 
  3. MyEclipse Reports
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #294667 Reply

    Ed ross
    Member

    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

    #294668 Reply

    Ed ross
    Member

    Forgot to mention – The older report engine will not run the new reports (version problems) so had to update the engine to 2.3.1 to match MyEclipse version

    #294785 Reply

    Ed ross
    Member

    Solved my problem.

    I had an old project which had reportEngine jars from the previous release. Replaced the old jars with the ones from this release and got past this problem

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: My Eclipse 7 – stand alone deployment

You must be logged in to post in the forum log in