[jbosstools-issues] [JBoss JIRA] (JBIDE-16220) create an all-in-one build for JBT projects, using submodules

Nick Boldt (JIRA) issues at jboss.org
Thu Dec 12 10:28:34 EST 2013


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

Nick Boldt edited comment on JBIDE-16220 at 12/12/13 10:28 AM:
---------------------------------------------------------------

Job updated to run on RHEL6_64 only, as those slaves now have git 1.8.2 installed on them. Also added these to job execution and verified default JDK is 7, not 6 (needed for Forge 2):

{code}
-Djbosstools.test.jre.5=${NATIVE_TOOLS}${SEP}${JAVA15}
-Djbosstools.test.jre.6=${NATIVE_TOOLS}${SEP}${JAVA16}
-Djbosstools.test.jre.7=${NATIVE_TOOLS}${SEP}${JAVA17}
{code}

Respinning:

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-submodules_master/ >=8
                
      was (Author: nickboldt):
    Job updated to run on RHEL6_64 only, as those slaves now have git 1.8.2 installed on them.

Respinning:

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-submodules_master/ >=7
                  
> create an all-in-one build for JBT projects, using submodules
> -------------------------------------------------------------
>
>                 Key: JBIDE-16220
>                 URL: https://issues.jboss.org/browse/JBIDE-16220
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.2.0.Alpha1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>         Attachments: buildlog_maven311.txt
>
>
> Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
> {code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
>  "git submodule" started learning a new mode to integrate with the
>    tip of the remote branch (as opposed to integrating with the commit
>    recorded in the superproject's gitlink).
> {code}
> Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-submodules project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
> If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list