Skip to Content.
Sympa Menu

shibboleth-dev - Re: New Java Build

Subject: Shibboleth Developers

List archive

Re: New Java Build


Chronological Thread 
  • From: Walter Hoehn <>
  • To: Howard Gilbert <>
  • Cc: <>
  • Subject: Re: New Java Build
  • Date: Wed, 25 May 2005 20:37:48 -0500

On May 25, 2005, at 1:15 PM, Howard Gilbert wrote:
Once you have input all the parameters, it is annoying to have to go back through the prompts, even if you can take all the defaults. However, I do not find a completely batch target to rerun the last set of choices. Given the overall flow, there should be interactive targets that change properties (including build.properties) and non- interactive targets that operate on new/old value of the properties that may have been set by a previous interactive component or may have accepted the previous values.

Then after one pass with the command line, the build can be rerun from Eclipse without interactivity.

This has been implemented. There is one ant target that asks questions and another that does the work. If you call the one that does the work directly, it will use the distribution defaults or defaults remembered from previous runs. The second target also serves as a replacement for "copy-IdP".

The name "idp.xml.dist" should be "dist.idp.xml". The file extension should reflect the type of data. With the current naming convention, none of the tools automatically recognize *.dist as an XML file, so they bring up the wrong editors.
I've made this change.


-Walter



  • New Java Build, Howard Gilbert, 05/25/2005
    • Re: New Java Build, Walter Hoehn, 05/25/2005

Archive powered by MHonArc 2.6.16.

Top of Page