[jbosstools-issues] [JBoss JIRA] (JBIDE-11450) tweak active Teiid jobs so that they depend on upstream coretests site instead of using svn:externals to include and compile their own copy of org.jboss.tools.ui.bot.ext

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue May 1 16:24:17 EDT 2012


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

Nick Boldt edited comment on JBIDE-11450 at 5/1/12 4:22 PM:
------------------------------------------------------------

Build is blue. Removing svn:externals from trunk:

{code}
svn co http://svn.jboss.org/repos/tdesigner/trunk/tests tdesigner-trunk-tests -N; # fetch folder non-recursively
cd tdesigner-trunk-tests/
svn propget svn:externals; # check current mapping
svn propset svn:externals "" .; # remove mapping
svn propget svn:externals; # check updated mapping
svn ci -m "remove svn:externals mapping 'https://svn.jboss.org/repos/jbosstools/trunk/tests/plugins/org.jboss.tools.ui.bot.ext org.jboss.tools.ui.bot.ext' from tests/ folder in trunk (JBIDE-11450)" .; # commit change
{code}

Spinning:

https://hudson.qa.jboss.com/hudson/job/jbosstools-teiid-designer_trunk/ >=1243

                
      was (Author: nickboldt):
    Build is blue. Removing svn:externals from trunk:

{code}
svn co http://svn.jboss.org/repos/tdesigner/trunk/tests tdesigner-trunk-tests -N; # fetch folder non-recursively
cd tdesigner-trunk-tests/
svn propget svn:externals; # check current mapping
svn propset svn:externals "" .; # remove mapping
svn propget svn:externals; # check updated mapping
svn ci -m "remove svn:externals mapping 'https://svn.jboss.org/repos/jbosstools/trunk/tests/plugins/org.jboss.tools.ui.bot.ext org.jboss.tools.ui.bot.ext' from tests/ folder in trunk (JBIDE-11450)" .; # commit change
{code}

                  
> tweak active Teiid jobs so that they depend on upstream coretests site instead of using svn:externals to include and compile their own copy of org.jboss.tools.ui.bot.ext
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11450
>                 URL: https://issues.jboss.org/browse/JBIDE-11450
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Build/Releng, teiid, testing
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Nick Boldt
>            Assignee: Barry LaFond
>             Fix For: 3.3.0.Beta3
>
>         Attachments: jbide11450.patch.txt
>
>
> Once the coretests site is complete, it should be make available in such a way that Teiid need no longer use an svn:externals property to suck in external sources from another repo.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list