[jbosstools-issues] [JBoss JIRA] (JBIDE-13043) turn on target platform validation

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Nov 19 13:11:21 EST 2012


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

Nick Boldt commented on JBIDE-13043:
------------------------------------

AFAICT, the difference between unified.target (-) and jenkins.target (+) is simply this:

{code}
- <repository location="http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1a/REPO/"/>
+ <repository location="file:///home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1a/jbds600-e421-wtp341.target/"/>
{code}

But as we can see, this is exactly the same change as using hudson-settings.xml w/ Tycho 0.16 mirroring:

{code:title=https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings/hudson-settings.xml}
<id>jenkins.jbdevstudio-JunoSR1a</id>
<mirrorOf>http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1a/REPO</mirrorOf>
<url>file:///home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1a/jbds600-e421-wtp341.target</url>
{code}

So... +1 for removing all the jenkins/pom.xml files and updating all 8 jobs ( {jbosstools-4.0,devstudio-6.0}_{trunk,stable_branch}.target-platforms.{minimum,maximum} ) to no longer bother building them.
                
> turn on target platform validation
> ----------------------------------
>
>                 Key: JBIDE-13043
>                 URL: https://issues.jboss.org/browse/JBIDE-13043
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, target-platform
>    Affects Versions: 4.0.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Mickael Istria
>             Fix For: 4.0.0.CR1
>
>         Attachments: jbide13043.patch.txt
>
>
> Tycho 0.16.0 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=392141, so we can turn on validation again.

--
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