I'm trying to build the latest CVS snapshot and I'm getting several tests failing during the core build.
This is the relevant output from the maven build:

[junit] [ERROR] Test org.acegisecurity.providers.jaas.JaasAuthenticationProviderTests FAILED
[junit] Running org.acegisecurity.providers.jaas.SecurityContextLoginModuleTests
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.188 sec
[junit] Running org.acegisecurity.providers.ldap.DefaultInitialDirContextFactoryTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.DefaultInitialDirContextFactoryTests FAILED
[junit] Running org.acegisecurity.providers.ldap.LdapAuthenticationProviderTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.LdapAuthenticationProviderTests FAILED
[junit] Running org.acegisecurity.providers.ldap.authenticator.BindAuthenticatorTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.authenticator.BindAuthenticatorTests FAILED
[junit] Running org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticatorMockTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.36 sec
[junit] Running org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticatorTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticatorTests FAILED
[junit] Running org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulatorTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulatorTests FAILED
[junit] Running org.acegisecurity.providers.ldap.search.FilterBasedLdapUserSearchTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] [ERROR] Test org.acegisecurity.providers.ldap.search.FilterBasedLdapUserSearchTests FAILED
[junit] Running org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImplTests

As a result I don't believe the jar is building.  Is this a typical issue?  is there someway to have the build progress without relying on the tests to pass?
I, like many others it seems, am trying to see the new LDAP code in action.

Sorry if these questions appear somewhat basic but I have no experience with maven (nor any desire to acquire some).

Anthony Geoghegan
Framework Architect
DeCare Systems Ireland,
Building 1,
University Technology Centre,
Curraheen Road,
Cork, Ireland
phone: +353 21 4925 172
fax: +353 21 4925 166
web: http://www.decaresystems.ie
blog: http://blog.decaresystems.ie/wordpress/

Reply via email to