Skip to Content.
Sympa Menu

shibboleth-dev - Re: bugs in extension-build.xml

Subject: Shibboleth Developers

List archive

Re: bugs in extension-build.xml


Chronological Thread 
  • From: Tom Scavo <>
  • To: Shibboleth Development <>
  • Subject: Re: bugs in extension-build.xml
  • Date: Fri, 19 Aug 2005 16:15:08 -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=B7akIhaFtsnUCSVbllgkOoV0ENeR8g3T2Bp1baZZewQHu9I8cahy0/jnl3x5P9Uo13INOh/c+xM6XF0fk3r+jJDvYoO2uSD6ImgeLekHXKSeTmAjULuFJ7ABaQXpfNKZOb1BLxSS4mxn1hXPV4WAUFQChnJwbVFQF1I5nWnTStU=

On 7/24/05, Tom Scavo
<>
wrote:
>
> - Property ext.name is used for dual purposes.

I'd like to revisit this issue, which turns out to be significant
after all. Property ext.name is used for both directory names and the
name of the jar file. This is not good since you want the directory
names to change between versions whereas the jar file name should
remain the same.

Case 1:
ext.name=gridshib-idp

Good for jar file name, bad for directory names. When the next
version of the plugin is released, the new files are installed in the
same directory leaving some old files behind (specifically, those
files removed in the new version).

Case 2:
ext.name=gridshib-idp-0.3.1

Good for directory names, bad for the jar file (for obvious reasons).

Seems like the only solution is to have separate names for the
directories and the jar file.

Tom



Archive powered by MHonArc 2.6.16.

Top of Page