The curse of needing to unit test your thing that check certs. You can always execute with skiptests.
Cheers, Scott On Thu, Sep 1, 2011 at 3:52 PM, William G. Thompson, Jr. <[email protected]>wrote: > Philippe, > > The build errors were unrelated to anything I was doing. The test was > failing with HttpBasedCredentials using https://www.mint.com/, perhaps > it was down? Anyway build is working now, but still needs some clean > up. More later... > > Bill > > > On Thu, Sep 1, 2011 at 10:45 AM, William G. Thompson, Jr. > <[email protected]> wrote: > > Philippe, > > > > Sorry, I think you may have caught the feature branch in a bad state. > > I got overly ambitious last night and then ran out of steam. I've > > merged a few more support classes and getting very close to something > > that could be reasonable for a 3.5 release. Give me a day to get svn > > back it shape...I'll give another update later tonight. > > > > Best, > > Bill > > > > > > On Thu, Sep 1, 2011 at 9:26 AM, Philippe MARASSE > > <[email protected]> wrote: > >> Folks, > >>> > >>> [...] a) check out and build CAS-3.4.10-LPPE-SNAPSHOT and install in a > >>> local > >>> mvn repo (mvn clean package install) > >>> https://source.jasig.org/cas3/branches/cas-server-3.4.10-lppe/ > >> > >> It did not build on my computer (ubuntu 10.10) :-( : > >> - SVN export : OK > >> - mvn clean package => cyclic reference between cas-server-support-ldap > and > >> cas-server-support-ldap-ppolicy > >> - removed dependancy in cas-server-support-ldap/pom.xml > >> - build error on these tests : > >> > >> Results : > >> > >> Failed tests: > >> > > testAcceptsProperCertificateCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) > >> > > testAcceptsNonHttpsCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) > >> testOkayUrl(org.jasig.cas.util.HttpClientTests) > >> > > testValidProxyTicketWithoutQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) > >> > > testValidProxyTicketWithQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) > >> > >> Tests in error: > >> > > testNoResolverFound(org.jasig.cas.authentication.AuthenticationManagerImplTests) > >> > > testDelegateTicketGrantingTicketWithProperParams(org.jasig.cas.CentralAuthenticationServiceImplTests) > >> > > testDelegateTicketGrantingTicketWithValidCredentials(org.jasig.cas.remoting.server.RemoteCentralAuthenticationServiceTests) > >> > >> Tests run: 350, Failures: 5, Errors: 3, Skipped: 0 > >> > >> What should I do now ? > >> > >> Rgds. > >> > >> PS: > >> $ mvn -v > >> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > >> Java version: 1.6.0_26 > >> Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre > >> Default locale: fr_FR, platform encoding: UTF-8 > >> OS name: "linux" version: "2.6.35-30-generic" arch: "i386" Family: > "unix" > >> > >> > >> -- > >> Philippe MARASSE > >> > >> Service Informatique - Centre Hospitalier Henri Laborit > >> BP 587 - 370 avenue Jacques Coeur > >> 86021 Poitiers Cedex > >> Tel : 05.49.44.57.19 > >> > >> > >> > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
