Ok... I downloaded commons-httpclient.jar and I put into Maven2 repository. Should I put this jar into a specific subfolder of repository? What I have to change in pom.xml of webapp project?
Thanks 2009/2/18 Michael A Jones <[email protected]>: > Well for me the tests all seemed to be failing around the lack of an > Http Client jar. I downloaded this from the Http Client website and > placed it in my repository and modified my pom.xml and the war generated > fine. This could be a place to start. > > -----Original Message----- > From: Vinicius Borges [mailto:[email protected]] > Sent: 18 February 2009 13:07 > To: [email protected] > Subject: Re: [cas-user] Can't deploy CAS Server 3.3.1 using Maven2 > > Hello, > > Which jars can I download? How can I Know this? > I readed the TEST's archives and I don't understand anything... > > Thanks > > 2009/2/18 Michael A Jones <[email protected]>: >> I also had this problem. I think there could be a problem with some of >> the links to the dependencies, as my repository when I set it up had >> loads of missing jars. When you go to some of the links to where it's >> trying to download the jars they don't exist. I think if you download >> the missing jars into your repository and modify the pom.xml > accordingly >> in CAS_HOME it should compile properly. >> >> -----Original Message----- >> From: Vinicius Borges [mailto:[email protected]] >> Sent: 18 February 2009 12:37 >> To: [email protected] >> Subject: [cas-user] Can't deploy CAS Server 3.3.1 using Maven2 >> >> Hello people, >> >> I'm trying to generate a new war file for cas. I have downloaded >> Maven2, I have installed and eveything was gone ok... >> But when I take "mvn package install" on directory CAS_HOME, I receive >> 4 failures: >> >> Results : >> >> Failed tests: >> >> > testValidProxyTicketWithoutQueryString(org.jasig.cas.ticket.proxy.suppor >> t.Cas20ProxyHandlerTests) >> >> > testValidProxyTicketWithQueryString(org.jasig.cas.ticket.proxy.support.C >> as20ProxyHandlerTests) >> testOkayUrl(org.jasig.cas.util.HttpClientTests) >> >> > testAcceptsNonHttpsCredentials(org.jasig.cas.authentication.handler.supp >> ort.HttpBasedServiceCredentialsAuthenticationHandlerTests) >> >> I'm not changed anything in the code of cas-server... >> How can I resolve this problem? >> >> Thanks >> Vinicius >> >> -- >> 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 >> > ************************************************************************ > ***************** >> To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html >> > ************************************************************************ > ***************** >> > > -- > 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 > ***************************************************************************************** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ***************************************************************************************** > -- 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
