While working on JBoss Tattletale I was missing a Checkstyle 5.0 plugin in IDEA. The actual plugin is only capable of version 4.4.
I have patched the source code of today. You can download the plugin here.
It’s working with IntelliJ IDEA 8.1.2 (idea-9852). Can’t tell about other versions.
I have sent the patch to the corresponding authors. I’ll comment on this if it gets committed and when it is available through the plugin manager.
Installation instructions:
(more…)
Share
I started implementing a Maven reporting plugin for JBoss Tattletale named maven-tattletale-plugin. It is requested by https://jira.jboss.org/jira/browse/TTALE-76.
At the moment it generates a DependsOn Report only. You can checkout a very pre-alpha here.
There are still a lot of things to discuss. Follow the forums if you are interested in. I’ll paste the link in the comments later on.
Like to test it? Follow the instructions below:
(more…)
Share
torben@jit:~/Downloads/openjdk7-darwin-i386-20080820/bin/ >% ./java -version
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-landonf_2008_08_20_14_13-b00)
OpenJDK Server VM (build 14.0-b01, mixed mode)
torben@jit:~/Downloads/openjdk7-darwin-i386-20080820/bin/ >%
Download from here, extract and have fun
Powered by Qumana
Share
The Java Mac OSX Update for 1.6 is out and I have problems starting up Eclipse with that.
As a workaround I pinned the java vm for the Eclipse startup:
- Show Package Contents for Eclipse.app
- Edit Eclipse-Key in Contents/Info.plist
Everything is already documented there.
Now it looks like:
(more…)
Share