Sorry for bothering you.

One of the testCases completely blew up. Apparently already in the constructor 
because none of the tests were run.

Again, my apologies for bothering you guys with this.

Erwin


> -----Original Message-----
> From: Hogeweg, Erwin (GE Infrastructure) 
> Sent: Thursday, August 11, 2005 12:39 PM
> To: Maven Users List
> Subject: M2: How did I break my JUnit goal?
> 
> 
> 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(SomeClassT
> est.java:62)
> [INFO] Final Memory: 3M/12M
> [INFO] 
> --------------------------------------------------------------
> --------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to