From Fedora Project Wiki

Line 17: Line 17:
=== Provisional list of packages for JBoss Tools (dependencies will be added here when discovered) ===
=== Provisional list of packages for JBoss Tools (dependencies will be added here when discovered) ===


* jbosstools-parent
* eclipse-jbosstools-parent
** builds parent pom and target-platform pom (maybe these should be separated, parent builds target-platform anyway I think, even if it exists).
** builds parent pom and target-platform pom (maybe these should be separated, parent builds target-platform anyway I think, even if it exists).
** not sure if this is necessary, it may not apply as a package. Parent and target platform need to be built for all plugins, so I figure this might be the way to do it.
** not sure if this is necessary, it may not apply as a package. Parent and target platform need to be built for all plugins, so I figure this might be the way to do it.
** provisional package available at http://galileo.fedorapeople.org/jbosstools_srpms/jbosstools-parent-3.3.0.Beta3-1.fc17.src.rpm
** provisional package available at http://galileo.fedorapeople.org/jbosstools_srpms/jbosstools-parent-3.3.0.Beta3-1.fc17.src.rpm


* jbosstools-tests
* eclipse-jbosstools-tests


* jbosstools-common
* eclipse-jbosstools-common
** needs jbosstools-tests
** needs jbosstools-tests


* jbosstools-usage
* eclipse-jbosstools-usage


* jbosstools-archives
* eclipse-jbosstools-archives
** needs jbosstools-usage
** needs jbosstools-usage


* jbosstools-jmx
* eclipse-jbosstools-jmx
** needs jbosstools-common, jbosstools-tests, jbosstools-usage
** needs jbosstools-common, jbosstools-tests, jbosstools-usage


* jbosstools-as
* eclipse-jbosstools-as
** needs jbosstools-common, jbosstools-tests, jbosstools-archives, jbosstools-jmx
** needs jbosstools-common, jbosstools-tests, jbosstools-archives, jbosstools-jmx


* jacoco-maven-plugin
* jacoco-maven-plugin
** currently commented out of jbosstools-parent to make it work
** currently commented out of jbosstools-parent to make it work
* ant-optional
* ant-optional
** currently commented out of jbosstools-parent to make it work
** currently commented out of jbosstools-parent to make it work
* eclipse-swtbot
** needed by eclipse-jbosstools-tests

Revision as of 15:44, 25 May 2012

Fedora JBoss Spin

This aim of this page is to gather all information relevant to the creation of the JBoss spin for Fedora. I (Gerard Ryan) am working on this as a project under Google Summer of Code 2012, with (Marek Goldmann) as mentor. More details on the GSOC proposal can be found here.


JBoss Tools

The first chunk of the work will be to start packaging JBoss Tools for Eclipse. This may require additional parts of Eclipse WTP to be packaged.

There may be some difficulty with using tycho in Fedora, see patches for eclipse-cdt.

At the moment, I'm using the following page as a reference for learning how to build: https://community.jboss.org/wiki/HowToBuildJBossToolsWithMaven3 Also, focusing on the 3.3.0.Beta3 branch, so this also applies: https://community.jboss.org/wiki/HowToBuildJBossToolsWithMaven3-WorkingWithBranches

Currently, I'm running all mvn-rpmbuild commands from the build/ directory. I'm not sure if this is the best way going forward, it may not be necessary but the pom.xml there includes profiles for all the other components, and bootstrap profiles for many of them too.

Provisional list of packages for JBoss Tools (dependencies will be added here when discovered)

  • eclipse-jbosstools-tests
  • eclipse-jbosstools-common
    • needs jbosstools-tests
  • eclipse-jbosstools-usage
  • eclipse-jbosstools-archives
    • needs jbosstools-usage
  • eclipse-jbosstools-jmx
    • needs jbosstools-common, jbosstools-tests, jbosstools-usage
  • eclipse-jbosstools-as
    • needs jbosstools-common, jbosstools-tests, jbosstools-archives, jbosstools-jmx
  • jacoco-maven-plugin
    • currently commented out of jbosstools-parent to make it work
  • ant-optional
    • currently commented out of jbosstools-parent to make it work
  • eclipse-swtbot
    • needed by eclipse-jbosstools-tests