Thanks - Maven is happy and downloads jars etc. (its proxy was already configured). I'll try to dig through the tests and see if I can figure out what about them is making them fail. I've tried this on linux and windows and it fails the same tests (and the same tests succeed on windows and linux when not behind a proxy).
-Sam --- On Tue, 2/24/09, Scott Battaglia <[email protected]> wrote: From: Scott Battaglia <[email protected]> Subject: Re: [cas-user] Problem with tests when behind a proxy To: [email protected] Date: Tuesday, February 24, 2009, 11:31 AM Maven does have proxy settings you can configure. Not sure if it will help: http://maven.apache.org/guides/mini/guide-proxies.html -Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Tue, Feb 24, 2009 at 12:21 PM, schneisc <[email protected]> wrote: I am trying to build 3.3.1 server and when running mvn tasks which execute the tests I get the following failures (this works fine when not behind a proxy). I can run with skip_tests=true, but we need to make changes to the source and I'd rather not delete/disable tests. I'm sure others have encountered this, so I wanted to see if there was a good solution (other than deleting the offending tests). Failed tests: testValidProxyTicketWithoutQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) testValidProxyTicketWithQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) testOkayUrl(org.jasig.cas.util.HttpClientTests) testAcceptsProperCertificateCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) testAcceptsNonHttpsCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) Tests in error: testDelegateTicketGrantingTicketWithValidCredentials(org.jasig.cas.remoting.server.RemoteCentralAuthenticationServiceTests) testDelegateTicketGrantingTicketWithProperParams(org.jasig.cas.CentralAuthenticationServiceImplTests) testNoResolverFound(org.jasig.cas.authentication.AuthenticationManagerImplTests) -- 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-user -- 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-user -- 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-user
