Skip to Content.
Sympa Menu

shibboleth-dev - Re: More defined custom extensions mechanism

Subject: Shibboleth Developers

List archive

Re: More defined custom extensions mechanism


Chronological Thread 
  • From: Tom Scavo <>
  • To: Chad La Joie <>
  • Cc:
  • Subject: Re: More defined custom extensions mechanism
  • Date: Mon, 11 Jul 2005 08:44:35 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ob8QPX77lWzLP9KlAoTiKXTV8wNiQtGcBnE7MioL26oDOmaKfLOhNsGPi6cTPDs9Ry+zQSSJtganDfXOpebd67pTEhQTZNYZB8eoS/ojW2lw9OL4ZuTVt3XNM7gKtr8uZLflvCsnyawQ/ww0/OKionAtRzc+A5SLIcqljvYNbkw=

On 7/11/05, Chad La Joie
<>
wrote:
>
> New Functionality
> - The build now copies the bin/*, etc/*, lib/*, and extension jar to
> the appropriate filesystem location during a filesystem install invocation
>
> - The extension build file will expand the $IDP_HOME$ or $SP_HOME$
> (depending on which you're building obviously) within any file in the
> etc or src-conf directory.

This is great, thanks!

> - A new extension build property, ext.install.etc. If set to 'true' it
> will copy everything in the 'etc' directory to IDP_HOME/etc or
> SP_HOME/etc, overwriting what is currently there. Default setting is
> 'false'.

Something like is needed, yes, but can I make a suggestion? Change
the property name to overwrite.ext.etc (follows existing naming
conventions) with the following behavior:

If true, copy ${ext.name}/etc to ${idp.home}/etc and overwrite
anything that's there. If false (default), copy ${ext.name}/etc to
${idp.home}/etc but do not overwrite any existing files. This
precludes the need to modify the property after the initial install.

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page