Skip to Content.
Sympa Menu

grouper-dev - Re: Ldappc has been mavenized, need advice

Subject: Grouper Developers Forum

List archive

Re: Ldappc has been mavenized, need advice


Chronological Thread 
  • From: Kathryn Huxtable <>
  • To: " Dev" <>,
  • Subject: Re: Ldappc has been mavenized, need advice
  • Date: Tue, 5 Aug 2008 09:46:40 -0500

Another relevant question is, do we keep it mavenized at all? Tom suggests we discuss this in the call tomorrow.

It'd be nice if some of you would try it out, to at least download the binary and source snapshots and look at what gets produced. Take a look at the site documentation as well.

I have a new version-free ldappc wiki page at

https://wiki.internet2.edu/confluence/display/i2miCommon/Ldappc

It links to a downloads page at


https://wiki.internet2.edu/confluence/display/i2miCommon/Ldappc+Software+Download

There are links on the downloads page to the various distros including the 1.2.0 snapshot releases and a link to the browsable documentation.

Or you can go directly to the browsable documentation at

http://www.kathrynhuxtable.org/projects/site/ldappc/

-K

On Aug 4, 2008, at 1:11 PM, Kathryn Huxtable wrote:

I have a 1.2.0 version almost ready to go. I'm working on some sample configuration files and then I'm done.

The new version supports Signet 1.3.0, but more importantly from a developer's position, it has switched from using ant to maven as the build tool.

This involved moving the source from src/java to src/main/java and src/test/java.

Because I didn't want to lose version data for the files, which I moved with no changes, I started with a clean copy of the project in a separate CVS project called ldappc-mvn and then hand-moved the files around on the CVS server.

The big question is, what to do now.

1) I can attempt to merge these files back into the ldappc project and delete the existing files so that they're in the Attic, but I'll still have the tags for the files in their new locations, so I don't think this is a good idea.

2) I can leave everything the way it is.

3) My preference is to rename the ldappc project to ldappc-old or ldappc-legacy or something like that and rename the ldappc-mvn project to ldappc. We would update references in the wiki so that people wanting to check out the old code could do so.

Of course if we had been using subversion you can rename directories and move files without losing version information...

Do people have suggestions as to what I should do?

As I said, my preference is (3) and use "maven-old" for the name for the old project.

-K




Archive powered by MHonArc 2.6.16.

Top of Page