Nick Boldt created JBIDE-19718:
----------------------------------
Summary: No source zip produced when buildinfo.json can't be resolved
Key: JBIDE-19718
URL:
https://issues.jboss.org/browse/JBIDE-19718
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.3.0.Alpha2
Reporter: Nick Boldt
From the latest master build:
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bui...
{code}
[INFO] --- repository-utils:0.22.1-SNAPSHOT:generate-repository-facade (generate-facade) @
org.jboss.tools.site.core ---
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bas...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-ser...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-ope...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-jst...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bro...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-aer...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-jav...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-web...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/updates/stable/luna/core/portlet/bui...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-vpe...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-arq...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-for...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-liv...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-cen...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/updates/stable/luna/core/freemarker/...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bir...
[WARNING] Could not access build info at
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.5...
[INFO] Building zip:
/mnt/hudson_workspace/workspace/jbosstools-build-sites.aggregate.site_master/sources/aggregate/site/target/org.jboss.tools.site.core-4.3.0-SNAPSHOT.zip
{code}
Seems the problem is twofold:
a) when no json files are found, we should fall back to another URL. (I think I might have
an open PR for this.)
For example, instead of
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-ope...
we should be looking at
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-ope...
b) the generated sources zip needs to exist even it's empty (?)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)