That works.

Is there any reason not to simply use the jars/war that come with the zip in the modules dir?

Brian

On 3/10/2010 3:42 PM, Jesse Farinacci wrote:
Hi Brian,

On Wed, Mar 10, 2010 at 6:15 PM, Brian C. Hill<bch...@bch.net>  wrote:
I'll edited the version in the pom to be 2.0.7.
It now builds with one fatal error, which I don't understand:

-------------------------------------------------------------------------------
Test set:
org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests
-------------------------------------------------------------------------------
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.146 sec
<<<  FAILURE!
testAcceptsProperCertificateCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests)
  Time elapsed: 0.25sec<<<  FAILURE!
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at
org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests.testAcceptsProperCertificateCredentials(HttpBasedServiceCredentialsAuthenticationHandlerTests.java:39)

Is this something simple?
Brian

I'm not familiar if that test generally passes or not, and if it does,
is Maven 2.0.7 involved (unlikely). Since you seem willing to brave a
non-standard/non-recommended build tool update, then you must be
willing to brave unpredictable results. Therefore, you could try: mvn
-Dmaven.test.skip=true -DskipTests=true clean install

This will bypass the tests and just build you the artifacts. Good luck!

-Jesse



--
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to