You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Quinton McCombs <qu...@qdog.org> on 2002/11/12 21:38:28 UTC

Problem building Fulcrum from CVS HEAD

Okay...   I am trying to take a look at the Henning's security service
proposal.  However, I am unable to get Fulcrum to compile.  Here is what
I have done.

1. I followed the instructions in the read me to copy the src, test, and
xdocs directory from the proposals/db_security_service directory into
the appropriate place.  

2. I downloaded and installed Maven beta 7.

3. I executed 'maven java:jar' in the jakarta-turbine-fulcrum
directory.  Actually, this is not what the instructions in the README
said to do.  However, the instructions provided there did not work at
all.  The first command 'ant maven:clean' fails.

Here is the result of 'maven java:jar'



test:test:
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.dvsl.DvslBasicTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.697
sec
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.crypto.CryptoTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.363
sec
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.crypto.CryptoDefaultTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.078
sec
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.security.AccessControlListTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.522
sec
    [junit] [ERROR] TEST
org.apache.fulcrum.security.AccessControlListTest FAILED
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.localization.LocaleTokenizerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.025
sec
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.fulcrum.localization.LocalizationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.623
sec

[ERROR] BUILD FAILED
[ERROR] File...... /opt/maven/plugins/maven-test-plugin-1.1/plugin.jelly
[ERROR] Element... fail
[ERROR] Line...... 114
[ERROR] Column.... 54
[ERROR] There were test failures.
Total time:  34 seconds



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>