Skip to Content.
Sympa Menu

mace-opensaml-users - Re: building opensaml2

Subject: OpenSAML user discussion

List archive

Re: building opensaml2


Chronological Thread 
  • From: Chad La Joie <>
  • To: George Stanchev <>
  • Cc:
  • Subject: Re: building opensaml2
  • Date: Wed, 01 Nov 2006 19:57:09 -0800
  • Priority: normal

Code in the trunk does not compile currently. If you need stable code you
need to pull it from one of the
release branches.

Chad La Joie
Software Development Manager
2052-C Harris Building
202.687.0124


----- Original Message -----
From: George Stanchev
<>
Date: Wednesday, November 1, 2006 2:59 pm
Subject: building opensaml2

> Hi,
>
> I am trying to build latest tip of opensaml2 taken from
>
> https://svn.middleware.georgetown.edu/java-opensaml2/trunk
>
> There are number of libraries that are missing from there.
> After figuring them out and downloading them, I end up
> with (see out put at the end of the message)
>
> Am I missing someting? Or the svn repo doesn't have all
> the source code?
>
> Thanks,
> George Stanchev
>
> -------------------------------
> C:\opensaml2>ant
> Buildfile: build.xml
>
> build-init:
>
> clean-compile:
> Deleting directory C:\opensaml2\build
>
> compile-core:
> Created dir: C:\opensaml2\build\core
> Compiling 932 source files to C:\opensaml2\build\core
> C:\opensaml2\src\org\opensaml\common\binding\ArtifactMap.java:20: ca
> nnot find symbol
> symbol : class StorageService
> location: package org.opensaml.xml.util
> import org.opensaml.xml.util.StorageService;
> ^
> C:\opensaml2\src\org\opensaml\common\binding\ArtifactMap.java:28: ca
> nnot find symbol
> symbol : class StorageService
> location: class org.opensaml.common.binding.ArtifactMap
> private StorageService<String, String> store;
> ^
> C:\opensaml2\src\org\opensaml\common\binding\ArtifactMap.java:43:
> cannotfind symbolsymbol : class StorageService
> location: class org.opensaml.common.binding.ArtifactMap
> public ArtifactMap(StorageService<String, String> backingStore,
> String stora
> geContext, long artifactTTL){
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:64: org.opensaml.common.binding.impl.SOAPMessageDecoder is not
> abstract an
> d does not override abstract method getIssuer() in
> org.opensaml.common.binding.M
> essageDecoder
> public class SOAPMessageDecoder implements MessageDecoder,
> HTTPMessageDecoder {
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:142: cannot find symbol
> symbol : method
> isElementNamed(org.w3c.dom.Element,java.lang.String,java.lang.S
> tring)
> location: class org.opensaml.xml.util.XMLHelper
> if (!XMLHelper.isElementNamed(root, SOAP11ENV_NS,
> "Envelope")) {
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:147: cannot find symbol
> symbol : method getFirstChildElement(org.w3c.dom.Element)
> location: class org.opensaml.xml.util.XMLHelper
> Element child = XMLHelper.getFirstChildElement(root);
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:148: cannot find symbol
> symbol : method
> isElementNamed(org.w3c.dom.Element,java.lang.String,java.lang.S
> tring)
> location: class org.opensaml.xml.util.XMLHelper
> if (XMLHelper.isElementNamed(child, SOAP11ENV_NS,
> "Header")) {
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:155: cannot find symbol
> symbol : method getFirstChildElement(org.w3c.dom.Element)
> location: class org.opensaml.xml.util.XMLHelper
> Element header = XMLHelper.getFirstChildElement(child);
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:162: cannot find symbol
> symbol : method getNextSiblingElement(org.w3c.dom.Element)
> location: class org.opensaml.xml.util.XMLHelper
> header = XMLHelper.getNextSiblingElement(header);
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:166: cannot find symbol
> symbol : method getNextSiblingElement(org.w3c.dom.Element)
> location: class org.opensaml.xml.util.XMLHelper
> child = XMLHelper.getNextSiblingElement(child);
> ^
> C:\opensaml2\src\org\opensaml\common\binding\impl\SOAPMessageDecoder
> .java:170: cannot find symbol
> symbol : method getFirstChildElement(org.w3c.dom.Element)
> location: class org.opensaml.xml.util.XMLHelper
> Element samlElement =
> XMLHelper.getFirstChildElement(child);
> ^
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 11 errors
>
> BUILD FAILED
> C:\opensaml2\build.xml:59: Compile failed; see the compiler error ou
> tput for details.
>
> Total time: 5 seconds
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom
> they are addressed. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the intended recipient,
> please contact the sender by reply e-mail and destroy all copies of
> the original message.
>
>


  • Re: building opensaml2, Chad La Joie, 11/01/2006

Archive powered by MHonArc 2.6.16.

Top of Page