-
Ha! That just goes to prove that one should never change more than one parameter at a time. Breaking this rule (because I was desperate to get it working any old how) I changed the JVM at the same time as manually editing the checkstyle configuration to add the external rules file. Although I got the syntax slightly wrong, when I then went back to the preferences screen and added the username...
2007-12-10 22:42:49 UTC in Eclipse Checkstyle Plug-in
-
After further testing, it really does seem that this is a JVM issue. Once I had eliminated all references to 1.6 from all projects and from the "available JVMs" configuration, and was therefore running with Java 1.5.0 update 14, the problem disappeared.
This isn't the first such incompatibility that I have encountered, sadly.
2007-12-05 15:24:19 UTC in Eclipse Checkstyle Plug-in
-
As requested, here is a sample stack trace. First the housekeeping information:
eclipse.buildId=M20071023-1652
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
(Hmm - I was convinced that I was running under Java 1.5.0 update 14 - I will change environment variables and see if that fixes the problem)
Date...
2007-12-05 10:09:34 UTC in Eclipse Checkstyle Plug-in
-
Hi Lars, I'm a bit of a beginner with Eclipse. I don't know where to find that stack-trace. How do you know there is one? All I got was a 401 message at the top of the dialog box.
2007-12-04 01:17:40 UTC in Eclipse Checkstyle Plug-in
-
I have installed the Checkstyle plugin version 4.3.3 from the update site into Eclipse RCP 3.3 (Europa). We're running Java SE 1.5.0 update 14.
I am trying to configure a remote checkstyle configuration that resides in a Subversion repository. I can access it using a browser under http://whatever.server.com:7770/svn/path/to/checks.xml (names changed to protect the guilty) but when I put the...
2007-12-03 17:34:55 UTC in Eclipse Checkstyle Plug-in