Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem after upgrading to BIRT 2.3.1
cwfranklin
Hi all,
I have recently upgraded to Birt 2.3.1 from 2.2.0 and moved to MyEclipse 7.5 from 6.6 now that my jboss server at work has been updated to use java 6. Upon moving my report project into Myeclipse 7.5 I decided to make it a maven project as well. I have resolved all the initial errors after copying the Birt 2.3.1 files into the Webroot/WEB-INF folder. However, when I try maven install I get these kind of errors:
--package org.eclipse.birt.report.engine.api does not exist
--cannot find symbol symbol : class IRenderTask
-- and much more
What am I missing?? Any help would be greatly appreciated
Thanks,
cwfranklin
Find more posts tagged with
Comments
mwilliams
Hi cwfranklin,
What steps are you taking to integrate BIRT with Maven?
cwfranklin
I already have a BIRT report project that was created using BIRT 2.2.0 in MyEclipse 6.5.
1. Created a Web Report Project in MyEclipse 7.5 with Maven capabilities using BIRT 2.3.4.
2. Restructure project to match previous project.
3. copy old project files over and resolve dependencies. There are no errors prior to the build
4. during build is when I get the errors
Any thoughts??
Thanks