]
Martin Malina closed JBIDE-20663.
---------------------------------
Install grinder is working, so I believe this can be closed.
getAndInstallEclipse.groovy :: composite install, Install grinder and
p2 director installer jobs need to be updated to support new mars.N filename conventions
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-20663
URL:
https://issues.jboss.org/browse/JBIDE-20663
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.3.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.3.0.CR1, 4.3.1.Beta2, 4.4.0.Alpha1
Attachments: install-grinder-results.png
*Old filename convention:*
http://download.eclipse.org/technology/epp/downloads/release/mars/R/eclip...
So, we used to be able to pass in versionLabel = R or eclipseBundleVersion = mars.R
And this could be parsed easily into folder = mars/R with filename mars-R.
*New filename convension:*
http://download.eclipse.org/technology/epp/downloads/release/mars/SR1-RC3...
But here, we have a mix of "mars/SR1-RC3" and "mars-1-RC3", so we
need to include logic to add in the "SR" part that appears ONLY in the folder,
but not the filename.