-
Notifications
You must be signed in to change notification settings - Fork 30
WINDUP-2245: Included instructions for installing JBoss Tools. #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| [[install_jboss_tools]] | ||
| = Install JBoss Tools into Eclipse | ||
|
|
||
| The {PluginNameTitle} depends on JBoss Tools, and therefore these dependencies must be installed for {ProductShortName} to function successfully. The following instructions detail installing JBoss Tools on an Eclipse installation. | ||
|
|
||
| .Install JBoss Tools | ||
|
|
||
| . From the menu bar, select *Help* -> *Eclipse Marketplace*. | ||
| . In the *Find* field, enter `JBoss Tools` and press *Enter* to search for the project. | ||
| . Scroll down until you see *JBoss Tools* in the list and press *Install* next to this project. | ||
| . Review the selected features and press *Confirm*. It is recommended to accept the defaults to install the required dependencies for {ProductShortName}. | ||
| . Ensure that the first radio button, `Keep my installation the same and modify the items being installed to be compatible`, is selected. | ||
| . Review the selected packages and click *Confirm*. | ||
| . Accept the terms of the license agreement and click *Finish*. | ||
| . Click *Install anyway* to accept the certificates. | ||
| . Click *Select all* to trust all of the specified certificates, and then click *Accept selected*. | ||
| . Restart Eclipse for the changes to take effect. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not a requirement to install JBoss Tools, only that Eclipse knows where to find those JBoss Tools dependencies when it's installing our plugin.
So there are three choices
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@huffmanca I like to encourage people to use our composite update site (http://download.jboss.org/jbosstools/photon/stable/updates/rhamt/) because in addition to automatically picking up JBoss Tools, it will pick up our latest release, which is ideal for bug fixes, patches, etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm attempting #2 above, using the following steps:
Name, defineRHAMT.Location, definehttp://download.jboss.org/jbosstools/photon/stable/updates/rhamt/.JBoss Tools - RHAMTAt this point I get the same error reported in WINDUP-2245 regarding missing dependencies. Installing JBoss Tools manually, or using JBDS, resolves this issue.
Is there a step I'm missing?