[jbosstools-issues] [JBoss JIRA] (JBIDE-13329) should unified.target includes sources?

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Jan 21 00:59:21 EST 2013


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

Nick Boldt edited comment on JBIDE-13329 at 1/21/13 12:59 AM:
--------------------------------------------------------------

+1 to using them. They build fine via this matrix job: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/Target-Platforms/job/jbosstoolstargetplatforms-matrix/

However, there appears to be a problem validating one of the 5 configs - *4.21.3.Final/jbdevstudio/unified/target/unified.target*:

{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/Target-Platforms/job/jbosstoolstargetplatforms-matrix/label=RHEL5,projectName=jbdevstudio,version=4.21.3.Final/6/console}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: com.atlassian.connector.eclipse.jira.ui 3.0.6.v20120628
[ERROR]   Missing requirement: com.atlassian.connector.eclipse.jira.core 3.0.6.v20120628 requires 'bundle org.eclipse.mylyn.commons.soap [3.0.0,4.0.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: com.atlassian.connector.eclipse.jira.ui 3.0.6.v20120628 depends on: bundle com.atlassian.connector.eclipse.jira.core 0.0.0
{code}

Seems the problem's a simple typo:

{code}
- <unid id="org.eclipse.mylyn.commons.xmlrpc" version="3.8.2.v20120916-1200"/>
- <unid id="org.eclipse.mylyn.commons.soap" version="3.8.2.v20120916-1200"/>
+ <unit id="org.eclipse.mylyn.commons.xmlrpc" version="3.8.2.v20120916-1200"/>
+ <unit id="org.eclipse.mylyn.commons.soap" version="3.8.2.v20120916-1200"/>
{code}

Respinning...

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/Target-Platforms/job/jbosstoolstargetplatforms-matrix/label=RHEL5,projectName=jbdevstudio,version=4.21.3.Final/8/console
                
      was (Author: nickboldt):
    +1 to using them. They build fine via this matrix job: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/Target-Platforms/job/jbosstoolstargetplatforms-matrix/

However, there appears to be a problem validating one of the 5 configs - *4.21.3.Final/jbdevstudio/unified/target/unified.target*:

{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/Target-Platforms/job/jbosstoolstargetplatforms-matrix/label=RHEL5,projectName=jbdevstudio,version=4.21.3.Final/6/console}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: com.atlassian.connector.eclipse.jira.ui 3.0.6.v20120628
[ERROR]   Missing requirement: com.atlassian.connector.eclipse.jira.core 3.0.6.v20120628 requires 'bundle org.eclipse.mylyn.commons.soap [3.0.0,4.0.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: com.atlassian.connector.eclipse.jira.ui 3.0.6.v20120628 depends on: bundle com.atlassian.connector.eclipse.jira.core 0.0.0
{code}
                  
> should unified.target includes sources?
> ---------------------------------------
>
>                 Key: JBIDE-13329
>                 URL: https://issues.jboss.org/browse/JBIDE-13329
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: target-platform
>    Affects Versions: 4.0.0.Final
>            Reporter: Nick Boldt
>            Assignee: Mickael Istria
>             Fix For: 4.1.0.Alpha1
>
>
> I was under the impression that the generated multiple.target would include source features, while the generated unified.target would not.
> However:
> {code}
> unified-4.2.1.a-20121220.173723-14-unified.target:  
>   <location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> multiple-4.2.1.a-20121220.173233-14-multiple.target: 
>   <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit" includeSource="true">
> {code}
> And the generated update site for 4.2.1.a (SR1a) target platform contains many feature.source bundles:
> http://download.jboss.org/jbosstools/updates/juno/SR1a/REPO/features/
> Is this intentional? Or is there a bug in your flatten mojo?
> https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-plugins/target-platform-utils/src/main/java/org/jboss/tools/tycho/targets/FlattenTargetMojo.java

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