Home
Analytics
BIRT 2.3.2 & Eclipse 3.4.2
fatboyslim
Hi,
I needed to upgrade from BIRT 2.2.2 to 2.3.2. It seemed the fastest thing to do was download and install the 'All in One' (birt-report-designer-all-in-one.zip)
However when I check out our projects I'm getting the following build error:
Cannot nest 'C:dev/BIRT232/eclipse/plugins/org.eclipse.birt.report.viewer_2.3.2.v20090331-1440/birt/WEB-INF/classes' inside library 'C:dev/BIRT232/eclipse/plugins/org.eclipse.birt.report.viewer_2.3.2.v20090331-1440'
Anyone else seen this? Any help on this would be most appreciated!
Thanks in advance,
Find more posts tagged with
Comments
mwilliams
Hi fatboyslim,
Are you getting this error in the desinger when you try to open a report? Or when you have the report deployed?
fatboyslim
No - we have an eclipse application, written for/in eclispe 3.3.2, that uses the BIRT 2.2.2 plugins to design reports. I've downloaded and installed eclipse 3.4.2 because it already seems to have the interface with BIRT 2.3.2 already done - we are trying to upgrade to this version.
But when I check out our application and do a build I'm getting this error appearing in my eclipse 'Problems' tab.
fatboyslim
I've identified the problem as this:
I have an eclipse project that uses the ViewerPlugin where a scripted databasource has been configured.
If either, the project is configured to depend on org.eclipse.birt.report.viewer (2.3.2) plugin or the package is imported, I'm getting the build error shown above.