I am trying to jump in and see why the Jaas tests would be failing,
but I cannot get Maven to play nice. Any ideas anyone? Carlos? *nudge
nudge*


    [junit] [DEBUG] Finding class
org.apache.ldap.server.normalization.NormalizationService
    [junit] [DEBUG] Finding class
org.apache.ldap.server.interceptor.BaseInterceptor
    [junit] [DEBUG] Class
org.apache.ldap.server.interceptor.BaseInterceptor loaded from ant
loader
    [junit] [DEBUG] Class
org.apache.ldap.server.normalization.NormalizationService loaded from
ant loader
    [junit] [DEBUG] Class javax.naming.NamingEnumeration loaded from
parent loader
    [junit] [DEBUG] Finding class org.apache.ldap.common.filter.FilterVisitor
    [junit] [DEBUG] Class org.apache.ldap.common.filter.FilterVisitor
loaded from ant loader
    [junit] [DEBUG] Finding class
org.apache.ldap.common.name.NameComponentNormalizer
popping off [EMAIL PROTECTED] for
[EMAIL PROTECTED] in
maven-java-plugin:maven-
java-plugin
popping off [EMAIL PROTECTED] for
[EMAIL PROTECTED] in
maven-antlr-plugin:mave
n-antlr-plugin
popping off [EMAIL PROTECTED] for
[EMAIL PROTECTED] in
maven-test-plugin:maven-
test-plugin
popping off [EMAIL PROTECTED] for
[EMAIL PROTECTED] in
org.acegisecurity:acegi-s
ecurity

BUILD FAILED
File...... C:\Documents and
Settings\rkrueger\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly
Element... junit
Line...... 133
Column.... 41
java.lang.NoClassDefFoundError





On 1/31/06, Luke Taylor <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The LDAP tests are failing because of changes in the ApacheDS snaphots
> which the provider uses as an embedded server for testing.
>
> I've been discussing their planned release with them, which should be
> out this week. Once it appears I'll modify the build to use it so that
> we have something stable to test against.
>
> You can skip the tests by running with "maven -Dmaven.test.skip".
> Alternatively, you can set up the tests to point to an external server
> by uncommenting the appropriate lines in the base class for the Ldap
> tests (AbstractLdapServerTestCase, or whatever). I've attached a copy of
> the test data. It also expects to have an admin user with username
> "manager" and password "acegisecurity" available.
>
> cheers,
>
> Luke.
>
> --
>  Luke Taylor.                      Monkey Machine Ltd.
>  PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
>
>
>
> version: 1
> dn: dc=acegisecurity,dc=org
> objectClass: dcObject
> objectClass: organization
> dc: acegisecurity
> description: Acegi Security (Test LDAP DIT)
> o: Monkey Machine Ltd.
>
> dn: ou=people,dc=acegisecurity,dc=org
> objectClass: organizationalUnit
> description: All people in organisation
> ou: people
>
> dn: cn=Ben Alex,ou=people,dc=acegisecurity,dc=org
> objectClass: inetOrgPerson
> objectClass: organizationalPerson
> objectClass: person
> objectClass: top
> cn: Ben Alex
> ou:: 5a6J5YWo
> sn: Alex
> uid: Ben
> userPassword:: e1NIQX1uRkNlYldqeGZhTGJISEcxUWs1VVU0dHJidlE9
>
> dn: uid=bob,ou=people,dc=acegisecurity,dc=org
> objectClass: inetOrgPerson
> objectClass: organizationalPerson
> objectClass: person
> objectClass: top
> cn: Bob Hamilton
> sn: Hamilton
> uid: bob
> userPassword:: Ym9ic3Bhc3N3b3Jk
>
> dn: ou=groups,dc=acegisecurity,dc=org
> objectClass: top
> objectClass: organizationalUnit
> ou: groups
>
> dn: cn=developers,ou=groups,dc=acegisecurity,dc=org
> objectClass: groupOfNames
> objectClass: top
> cn: developers
> description: Acegi Security Developers
> member: uid=bob,ou=people,dc=acegisecurity,dc=org
> member: cn=ben alex,ou=people,dc=acegisecurity,dc=org
> o: Acegi Security System for Spring
> ou: developer
>
> dn: cn=managers,ou=groups,dc=acegisecurity,dc=org
> objectClass: groupOfNames
> objectClass: top
> cn: managers
> member: cn=ben alex,ou=people,dc=acegisecurity,dc=org
> ou: manager
>
>
>
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to