Skip to main content



      Home
Home » Archived » BIRT » Viewservlets.jar Not Being Created(Building viewservlets.jar)
Viewservlets.jar Not Being Created [message #1007633] Wed, 06 February 2013 14:37 Go to next message
Eclipse UserFriend
Downloaded source for BIRT_3_7_1_Release_201109131734 e12663d.
With a couple updates to plugins - built exactly as described in book and on web page.
Followed instructions for the creation of the viewservlets.jar. Jar was not created.
Set arguments as directed in the web page, step 7. -DbuildDirectory=C:\swri-eclipse\eclipse\ -Dbuild.from.workspace=true then refreshed the project. Looks like it is only getting part way thru the script. This is the console output:

Buildfile: C:\Users\pbwhite\swri_eclipse workspace\org.eclipse.birt\viewer\org.eclipse.birt.report.viewer\build.xml
properties:
init:
build.jars:
pre.build.jars:
properties:
init:
viewer.jar.nestedJars:
[unzip] Expanding: C:\swri-eclipse\eclipse\plugins\org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar into C:\swri-eclipse\eclipse\nestedJars\org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611
[unzip] Expanding: C:\swri-eclipse\eclipse\plugins\com.ibm.icu_4.4.2.v20110823.jar into C:\swri-eclipse\eclipse\nestedJars\com.ibm.icu_4.4.2.v20110823
[unzip] Expanding: C:\swri-eclipse\eclipse\plugins\org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar into C:\swri-eclipse\eclipse\nestedJars\org.eclipse.ui.workbench_3.7.1.v20120104-1859
[unzip] Expanding: C:\swri-eclipse\eclipse\plugins\org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar into C:\swri-eclipse\eclipse\nestedJars\org.eclipse.ui.workbench_3.7.1.v20120104-1859
viewer.jar:
post.build.jars:
BUILD SUCCESSFUL
Total time: 811 milliseconds

I was able to create the viewservlets.jar once from a CVS version downloaded last year and I know the script should take longer to run then 811 milliseconds. Any suggestions. Thank you.


Re: Viewservlets.jar Not Being Created [message #1008338 is a reply to message #1007633] Mon, 11 February 2013 19:43 Go to previous message
Eclipse UserFriend
This looks like it may be a bug. I got it to work by changing the customBuildCallbacks.xml file. Specifically lines 39-44

<property name="core.dir" location="../../core/org.eclipse.birt.core" />
<property name="dataextraction.dir" location="../../engine/org.eclipse.birt.report.engine.dataextraction" />
<property name="viewer.model.dir" location="../../model/org.eclipse.birt.report.model" />
<property name="engine.dir" location="../../engine/org.eclipse.birt.report.engine" />
<property name="data.dir" location="../../data/org.eclipse.birt.data" />
<property name="data-adapter-api.dir" location="../../data/org.eclipse.birt.report.data.adapter" />

Can you open a bugzilla request for this? Also make sure to set a build directory as shown in the picture on step 7
http://wiki.eclipse.org/BIRT/FAQ/Birt_Project#Q:_How_do_I_build_the_2.2.2F2.3.2F2.5_BIRT_Viewer.3F

Jason
Previous Topic:Dynamic Crosstab report
Next Topic:WebViewer in RCP
Goto Forum:
  


Current Time: Wed Mar 19 22:46:36 EDT 2025

Powered by FUDForum. Page generated in 0.04778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top