]
Mickael Istria updated JBDS-3487:
---------------------------------
Fix Version/s: 9.0.x
(was: 9.0.0.CR1)
p2 director install tests should support install of JBDS from
installer, not just BYOE on Eclipse
-------------------------------------------------------------------------------------------------
Key: JBDS-3487
URL:
https://issues.jboss.org/browse/JBDS-3487
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build
Affects Versions: 9.0.0.Beta2
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 9.0.x
Max, in JBDS-3485, said:
{quote}
"I believe the tests all use BYOE install onto JavaEE, not JBDS installer. "
that seems very unfortunate and weird since install grinder was written using JBDS to
start with.
Can you please make sure we got tests that covers this so we can catch missing pieces
like this faster in future ? Thanks.
{quote}
The p2 director install test [0] uses the same getAndInstallEclipse.groovy [1] mentioned
in JBDS-3486 to perform installation of JBT & JBDS discovery site content onto an
Eclipse install.
[0]
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
[1]
https://github.com/jbosstools/jbosstools-install-grinder/blob/master/scri...
Then, it does this:
{code}
${WORKSPACE}/sources/util/installFromCentral.sh -ECLIPSE ${WORKSPACE}/eclipse
-INSTALL_PLAN "${INSTALL_PLAN}"
{code}
So, it would not be difficult to call a JBDS installer headlessly, then use a different
value for -ECLIPSE in the above invocation to install on top of JBDS instead of Eclipse.