You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by go-gators <sw...@samsung.com> on 2006/04/29 07:29:14 UTC

buid error

I have downloaded servicemix SNAPSHOT 3.0 and tried to build it
I have used (maven 1.0.2 / jdk1.5.x) and I got following error message.



.....
    [junit] Running org.apache.servicemix.tck.SpringComponentTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.703 sec
    [junit] Running org.apache.servicemix.tck.SpringPojoTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.828 sec

BUILD FAILED
File...... C:\Documents and
Settings\shan\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [build] -- C:\Documents and
Settings\shan\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
<fail> There were test failures.
Total time: 4 minutes 49 seconds
Finished at: Sat Apr 29 14:18:34 KST 2006


--
View this message in context: http://www.nabble.com/buid-error-t1528197.html#a4151384
Sent from the ServiceMix - User forum at Nabble.com.


Re: buid error

Posted by Guillaume Nodet <gn...@gmail.com>.
This may happen from time to time.
Try
   maven -Dmaven.test.skip=true

Cheers,
Guillaume Nodet

On 4/29/06, go-gators <sw...@samsung.com> wrote:
>
> I have downloaded servicemix SNAPSHOT 3.0 and tried to build it
> I have used (maven 1.0.2 / jdk1.5.x) and I got following error message.
>
>
>
> .....
>     [junit] Running org.apache.servicemix.tck.SpringComponentTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.703 sec
>     [junit] Running org.apache.servicemix.tck.SpringPojoTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.828 sec
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\shan\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [build] -- C:\Documents and
> Settings\shan\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> <fail> There were test failures.
> Total time: 4 minutes 49 seconds
> Finished at: Sat Apr 29 14:18:34 KST 2006
>
>
> --
> View this message in context: http://www.nabble.com/buid-error-t1528197.html#a4151384
> Sent from the ServiceMix - User forum at Nabble.com.
>
>