[jbosstools-issues] [JBoss JIRA] (JBDS-3486) install grinder should support install of JBDS from installer, not just BYOE on Eclipse

Mickael Istria (JIRA) issues at jboss.org
Mon Aug 24 07:28:29 EDT 2015


    [ https://issues.jboss.org/browse/JBDS-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100990#comment-13100990 ] 

Mickael Istria commented on JBDS-3486:
--------------------------------------

Here is how we used to achieve that, before using the install-grinder scripts: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/devstudio-product_test/configure

{code:bash}
echo "<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<AutomatedInstallation langpack='eng'>
<com.jboss.jbds.installer.HTMLInfoPanelWithRootWarning id='introduction'/>
<com.izforge.izpack.panels.HTMLLicencePanel id='licence'/>
<com.jboss.jbds.installer.PathInputPanel id='target'>
<installpath>${WORKSPACE}/jbdevstudio</installpath>
</com.jboss.jbds.installer.PathInputPanel>
<com.jboss.jbds.installer.JREPathPanel id='jre'/>
<com.jboss.jbds.installer.JBossAsSelectPanel id='as'>
<installgroup>jbds</installgroup>
</com.jboss.jbds.installer.JBossAsSelectPanel>
<com.jboss.jbds.installer.UpdatePacksPanel id='updatepacks'/>
<com.jboss.jbds.installer.DiskSpaceCheckPanel id='diskspacecheck'/>
<com.izforge.izpack.panels.SummaryPanel id='summary'/>
<com.izforge.izpack.panels.InstallPanel id='install'/>
<com.jboss.jbds.installer.CreateLinkPanel id='createlink'>
<jrelocation>$(which java)</jrelocation>
</com.jboss.jbds.installer.CreateLinkPanel>
<com.izforge.izpack.panels.ShortcutPanel id='shortcut'/>
<com.jboss.jbds.installer.ShortcutPanelPatch id='shortcutpatch'/>
<com.izforge.izpack.panels.SimpleFinishPanel id='finish'/>
</AutomatedInstallation>" > InstallConfig.xml

wget http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_71/installer/jbdevstudio-product-universal-7.1.0.Alpha2-v20131002-0939-B431.jar
java -jar jbdevstudio-product-universal-7.1.0.Alpha2-v20131002-0939-B431.jar InstallConfig.xml
{code}

> install grinder should support install of JBDS from installer, not just BYOE on Eclipse
> ---------------------------------------------------------------------------------------
>
>                 Key: JBDS-3486
>                 URL: https://issues.jboss.org/browse/JBDS-3486
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 9.0.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 9.0.0.CR1
>
>
> 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 install grinder tests [1] run two groovy scripts [2].
> [1] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-grinder.install-tests.matrix_master/
> [2] https://github.com/jbosstools/jbosstools-install-grinder/tree/master/scripts/src/main/groovy
> One fetches and installs Eclipse; the other performs an installation from an update site or discovery site's directory.xml file.
> In neither case is there support for installing JBDS (instead of Eclipse) and performing installations upon that base. 
> We should add support for that.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list