Skip to Content.
Sympa Menu

shibboleth-dev - custom install bug

Subject: Shibboleth Developers

List archive

custom install bug


Chronological Thread 
  • From: Tom Scavo <>
  • To: Shibboleth Development <>
  • Subject: custom install bug
  • Date: Fri, 22 Jul 2005 15:24:45 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ggLXcKo7bNWUnStQfOC08vAEYGd4Xi//pd/TcaIpI0NzZ4cz3fJIYgZNkt71Y17igbXZPkZqh6QQH0YrUTFAyAvd89nK1llRAB1aeYHQaFKVYNImsRVLb4jIJqUTi7lfemsr+tGxLyClJXWQ1esL5II9Eor6trr3WLWqUubT8Q4=

Hi,

I'm putting the final touches on the GridShib install process but
there seems to be a small bug in the install script. It finds any
subdirectories in etc/ but it does not copy any files in those
subdirectories. For example, if I have

./custom/gridshib/etc/arps/arp.user.gridshib.xml
./custom/gridshib/etc/foo/bar.txt

the subdirectories arps/ and foo/ are created in the IdP install
directory but the files arp.user.gridshib.xml and bar.txt are not
copied over. Ant says:

Copied 2 empty directories to 2 empty directories under
C:\shibboleth-idp-1.3b\etc\gridshib

Is this a bug or am I doing something wrong?

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page