Skip to Content.
Sympa Menu

mace-opensaml-users - Re: can't compile shibboleth from cvs

Subject: OpenSAML user discussion

List archive

Re: can't compile shibboleth from cvs


Chronological Thread 
  • From: Tim Freeman <>
  • To: Jason Novotny <>
  • Cc:
  • Subject: Re: can't compile shibboleth from cvs
  • Date: Tue, 1 Mar 2005 12:05:31 -0600

I think it is because opensaml-1.1.jar is compiled under 1.5 (without the
--target 1.4 flag) and you are using 1.4.

Tim


On Tue, 01 Mar 2005 17:56:06 +0000
Jason Novotny
<>
wrote:

>
> Hi,
>
> Checked out shibboleth from CVS and I get the following:
>
> compile:
> [javac] Compiling 161 source files to
> /Users/novotny/Jakarta/shibboleth/java/webApplication/WEB-INF/classes
> [javac]
> /Users/novotny/Jakarta/shibboleth/java/src/edu/internet2/middleware/shibboleth/aa/AAAttribute.java:62:
>
> cannot access org.opensaml.SAMLAttribute
> [javac] bad class file:
> /Users/novotny/Jakarta/shibboleth/java/webApplication/WEB-INF/lib/opensaml-1.1.jar(org/opensaml/SAMLAttribute.class)
> [javac] class file has wrong version 49.0, should be 48.0
> [javac] Please remove or make sure it appears in the correct
> subdirectory of the classpath.
> [javac] import org.opensaml.SAMLAttribute;
> [javac] ^
> [javac] 1 error
>
> Thanks, Jason
>



Archive powered by MHonArc 2.6.16.

Top of Page