All,
For some strange and unknown reason, all of a sudden my JUnit tests won't run
anymore (they ran just fine earlier today). I rebooted my machine (windows...)
and tried again but with the same result.
I seems like a timing issue somewhere because of the socketException at the end.
Suggestions anyone?
Thanks,
Erwin
[...]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] [compiler:testCompile]
Compiling 21 source files to D:\tmp\myProject\media\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: D:\tmp\myProject\media\target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
[surefire] Tests run: 0, Failures: 0, Errors: 0
[INFO] [jar:jar]
[INFO] Building jar: D:\tmp\myProject\media\target\myProject-1.0-SNAPSHOT.jar
[INFO] [source:jar]
[INFO] Not producing source bundle for a SNAPSHOT build
[INFO] [install:install]
[INFO] Installing D:\tmp\myProject\media\target\myProject-1.0-SNAPSHOT.jar to
D:\Documents and
Settings\xyz\.m2\repository\myProject\1.0-SNAPSHOT\myProject-1.0-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Thu Aug 11 11:28:17 EDT 2005
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at java.net.ServerSocket.implAccept(ServerSocket.java:450)
at java.net.ServerSocket.accept(ServerSocket.java:421)
at
test.somepackage.SomeClassTest$SocketAcceptor$1.run(SomeClassTest.java:62)
[INFO] Final Memory: 3M/12M
[INFO]
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]