Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does one build step2? #36

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

How does one build step2? #36

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The documentation and wiki are silent. It appears that a simple maven run
will build it, but the tests fail. There is no hints as to what tests are 
expected to pass, which fail, and nothing on how to fix the failures.

What steps will reproduce the problem?
1. mvn --version
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_21


2. mvn  clean install

What is the expected output? What do you see instead?

many, many test failures: here are some samples:

Aug 28, 2010 9:22:03 PM com.google.step2.discovery.LegacyXrdsResolver 
checkSecurity
WARNING: signature on XRD from http://example.com/xrdsdid not verify
com.google.step2.xmlsimplesign.XmlSimpleSignException: no signature

Running com.google.step2.xmlsimplesign.CachedCertPathValidatorTest
Aug 28, 2010 9:22:03 PM com.google.step2.xmlsimplesign.CachedCertPathValidator 
validateNoCache
WARNING: Certificate validation failed, certs were: [[

]]
java.security.cert.CertPathValidatorException: Path does not chain with any of 
the trust anchors
    at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:195)

Running com.google.step2.util.XmlUtilTest
Exception in thread "Thread-1" java.lang.RuntimeException: 
java.net.SocketException: Socket closed


What version of the product are you using? On what operating system?
latest from svn.
Ubuntu 10.04
mvn --version
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_21


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 2:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant