Adding instructions for adding the proper schemas to the Eclipse XML
Catalog
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-10-07 10:13:30 -04:00 committed by Clebert Suconic
parent 5b833efc1b
commit 39532d7245
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ It is strongly recommended to turn off the auto-updating of .gitignore files by
generates new .gitignore files in many directories that are not needed due to the top level .gitignore file. To turn generates new .gitignore files in many directories that are not needed due to the top level .gitignore file. To turn
it off, go to Preferences->Team->Git->Projects and deselect the "Automatically ignore derived resources" checkbox. it off, go to Preferences->Team->Git->Projects and deselect the "Automatically ignore derived resources" checkbox.
### Schema setup
For proper schema validation you can add the Artemis schemas to your Eclipse XML Catalog
* Open: Window -> Preferences -> XML -> XML Catalog
* Select Add -> Workspace -> Navigate to artemis-server and select src/main/resources/schema/artemis-server.xsd -> click OK
* Repeat the above steps and add src/main/resources/schema/artemis-configuration.xsd
### Checkstyle setup ### Checkstyle setup
You can import the Artemis Checkstyle template into eclipse to do Checkstyle validation. As a prerequisite you need to make sure the Checkstyle plugin is installed into Eclipse which you can get form the Eclipse Marketplace. You also will need to configure Sevntu-Checkstyle. See http://sevntu-checkstyle.github.io/sevntu.checkstyle/ for instructions. Then to configure the template: You can import the Artemis Checkstyle template into eclipse to do Checkstyle validation. As a prerequisite you need to make sure the Checkstyle plugin is installed into Eclipse which you can get form the Eclipse Marketplace. You also will need to configure Sevntu-Checkstyle. See http://sevntu-checkstyle.github.io/sevntu.checkstyle/ for instructions. Then to configure the template: