Hi Jim,

Could you send us the RestletTestSuite.txt file in "/build/temp/tests" 
(or something close)? One unit test seems to be failing for you. You can 
disable the unit tests by modifying build.properties (or adding a 
custom.properties file) in order to get the build working. Just change 
this line:

    verify: true

into

    verify: false

Regarding the Maven build, it is only available for Restlet 2.0 source code.

Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com



Jim Alateras a écrit :
> I am having issues building the 1.1.6 version of the distribution  
> using the instructions on the developer's wiki 
> (http://wiki.restlet.org/developers/179-restlet/240-restlet.html 
> ). The maven build instructions don't seem quite right and the the ant  
> build gives the following error
> 
> verify-ant:
> 
> verify-tests:
>     [mkdir] Created dir: /Users/jima/projects/restlet/restlet-1.1.6/ 
> build/temp/test
>     [junit] Running com.noelios.restlet.test.NoeliosTestSuite
>     [junit] Tests run: 107, Failures: 0, Errors: 0, Time elapsed:  
> 47.711 sec
>     [junit] Running org.restlet.test.RestletTestSuite
>     [junit] Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 3.894  
> sec
> 
> BUILD FAILED
> /Users/jima/projects/restlet/restlet-1.1.6/build/build.xml:1608: Test  
> org.restlet.test.RestletTestSuite failed
> 
> 
> Any help in getting the maven build going would be apprciated (using  
> 2.0.9)
> cheers
> </jima>
> 
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2409151
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2411663

Reply via email to