]
Nick Boldt commented on JBTIS-542:
----------------------------------
I pushed what was in github back to the server to fix the above problem; without doing so
I couldn't install JBTIS stuff from Central into JBT 4.3.1.Beta1.
contents of
http://download.jboss.org/jbosstools/mars/stable/updates/integration-stac...
differ from github sources and contains invalid child site pointer
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBTIS-542
URL:
https://issues.jboss.org/browse/JBTIS-542
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 4.3.0.Alpha2
Reporter: Nick Boldt
Assignee: Paul Leacu
Fix For: 4.3.0.Alpha2
Error logged in Eclipse when loading JBT update site:
{code}!MESSAGE No repository found at
http://download.jboss.org/jbosstools/mars/stable/updates/integration-stac...
Reason:
I'm looking at
http://download.jboss.org/jbosstools/mars/stable/updates/integration-stac...
because the composite*.xml files attempt to reference the p2.index file instead of being
an empty repo. This is what causes the error above.
{code}
<?xml version='1.0'
encoding='UTF-8'?><?compositeArtifactRepository
version='1.0.0'?>
<repository name='JBoss Tools Builds -
updates/stable/mars/integration-stack/earlyaccess'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='2'><property name='p2.timestamp'
value='1450295308000'/><property name='p2.compressed'
value='true'/></properties>
<children size='1'>
<child location='p2.index/'/>
</children>
</repository>{code}
But when I look at the sources in github [1], I see a completely different site.
Which is correct? Should the site be empty (no child sites), or should it ref
4.3.0.Alpha2 ?
[1]
https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/j...
Also, how did this site get corrupted? Was it some automatic generation step? Or...?