You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by mouli <uc...@yahoo.com> on 2004/02/13 16:36:13 UTC

Build errors

I get the following error.


+++++++++++++++++++++++++++++++++++++++++++++


test:prepare-filesystem:
    [mkdir] Created dir:
C:\incubator-geronimo\modules\jetty\target\test-classes

    [mkdir] Created dir:
C:\incubator-geronimo\modules\jetty\target\test-reports


test:test-resources:
Copying 1 file to
C:\incubator-geronimo\modules\jetty\target\test-classes
Copying 6 files to
C:\incubator-geronimo\modules\jetty\target\test-classes

test:compile:
    [javac] Compiling 6 source files to
C:\incubator-geronimo\modules\jetty\target\test-classes

test:test:
    [junit] Running
org.apache.geronimo.jetty.ApplicationTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time
elapsed: 10.756 sec
    [junit] [ERROR] TEST
org.apache.geronimo.jetty.ApplicationTest FAILED
    [junit] Running
org.apache.geronimo.jetty.ContainerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time
elapsed: 4.626 sec
    [junit] Running
org.apache.geronimo.jetty.deployment.DeploymentTest
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time
elapsed: 14.251 sec
    [junit] [ERROR] TEST
org.apache.geronimo.jetty.deployment.DeploymentTest
FAILED
    [junit] Running
org.apache.geronimo.jetty.deployment.WARConfigurationFactoryTest
    [junit] Tests run: 4, Failures: 0, Errors: 3, Time
elapsed: 20.991 sec
    [junit] [ERROR] TEST
org.apache.geronimo.jetty.deployment.WARConfigurationFactoryTest
FAILED
    [junit] Running
org.apache.geronimo.jetty.deployment.WebAppDConfigTest

    [junit] Tests run: 4, Failures: 0, Errors: 4, Time
elapsed: 7.321 sec
    [junit] [ERROR] TEST
org.apache.geronimo.jetty.deployment.WebAppDConfigTest
FAILED

BUILD FAILED
File...... file:/C:/incubator-geronimo/
Element... maven:reactor
Line...... 134
Column.... 27
Unable to obtain goal [default] -- file:/C:/Documents
and
Settings/user1/.maven/plugins/maven-test-plugin-1.4/:130:54:
<fail> There were test failures.
Total time: 11 minutes 35 seconds
Finished at: Fri Feb 13 10:22:54 EST 2004


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

Re: Build errors

Posted by Kristian Köhler <Kr...@gmx.de>.
Are you working offline/ behind a firewall?

If so:
Just use maven -Dmaven.test.failure.ignore=true to build geronimo. The 
jetty tests will not run in offline mode.

Kristian

mouli wrote:
> I get the following error.
> 
> 
> +++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> test:prepare-filesystem:
>     [mkdir] Created dir:
> C:\incubator-geronimo\modules\jetty\target\test-classes
> 
>     [mkdir] Created dir:
> C:\incubator-geronimo\modules\jetty\target\test-reports
> 
> 
> test:test-resources:
> Copying 1 file to
> C:\incubator-geronimo\modules\jetty\target\test-classes
> Copying 6 files to
> C:\incubator-geronimo\modules\jetty\target\test-classes
> 
> test:compile:
>     [javac] Compiling 6 source files to
> C:\incubator-geronimo\modules\jetty\target\test-classes
> 
> test:test:
>     [junit] Running
> org.apache.geronimo.jetty.ApplicationTest
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time
> elapsed: 10.756 sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.jetty.ApplicationTest FAILED
>     [junit] Running
> org.apache.geronimo.jetty.ContainerTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time
> elapsed: 4.626 sec
>     [junit] Running
> org.apache.geronimo.jetty.deployment.DeploymentTest
>     [junit] Tests run: 2, Failures: 1, Errors: 0, Time
> elapsed: 14.251 sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.jetty.deployment.DeploymentTest
> FAILED
>     [junit] Running
> org.apache.geronimo.jetty.deployment.WARConfigurationFactoryTest
>     [junit] Tests run: 4, Failures: 0, Errors: 3, Time
> elapsed: 20.991 sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.jetty.deployment.WARConfigurationFactoryTest
> FAILED
>     [junit] Running
> org.apache.geronimo.jetty.deployment.WebAppDConfigTest
> 
>     [junit] Tests run: 4, Failures: 0, Errors: 4, Time
> elapsed: 7.321 sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.jetty.deployment.WebAppDConfigTest
> FAILED
> 
> BUILD FAILED
> File...... file:/C:/incubator-geronimo/
> Element... maven:reactor
> Line...... 134
> Column.... 27
> Unable to obtain goal [default] -- file:/C:/Documents
> and
> Settings/user1/.maven/plugins/maven-test-plugin-1.4/:130:54:
> <fail> There were test failures.
> Total time: 11 minutes 35 seconds
> Finished at: Fri Feb 13 10:22:54 EST 2004
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance: Get your refund fast by filing online.
> http://taxes.yahoo.com/filing.html
> 
> 

-- 
Kristian Köhler