Bug 226580 - Generated site manifest contains error
Summary: Generated site manifest contains error
Status: RESOLVED WONTFIX
Alias: None
Product: Modeling
Classification: Modeling
Component: Releng (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Boldt CLA
QA Contact:
URL: http://download.eclipse.org/modeling/...
Whiteboard:
Keywords:
Depends on: 212203
Blocks:
  Show dependency tree
 
Reported: 2008-04-10 14:29 EDT by Richard Gronback CLA
Modified: 2008-05-01 23:37 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Gronback CLA 2008-04-10 14:29:48 EDT
The site manifest for the GMF update site using the new builder contained an error (closing description for the site is after the features):

<?xml version="1.0" encoding="UTF-8"?>
<site pack200="true" mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/modeling/gmf/updates/site-interim.xml&amp;format=xml">
	<!-- to track downloads, use absolute paths instead: http://www.eclipse.org/downloads/download.php?r=1&amp;file=/modeling/gmf/updates/ ... -->

	<description url="http://download.eclipse.org/modeling/gmf/updates/site-interim.xml">
	To install these plugins, point your Eclipse Update Manager at this site.
	
	<!-- GMF 2.1M6 S200804091700 -->
	<category-def label="GMF SDK 2.1M6 S200804091700" name="GMF SDK 2.1M6 S200804091700">
		<description>
GMF SDK 2.1M6 S200804091700: contains runtime, source, and documentation.
		</description>
	</category-def>
<!-- removed other features -->
	<feature id="org.eclipse.gmf" version="1.1.0.v20080223-0300-7c7AEKFEWvfTJz-JDrpWYxakgb4B" url="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/modeling/gmf/updates/features/org.eclipse.gmf_1.1.0.v20080223-0300-7c7AEKFEWvfTJz-JDrpWYxakgb4B.jar" patch="false">
		<category name="GMF SDK 2.1M6 S200804091700"/>
	</feature>
</description> <!-- this is the problem -->

	<!-- gmf -->

</site>

I corrected the manifest by hand and updated the download site to fix the ganymede build.  I also deleted the *-ganymede.xml file, as the gmf *.sc file has been updated to point to our main site-interim.xml
Comment 1 Nick Boldt CLA 2008-04-10 15:05:54 EDT
> I also deleted the *-ganymede.xml file, as the gmf *.sc file
> has been updated to point to our main site-interim.xml

Danger Will Robinson! 

The difference between the two versions is that one (site-*.xml) allows for download stat tracking, and the other doesn't break Ganymede (site-*ganymede.xml), which doesn't like download.php stat tracking. 

Comment 2 Richard Gronback CLA 2008-04-10 15:14:39 EDT
(In reply to comment #1)
> > I also deleted the *-ganymede.xml file, as the gmf *.sc file
> > has been updated to point to our main site-interim.xml
> 
> Danger Will Robinson! 
> 
> The difference between the two versions is that one (site-*.xml) allows for
> download stat tracking, and the other doesn't break Ganymede
> (site-*ganymede.xml), which doesn't like download.php stat tracking. 
> 

Whoops.  I restored the *-ganymede.xml manifest (with corrected </description>) and will update the gmf.sc file to again use this one.
Comment 3 Nick Boldt CLA 2008-04-23 16:32:49 EDT
This problem will be obsoleted by changes in bug 212203.
Comment 4 Nick Boldt CLA 2008-05-01 23:37:26 EDT
No longer a problem w/ the new site generator.