hosted by
 
BUILD FAILED
Ant Error Message: Return code is 1
Date of build: 09/03/2010 16:22:37
Time to build: 48 minute(s) 25 second(s)
Last changed: 09/03/2010 15:25:57
Last log entry: - continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
Build Artifacts

 Unit Tests: (18001)
error dojocom.gargoylesoftware.htmlunit.libraries.Dojo102Test
 
 Unit Test Error Details: (1)
Test: dojo
Class: com.gargoylesoftware.htmlunit.libraries.Dojo102Test
Type: org.apache.http.conn.HttpHostConnectException
Message: Connection to http://localhost:12345 refused
org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:12345 refused
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:127)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:147)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:108)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:641)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:597)
at com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:133)
at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1402)
at com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1321)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:300)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:366)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:351)
at com.gargoylesoftware.htmlunit.libraries.Dojo102Test.dojo(Dojo102Test.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at com.gargoylesoftware.htmlunit.RetriesStatement.evaluate(RetriesStatement.java:42)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at com.gargoylesoftware.htmlunit.SocksSocketFactory.connectSocket(SocksSocketFactory.java:88)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:123)
... 41 more
 

 Modifications since last build:  (11)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollection.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Node.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNode.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlNoScript.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlScript.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.properties- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.properties- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/changes/changes.xml- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlPage.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlNoScriptTest.java- continue HTMLCollection's cleanup - fix incorrect expectations with noscript's children: consider <noscript>'s body as plain text for FF and discard it totally for IE