I have some unit tests that depend on a soap server.
To this end I have written my own stub server and
use the java.protocol.handler.pkgs system property
to override the http connection, redirecting connections
to my stub server.
But I can't get this to work with surefire. I've tried all
of the
The revised 3.0.1 snapshot works for me.
--Andy
On Feb 20, 2006, at 2:09 PM, Lukas Theussl wrote:
This was a separate bug, it's fixed. Please re-download the
snapshot and test.
Thanks,
Lukas
Eric Rose wrote:
On Sunday 19 February 2006 08:11, Lukas Theussl wrote:
I have deployed a new sn
From my experience, using JDK 5 and maven 1.0.2,
checkstyle 3.0 and 3.0.1-SNAPSHOT with or without
the setProperty fail in this manner.
--Andy
On Feb 17, 2006, at 9:16 AM, Lukas Theussl wrote:
Hi,
The systemScope.setProperty line was introduced to fix
http://jira.codehaus.org/browse/MPCHECK
The work around appears to already be part of 3.0.1-SNAPSHOT.
Unless I'm misunderstanding, it doesn't help, at least with maven
1.0.2 and JDK 5.
--Andy
On Feb 17, 2006, at 12:54 AM, Arnaud HERITIER wrote:
I just forwarded to the mailing list a workaround...
Arnaud
-
It does work with JDK 1.4.2. I was originally misled
a bit by this because while adding a JAVA_VERSION
env variable will result in the maven script saying it's
using java version 1.4.2, it still uses your JAVA_HOME
variable if that's set too.
--Andy
On Feb 16, 2006, at 6:04 PM, Lukas Theussl wr
I've updated my project to specify version 3.0
of the checkstyle plugin. Maven remains at
version 1.0.2.
I have also tried using the 3.0.1-SNAPSHOT
version, and have tried this on both OSX and
Solaris (both use jvm 1.5.0).
I consistently get the error:
BUILD FAILED
File.. /Users/andy/.mave