]
Nick Boldt updated JBIDE-22808:
-------------------------------
Fix Version/s: 4.4.1.AM2
Make error message when aggregating sources in JBT build more
user-friendly / provide better explanantion
---------------------------------------------------------------------------------------------------------
Key: JBIDE-22808
URL:
https://issues.jboss.org/browse/JBIDE-22808
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.1.AM2
Reporter: Nick Boldt
Fix For: 4.4.1.AM2
When there's a disconnect between the version of sources found in a given
branch's HEAD (eg., for a project = jbosstools-central) and that same project's
latest binaries, the aggregation fails with a somewhat cryptic error about local sources.
Often, however, the reason for the failure is that the aggregation is seeing a newer
commit in github than the latest binary built upstream and used to do the aggregation.
So, we should enhance the error message to explain this and suggest the solution.