Leif Mortenson wrote:
I am currently working on restructuring things a bit, including rewriting the client to
use the http connector so that I can completely remove the altrmi code. There are
several parts of the manager project that are designed around the altrmi usage.
Once that is gone, I will be able to consolidate a lot of that code and greatly simplify
it. I have also been working on docs.


I am working on it bit by bit when I get time between regular projects but it is coming
along quite nicely. Give me a week or two and I should have this cleaned up.

cool :-)

I had originally created 3 projects, instrument, instrument-manager, and
instrument-client so that the whole thing could build in the old ant build system
at avalon. Several other projects depended on instrument. But instrument-manager
depends on several of those projects and needs to be built later. Someone else
further broke the instrument-manager project into instrument-http, instrument-altrmi,
instrument-spi and instrument-impl.

I understand. Given that now the instrument jars only dependend on other instrument jars or have external dependencies, we can take the opportunity of your clean up to restructure it. With maven, if you have a structure like instrument/api/project.xml /manager/project.xml /http/project.xml /client/project.xml the api project can still be built independently and other projects can depend on just the api jar. It is just simpler to build all the instrument jars.

Cheers


--------------------------------------------------------------------- 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