build fail (revision 3932)

2008-11-01 Thread Robert Koberg

Hi,

I just checked out the latest restlet distro from subversion (revision  
3932).


I am getting the following build failure on the tests:

verify-tests:
[mkdir] Created dir: /Users/rkobergmac/Documents/workspace/ 
restlet/build/temp/test

[junit] Running com.noelios.restlet.test.NoeliosTestSuite
[junit] head
[junit]titleStatus page/title
[junit] /head
[junit] body
[junit] h3The server has not found anything matching the  
request URI/h3pYou can get technical details a href=http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5 
here/a.br
[junit] Please continue your visit at our a href=/home page/ 
a.

[junit] /p
[junit] /body
[junit] /html
[junit] HTTP/1.1 404 The server has not found anything matching  
the request URI

[junit] Content-Type: text/html; charset=ISO-8859-1
[junit] Content-Length: 330
[junit] Date: Sat, 01 Nov 2008 16:17:32 GMT
[junit] Accept-Ranges: bytes
[junit] Server: Noelios-Restlet-Engine/1.2.snapshot
[junit]
[junit] html
[junit] head
[junit]titleStatus page/title
[junit] /head
[junit] body
[junit] h3The server has not found anything matching the  
request URI/h3pYou can get technical details a href=http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5 
here/a.br
[junit] Please continue your visit at our a href=/home page/ 
a.

[junit] /p
[junit] /body
[junit] /html
[junit] ])
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed:  
15.312 sec


BUILD FAILED
/Users/rkobergmac/Documents/workspace/restlet/build/build.xml:1599:  
Test com.noelios.restlet.test.NoeliosTestSuite failed




Re: build fail (revision 3932)

2008-11-01 Thread Robert Koberg

Running ant build produces the following fail:


verify-tests:
[junit] Running com.noelios.restlet.test.NoeliosTestSuite
[junit] Invalid memory access of location  rip=01160767
[junit]
[junit] Running com.noelios.restlet.test.NoeliosTestSuite
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec

BUILD FAILED
/Users/rkobergmac/Documents/workspace/restlet/build/build.xml:1599:  
Test com.noelios.restlet.test.NoeliosTestSuite failed (crashed)


My previous post was running the ant build default.

best,
-Rob


On Nov 1, 2008, at 12:20 PM, Robert Koberg wrote:


Hi,

I just checked out the latest restlet distro from subversion  
(revision 3932).


I am getting the following build failure on the tests:

verify-tests:
   [mkdir] Created dir: /Users/rkobergmac/Documents/workspace/ 
restlet/build/temp/test

   [junit] Running com.noelios.restlet.test.NoeliosTestSuite
   [junit] head
   [junit]titleStatus page/title
   [junit] /head
   [junit] body
   [junit] h3The server has not found anything matching the  
request URI/h3pYou can get technical details a href=http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5 
here/a.br
   [junit] Please continue your visit at our a href=/home page/ 
a.

   [junit] /p
   [junit] /body
   [junit] /html
   [junit] HTTP/1.1 404 The server has not found anything matching  
the request URI

   [junit] Content-Type: text/html; charset=ISO-8859-1
   [junit] Content-Length: 330
   [junit] Date: Sat, 01 Nov 2008 16:17:32 GMT
   [junit] Accept-Ranges: bytes
   [junit] Server: Noelios-Restlet-Engine/1.2.snapshot
   [junit]
   [junit] html
   [junit] head
   [junit]titleStatus page/title
   [junit] /head
   [junit] body
   [junit] h3The server has not found anything matching the  
request URI/h3pYou can get technical details a href=http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5 
here/a.br
   [junit] Please continue your visit at our a href=/home page/ 
a.

   [junit] /p
   [junit] /body
   [junit] /html
   [junit] ])
   [junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed:  
15.312 sec


BUILD FAILED
/Users/rkobergmac/Documents/workspace/restlet/build/build.xml:1599:  
Test com.noelios.restlet.test.NoeliosTestSuite failed