[jbosstools-issues] [JBoss JIRA] (JBIDE-12815) Create a JBoss Tools Orbit

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri May 31 10:01:55 EDT 2013


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

Nick Boldt commented on JBIDE-12815:
------------------------------------

Turns out as usual I documented why I needed these IN THE CODE. 

{code:title=https://github.com/nickboldt/jbosstools-locus/blob/master/pom.xml#L265}
    <!-- needed to resolve org.junit and org.apache.ant, org.eclipse.osgi, etc. -->
    <repository>
      <id>JBoss Tools Target Platform Site</id>
      <url>http://download.jboss.org/jbosstools/updates/juno/</url>
      <layout>p2</layout>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
    <!-- needed to resolve org.apache.commons.beanutils -->
    <repository>
      <id>Orbit Update Site</id>
      <url>http://download.jboss.org/jbosstools/updates/requirements/orbit/S20130427215344/</url>
      <layout>p2</layout>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
{code}

I suppose we could include some of these deps as m2 deps instead of p2 deps if we enable pomDependencies=consider.

{code:title=http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts#What_happens_under_the_hood}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<pomDependencies>consider</pomDependencies>
</configuration>
</plugin>{code}
                
> Create a JBoss Tools Orbit
> --------------------------
>
>                 Key: JBIDE-12815
>                 URL: https://issues.jboss.org/browse/JBIDE-12815
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Build/Releng, locus
>            Reporter: Mickael Istria
>            Assignee: Max Rydahl Andersen
>             Fix For: 4.1.0.Beta2
>
>         Attachments: pom.xml
>
>
> Since all JBoss Eclipse-based project probably share some needs for usual libraries, we should create a JBoss Tools Orbit project in which one we would provide those 3rd-party dependencies packaged as OSGi Bundle in a p2 repository.
> In a first time, we could simply create some OSGi "wrappers" around those jars.

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