Skip to Content.
Sympa Menu

shibboleth-dev - Re: class loading order

Subject: Shibboleth Developers

List archive

Re: class loading order


Chronological Thread 
  • From: Tom Scavo <>
  • To:
  • Subject: Re: class loading order
  • Date: Mon, 22 Aug 2005 17:28:59 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZyAZktiqPDrwJMwpcGHqTYxjZElgQ5KUpVn90Ql03jaml5Nzfd2Yguvxg4UwJw4iaa6LyZmRkJDDGTcgK5qzJd/LbbSL3vnjCDkaHg9goydqxj1NSWnzP+sxWZXc2rp7H0TvUkgH1PDXkdANlQh2Rrz71aeh85MTDLyB5hXsKSk=

On 8/22/05, Chad La Joie
<>
wrote:
> I need to do some research in to how Ant is composing the classpath
> before I make any judgment on this.

FYI, I've been using the following classpath in extension-build.xml
today with good results:

<path id="ext.path">
<!-- Extension test classes -->
<pathelement location="${ext.test.classes}" />

<!-- Extension classes -->
<pathelement location="${ext.classes}" />

<!-- Extension libraries -->
<fileset dir="${ext.lib}">
<include name="**/*.jar" />
</fileset>

<!-- Shibboleth Classes and Libraries -->
<path refid="build.path" />
</path>

I have not overridden X509SubjectNameNameIdentifierMapping, however.
I'll wait to hear from you guys on that.

Tom



Archive powered by MHonArc 2.6.16.

Top of Page