TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
19 stars 10 forks source link

Clarify installation of local IntelliJ SDK and CheckStyle jar #309

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

This should clarify more how to get IntelliJ running locally. I have added the mention of the fetchIdea.sh script as well as explained more thoroughly how to install CheckStyle in your SDK.

Inventitech commented 6 years ago

IMHO, the " Install the Checkstyle Plugin via Settings > Plugins > Browse repositories ... and searching for "CheckStyle-IDEA". The plugin comes from https://infernus.org/ and https://github.com/jshiell/checkstyle-idea" bullet point (which I added) is not really necessary, or is it?

TimvdLippe commented 6 years ago

It is still necessary to test the CheckStyle integration of WatchDog. The IDE you run using the run configuration is a separate instance of the editor. Therefore, its plugins are separately installed as well. WatchDog itself has an optional dependency on CheckStyle, meaning that it can run without CheckStyle available. However, to test the integration, the CheckStyle plugin is required to be installed on the new instance.

TimvdLippe commented 6 years ago

@Inventitech Friendly ping 😄

TimvdLippe commented 6 years ago

Closing this as it appears this PR is stale.

Inventitech commented 6 years ago

Reopening this, as the IntelliJ uploader is not happy with the manual inclusion of the Checkstyle jar, since it also defines a plugin.xml.