Skip to content

snjeza/jbdevstudio-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Hat Developer Studio - Product Build

Summary

Red Hat Developer Studio is the productization project for JBoss Tools, which includes an update site, izPack installers, sources, and some generated HTML pages.

Upstream projects

Red Hat Developer Studio uses a parent pom, target platform, and Central Discovery plugin which are not part of this project's sources. Also upstream are multiple JBoss Tools projects. Sources can be found here:

Download an installer jar or update site zip

Red Hat Developer Studio is the productization project for JBoss Tools. It can be downloaded in binary form from here:

Build Red Hat Developer Studio

Building Red Hat Developer Studio requires Java 6 and Maven 3. See How to Build JBoss Tools with Maven 3 for Maven configuration and other tips.

Build product features, site, and installers like this:

$ cd devstudio/product
$ mvn clean install

Install Red Hat Developer Studio

After a successful build, three artifacts are produced:

  • an installer jar
  • a sources zip
  • an update site (also known as a p2 repository)

Installer jar(s) will be produced in installer/target/ and can be installed using 'java -jar devstudio-*.jar'

Sources zip can be found in results/target/; you can build from the source zip in there by unpacking it, then using the same instructions above.

An unpacked update site, which can be used to perform an initial install or to install updates to a previous installation, can be found in site/target/repository/.

The installer jar can be used as an archived update site. Launch Eclipse or Red Hat Developer Studio, then select:

Help > Install New Software... > Add... > Archive... > Browse for the Red Hat Developer Studio installer jar > OK > Work with: jar:file:/path/to/devstudio-product-*.jar!/ > Install the Red Hat Developer Studio feature(s) > Restart when prompted.

Or, to install the "Bring Your Own Eclipse" category or "Core Features" feature into Eclipse (not as an update to an existing Red Hat Developer Studio install):

  • Help > Install from the generated site in site/target/repository/ (or the installer jar, as noted above
  • Select the "Red Hat Developer Studio (Core Features)" feature

Update Red Hat Developer Studio

To update from one version of Red Hat Developer Studio on the same stream to another (eg., from Red Hat Developer Studio 6.0.0 to 6.0.1 or from 7.0.0 to 7.0.1):

  • Help > Install from the generated site in site/target/repository/ (or the installer jar, as noted above)
  • Uncheck the box for 'Group items by category'
  • Select the "Red Hat Developer Studio (Branded Product)" feature

Contribute fixes and features

Red Hat Developer Studio is open source, and we welcome anybody that wants to participate and contribute!

If you want to fix a bug or make any changes, please log an issue in the [Red Hat Developer Studio JIRA](https://issues.jboss.org/browse/Red Hat Developer Studio) describing the bug or new feature.

After you are happy with your changes and a full build runs successfully, attach a patch to the JIRA.

About

Eclipse Product and Installer builds for JBoss Developer Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published