Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] BIRT Errors in Ganymede build log

This error/warning has been appearing in the Ganymede logs for at least the past week:

[java] Generating artifacts from file:/opt/public/ganymede/workingdir/org.eclipse.ganymede.sitecontributions/birt.sc
[java] Digest could not be parsed:Element type "includes" must be followed by either attribute specifications, ">" or "/>".

I checked both the birt.sc and the ganymede site.xml (latest versions in CVS), and see nothing amiss -- though I notice site.xml lists BIRT first, so this might not be a BIRT problem but rather a case of first person on the list showing there's a problem with the digest.

So, I checked the digest (~/downloads/releases/ganymede/digest.zip) and I don't see anything amiss with the <include ... /> elements for BIRT. I did see that there's a number of places where there's a space missing between attrbutes, eg:

<includes id="org.eclipse.datatools.connectivity.oda.feature" version="1.6.0.200712121" optional="true"search-location="2" />
<includes id="org.eclipse.datatools.connectivity.oda.designer.feature" version="1.6.0.200712121" optional="true"search-location="2" />

Is is possible that the problem is that the staging site needs a different digest than the already-published one in /releases/ganymede/ ? If so, then should /releases/ganymede/staging/site.xml point at  digestURL="http://download.eclipse.org/releases/ganymede/staging/" instead of  digestURL="http://download.eclipse.org/releases/ganymede/" ?

Nick

Back to the top