Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] standardizing build procedures

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] standardizing build procedures


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "Chris Hyzer" <>
  • Cc: "Grouper Dev" <>
  • Subject: Re: [grouper-dev] standardizing build procedures
  • Date: Mon, 15 Sep 2008 15:54:11 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=HDlplki5/eNSCmz8kkH8MEWSZ9yk0AIzjnxJVzrz4K8Xr+9ECYMwplGH2I2WxqvKrA /NySEX+g1fR2legpiJ0WuRZdqAANGh56t0rsW6MRPkTbj8FQ8RfNtsLAXrXMlbU3VGQB 6m0x2uTabZGZx9Cv8b6vthFGXct8BkCRFS0v8=

Agreed, we (of course) shouldn't need a build tool (ant, maven, whatever) to run a binary release.

I wasn't sure what you meant by "get rid of" src/conf, and I think I'll understand that as "remove src/conf from the build process" :)

I also thought maybe you were suggesting colocating ldappc and grouper conf directories, maybe even signet. I'll admit to not being a grouper-expert, but I have spent some time there, and I often become confused running grouper+ui+ldappc and making sure all the various configs are correct and consistent when working with different test setups, database backends, and code versions. I'm not sure what magic can correct my confusion, though.

It would be nice to relocate the hsql configs (server.properties, sqltool.rc) out of the way, maybe to a 'quickstart' or 'test' directory.

TomZ

On Mon, Sep 15, 2008 at 3:26 PM, Chris Hyzer <> wrote:

Btw, it's a less valuable binary release if we have to search and replace config files, right?  Would be better if they were just ready…

 

Chris

 

From: Chris Hyzer
Sent: Monday, September 15, 2008 1:51 PM
To: 'Tom Zeller'


Cc: Emily Eisbruch; Grouper Dev
Subject: RE: [grouper-dev] standardizing build procedures

 

I was hoping we could just get rid of that process, and for things that did need replacing, finding workarounds.  Like for absolute paths in files, just use relative paths.  It will work for logs, but will this work for the hsqldb url?  Anything else in there that is replaced that prevents us from getting rid of it?

 

Chris

 

From: [mailto:] On Behalf Of Tom Zeller
Sent: Monday, September 15, 2008 12:49 PM
To: Chris Hyzer
Cc: Emily Eisbruch; Grouper Dev
Subject: Re: [grouper-dev] standardizing build procedures

 

On Sun, Sep 14, 2008 at 10:28 PM, Chris Hyzer <> wrote:

- config resources should be like ldappc (maven) in the "conf" dir, or the resources dir for that src listing, e.g. src/main/resources.  Note, is "conf" a maven standard, why is conf != resources

- there are too many config files out there, lets get rid of the Grouper src/conf config files, and not have build process which substitutes stuff.  Too many things to keep up to date 

Do you have a proposal for replacing the src/conf configs ? What do you have in mind  ?





Archive powered by MHonArc 2.6.16.

Top of Page