Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] IdP OpenID Installation dead link ?

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] IdP OpenID Installation dead link ?


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [Shib-Dev] IdP OpenID Installation dead link ?
  • Date: Thu, 28 Oct 2010 15:22:54 -0400



On 10/28/10 4:08 AM,

wrote:
>
>
> I launch according to
> https://spaces.internet2.edu/display/SHIB2/IdP+OpenID+Installation in trunk
> directory
> : mvn install
>
> Some error are repported in window console :
> ------------------------------------------------------------------------------
>
> Failed tests:
>
> testUrlFormEncoding(edu.internet2.middleware.openid.message.encoding.EncodingT
> est)
>
> testKeyValueEncoding(edu.internet2.middleware.openid.message.encoding.Encoding
> Test)
>
> Tests run: 64, Failures: 2, Errors: 0, Skipped: 0
>






Probably Will Norris (author of the code) is the best, perhaps only,
person really in a position to investigate the actual test failures.

Unless and until Will's day job gives him the opportunity to do so:
It's possible that the tests are failing for some trivial reason that is
of no real concern. In that case, you can just skip the tests by
invoking the Maven build as:

mvn -DskipTests=true install

That should let the projects build, bypassing the unit tests. That will
at least get you to the point of being able to install and run the code
and test "for real".

HTH,
Brent



Archive powered by MHonArc 2.6.16.

Top of Page