Jetspeed installing problem

2004-11-16 Thread Thilina
While installing the jetspeed source, I got the following error message
for maven war target.


[junit] Running org.apache.jetspeed.util.TestOverwriteProperties
[junit] Tests run: 3, Failures: 3, Errors: 0, Time elapsed: 1.098
sec
[junit] [ERROR] TEST
org.apache.jetspeed.util.TestOverwriteProperties FAILED
[junit] Running org.apache.jetspeed.util.TestValidation
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.052
sec
[junit] Running
org.apache.jetspeed.util.TestValidationParameterParser
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.161
sec

BUILD FAILED
File..
/home/thilina/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line.. 181
Column 54
There were test failures.
Total time: 320 minutes 20 seconds
Finished at: Tue Nov 16 22:26:57 LKT 2004


So can somebody clarify this issue?

Thank you.
Thilina


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jetspeed installing problem

2004-11-16 Thread David Sean Taylor
Thilina wrote:
While installing the jetspeed source, I got the following error message
for maven war target.

Try building with this option command line option:
maven -o -Dmaven.test.skip=true war

[junit] Running org.apache.jetspeed.util.TestOverwriteProperties
[junit] Tests run: 3, Failures: 3, Errors: 0, Time elapsed: 1.098
sec
[junit] [ERROR] TEST
org.apache.jetspeed.util.TestOverwriteProperties FAILED
[junit] Running org.apache.jetspeed.util.TestValidation
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.052
sec
[junit] Running
org.apache.jetspeed.util.TestValidationParameterParser
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.161
sec
BUILD FAILED
File..
/home/thilina/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line.. 181
Column 54
There were test failures.
Total time: 320 minutes 20 seconds
Finished at: Tue Nov 16 22:26:57 LKT 2004
So can somebody clarify this issue?
Thank you.
Thilina
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773 4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]