Leo Simons wrote:

Suggestion: make that a lot of small coarsely versioned artifacts. That's easier to maintain. excalibur-fortress gets a single version, our component libraries get a single version.

I've already put this in place in SVN a few days back, basically the version is kept in a few parent project.xml files which are <extend/>ed. I've had good experience only with this technique, and its real simple. In doing so I've bumped all the version numbers to 1 bigger than the greatest individual number.

+1

Distributions
-------------
Observation: we have rather a lot of small artifacts. If the distribution layout is ever ****ed up (like it was for avalon) and inconsistent, that's a pain to maintain.


Suggestion: we try really well to be consistent and automated. We set this up correctly once, then avoid touching most of it for a long time to come.

I would like to see us not ever modify the distribution directory manually, but do it all using maven.

Distribution layout
-------------------
There's two popular options:


if ASF directives dictate 1) we should go with it.
if they are discretionary, perhaps it would be simpler to do it the maven way. no strong feelings either way.


distribution docs
-----------------
Currently, thinks like checkstyle and linkcheck reports are included in the distributions. I don't like that; I think the only thing we should distribute are the apidocs. Not so sure how to cleanly set that up. Suggestions?

what's wrong with more info in the distro docs? perhaps not linkcheck and checkstyle, but things like test coverage would be useful.

release everything
------------------
I think it would be nice to have www.apache.org/dist/excalibur/ contain at least the latest version of all the stuff we're maintaining. For the stuff that we're totally done with (like compatibility), we can simply symlink to the materials in the ../avalon/ directory. For the other stuff, it is probably easiest to create some new releases.

should the excalibur components be repackaged to o.a.excalibur before new releases?

I'm not planning to copy over or symlink over all the old releases manually. We can simply point to the materials in the avalon distribution directory from our download page.

+1


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/



Reply via email to