I use the win xp system,had downloaded the resources from the geoserver web site,since I have install the maven before then I directly run the command “mvn install” for the project ,but error always occured.This is the message:
Results :
Tests in error:
testHandleServiceException(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
testHandleServiceExceptionCauses(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
Tests run: 21, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to C:\Documents and Settings\Administrator\桌面\geoserver-1.7.3-src\geoserver-1.7.3\ows
\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 52 seconds
[INFO] Finished at: Wed Mar 25 11:28:39 CST 2009
[INFO] Final Memory: 33M/63M
[INFO] ------------------------------------------------------------------------
Is there anyone came the problem before??
Hmmm... strange. What version of the source code are you running? Also it might help if you could include the test log from
ows/target/surefire-reports for the failed tests.
-Justin
apachemaven wrote:
I use the win xp system,had downloaded the resources from the geoserver web site,since I have install the maven before then I directly run the command "mvn install" for the project ,but error always occured.This is the message:
Results :
Tests in error:
testHandleServiceException(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
testHandleServiceExceptionCauses(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
Tests run: 21, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to C:\Documents and Settings\Administrator\×ÀÃæ\geoserver- 1.7.3-src\geoserver-1.7.3\ows
\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 52 seconds
[INFO] Finished at: Wed Mar 25 11:28:39 CST 2009
[INFO] Final Memory: 33M/63M
[INFO] ------------------------------------------------------------------------
Is there anyone came the problem before??
------------------------------------------------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
to Justin Deoliveira:
under the ows/target there is only two folder:classes and test-classes
在2009-03-28 04:18:56,"Justin Deoliveira" <jdeolive@anonymised.com> 写道:
>(please keep replies on the public list).
>
>The files in question are under the root of the source tree, so should
>be under:
>
>geoserver-1.7.0/ows/target/surefire-reports
>
>And then look for the file:
>
>org.geoserver.ows.DefaultServiceExceptionHandlerTest.txt
>
>-Justin
>
>apachemaven wrote:
>> Hi,the verison is 1.7,and I can not find the file what you mentioned....
>>
>> ====================================
>>
>> 在2009-03-26 23:32:43,"Justin Deoliveira" <jdeolive@anonymised.com> 写道:
>>>Hmmm... strange. What version of the source code are you running? Also
>>>it might help if you could include the test log from
>>>ows/target/surefire-reports for the failed tests.
>>>
>>>-Justin
>>>
>>>apachemaven wrote:
>>>> I use the win xp system,had downloaded the resources from the geoserver
>>>> web site,since I have install the maven before then I directly run the
>>>> command "mvn install" for the project ,but error always occured.This is
>>>> the message:
>>>> =====================================================================
>>>> Results :
>>>> Tests in error:
>>>>
>>>> testHandleServiceException(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
>>>>
>>>> testHandleServiceExceptionCauses(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
>>>> Tests run: 21, Failures: 0, Errors: 2, Skipped: 0
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] There are test failures.
>>>> Please refer to C:\Documents and Settings\Administrator\桌面\geoserver-
>>>> 1.7.3-src\geoserver-1.7.3\ows
>>>> \target\surefire-reports for the individual test results.
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] For more information, run Maven with the -e switch
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 31 minutes 52 seconds
>>>> [INFO] Finished at: Wed Mar 25 11:28:39 CST 2009
>>>> [INFO] Final Memory: 33M/63M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> ========================================================================================
>>>> Is there anyone came the problem before??
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>>>> software that enables intelligent coding and step-through debugging.
>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> _______________________________________________
>>>> Geoserver-users mailing list
>>>> Geoserver-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>>
>>>--
>>>Justin Deoliveira
>>>OpenGeo - http://opengeo.org
>>>Enterprise support for open source geospatial.
>>
>
>
>--
>Justin Deoliveira
>OpenGeo - http://opengeo.org
>Enterprise support for open source geospatial.
Anytime tests are run by maven, the directory target/surefire-reports should be created.
So my guess is perhaps you did a clean in the interim. I would do the following:
cd ows
mvn clean install
ls target/surefire-reports
-Justin
apachemaven wrote:
to Justin Deoliveira:
under the ows/target there is only two folder:classes and test-classes
ÔÚ2009-03-28 04:18:56£¬"Justin Deoliveira" <jdeolive@anonymised.com> дµÀ£º
(please keep replies on the public list).
The files in question are under the root of the source tree, so should be under:
geoserver-1.7.0/ows/target/surefire-reports
And then look for the file:
org.geoserver.ows.DefaultServiceExceptionHandlerTest.txt
-Justin
apachemaven wrote:
Hi,the verison is 1.7,and I can not find the file what you mentioned....
====================================
ÔÚ2009-03-26 23:32:43£¬"Justin Deoliveira" <jdeolive@anonymised.com> дµÀ£º
Hmmm... strange. What version of the source code are you running? Also it might help if you could include the test log from
ows/target/surefire-reports for the failed tests.
-Justin
apachemaven wrote:
I use the win xp system,had downloaded the resources from the geoserver web site,since I have install the maven before then I directly run the command "mvn install" for the project ,but error always occured.This is the message:
Results :
Tests in error:
testHandleServiceException(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
testHandleServiceExceptionCauses(org.geoserver.ows.DefaultServiceExceptionHandlerTest)
Tests run: 21, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to C:\Documents and Settings\Administrator\×ÀÃæ\geoserver- 1.7.3-src\geoserver-1.7.3\ows
\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 52 seconds
[INFO] Finished at: Wed Mar 25 11:28:39 CST 2009
[INFO] Final Memory: 33M/63M
[INFO] ------------------------------------------------------------------------
Is there anyone came the problem before??
------------------------------------------------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.