Re: the new and improved avalon-framework build

2003-09-04 Thread Stephen McConnell
Leo Simons wrote: Hey gang (Steve), - I've copied the main framework source tree over the sandbox ones so that we have history. I'll do that again before overriding the main tree with the one from sandbox. Yep - I'm now updated and in sync. - I hope to have figured out how to integrate gum

cvs commit: avalon-excalibur/event/src/java/org/apache/excalibur/event/command TPCThreadManager.java

2003-09-04 Thread bruno
bruno 2003/09/04 11:12:10 Modified:event/src/java/org/apache/excalibur/event/command TPCThreadManager.java Log: * threads weren't interrupted during shutdown. Since these are non-daemon threads they prevent the jvm to exit * the warn message about the

cvs commit: avalon-excalibur/event/src/java/org/apache/excalibur/event/command TPCThreadManager.java

2003-09-04 Thread proyal
proyal 2003/09/04 11:02:56 Modified:event/src/java/org/apache/excalibur/event/command TPCThreadManager.java Log: Match Avalon style ;) Revision ChangesPath 1.44 +5 -2 avalon-excalibur/event/src/java/org/apache/excalibur/event/command/TP

RE: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Carsten Ziegeler
Leo Simons wrote: > > Leo Simons wrote: > > still digging... > > I give up (for now). It totally fails to make sense. > > The only workaround I can figure out right now is to > > cd ~/cvs/ > cvs co -D '19022003' xml-forrest > cd xml-forrest > ant dist > export FORREST_HOME=`pwd`/build/dist/shba

cvs commit: avalon-sandbox/framework maven-common-gump-build-reactor.xml

2003-09-04 Thread leosimons
leosimons2003/09/04 04:39:07 Modified:framework maven-common-gump-build-reactor.xml Log: cascade versions Revision ChangesPath 1.2 +3 -1 avalon-sandbox/framework/maven-common-gump-build-reactor.xml Index: maven-common-gump-build-reactor.xml =

DO NOT REPLY [Bug 22932] New: - StackOverflow while service A of ServiceSelector references service B of same ServiceSelector

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22931] New: - ExcaliburComponentManagerCreator does not recognize ROLE+"Selector"

2003-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

the new and improved avalon-framework build

2003-09-04 Thread Leo Simons
Hey gang (Steve), - I've copied the main framework source tree over the sandbox ones so that we have history. I'll do that again before overriding the main tree with the one from sandbox. - I hope to have figured out how to integrate gump and the new package in avalon-sandbox/framework; we'll

cvs commit: avalon-sandbox/framework/impl build.xml project.properties

2003-09-04 Thread leosimons
leosimons2003/09/04 04:35:41 Modified:framework/impl project.properties Added: framework build.xml maven-common-gump-build-reactor.xml maven-common-gump-build.xml project.properties framework/api build.xml project.properties f

[GUMP] PRE-REQ FAILED for excalibur-instrument-client

2003-09-04 Thread Gump Integration Build
/build/lib/altrmi-server-interfaces-20030904.jar from incubator-altrmi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Leo Simons
Stephen McConnell wrote: Leo Simons wrote: Stephen McConnell wrote: Migration isn't hard. You just need to convert the existing forrest docs to maven xdocs. For small documetation its easy to by hand - doesn't take more than a few minutes. indeed. To do it for lots of stuff takes too long. Lo

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Leo Simons
Leo Simons wrote: still digging... I give up (for now). It totally fails to make sense. The only workaround I can figure out right now is to cd ~/cvs/ cvs co -D '19022003' xml-forrest cd xml-forrest ant dist export FORREST_HOME=`pwd`/build/dist/shbat/bin cd ../avalon-excalibur/store ant docs whic

cvs commit: avalon-sandbox/framework/impl project.properties

2003-09-04 Thread leosimons
leosimons2003/09/04 03:15:02 Added: framework/impl project.properties Log: framework tests want to be run in a seperate JVM Revision ChangesPath 1.1 avalon-sandbox/framework/impl/project.properties Index: project.properties ==

cvs commit: avalon-sandbox/framework README.TXT

2003-09-04 Thread leosimons
leosimons2003/09/04 02:45:44 Modified:framework README.TXT Log: merge readme Revision ChangesPath 1.3 +50 -19avalon-sandbox/framework/README.TXT Index: README.TXT === RCS file: /home/cvs/av

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Leo Simons
Carsten Ziegeler wrote: Stephen McConnell wrote: Carsten: I thought the build system we use in excalibur is currently still ant and maven is only experimental. The experimental maven build system in excalibur sucks bigtime. Don't touch it. (I'm allowed to say that because it was all my fault.) The

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Stephen McConnell
Leo Simons wrote: Stephen McConnell wrote: Migration isn't hard. You just need to convert the existing forrest docs to maven xdocs. For small documetation its easy to by hand - doesn't take more than a few minutes. indeed. To do it for lots of stuff takes too long. Looking at our website

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Leo Simons
Stephen McConnell wrote: Leo Simons wrote: Stephen McConnell wrote: Have you considered migrating to maven and using the site generation facilities it provides? FYI: migrating from forrest -> maven-style xdoc can be quite a bit of handwork (maven doesn't support the forrest document dtds). Migra

Re: My feedback on Merlin & how about having a release?

2003-09-04 Thread Stephen McConnell
Leo Simons wrote: Stephen McConnell wrote: A while ago I posted this proposed roadmap. http://marc.theaimsgroup.com/?l=avalon-users&m=106070797526891&w=2 No objections were raised - so I figure that its time to launch a release vote. On that roadmap: ! 1.1. evolution of the platform to pr

RE: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Carsten Ziegeler
Leo Simons wrote: > > weird. With the copy I use (grabbed from cvs on 19022003) it works > normally. With the latest forrest from cvs, I get the same problem. Just > to be clear, you've got a dir structure like: > > ./avalon > ./avalon-site > ./avalon-excalibur > > and you do > > cd ./avalon-

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Stephen McConnell
Leo Simons wrote: Stephen McConnell wrote: Have you considered migrating to maven and using the site generation facilities it provides? FYI: migrating from forrest -> maven-style xdoc can be quite a bit of handwork (maven doesn't support the forrest document dtds). Migrating from forrest -

Re: My feedback on Merlin & how about having a release?

2003-09-04 Thread Leo Simons
Stephen McConnell wrote: A while ago I posted this proposed roadmap. http://marc.theaimsgroup.com/?l=avalon-users&m=106070797526891&w=2 No objections were raised - so I figure that its time to launch a release vote. On that roadmap: ! 1.1. evolution of the platform to provide equivalent !

Re: My feedback on Merlin & how about having a release?

2003-09-04 Thread Stephen McConnell
Alexis Agahi wrote: Folks, I've just finished the portage of OpenIM http://open-im.net (Jabber Server) using Merlin component manager. Congratulations! OpenIM+Merlin seems now to be working pretty well: server still up after one week of stress tests. Guess what - it won't be long before yo

Re: [HELP] building docs in excalibur doesn't work

2003-09-04 Thread Leo Simons
Stephen McConnell wrote: Have you considered migrating to maven and using the site generation facilities it provides? FYI: migrating from forrest -> maven-style xdoc can be quite a bit of handwork (maven doesn't support the forrest document dtds). Migrating from forrest -> maven-forrest-plugin w

Re: new avalon components

2003-09-04 Thread Ulrich Mayring
Leo Simons wrote: Stephen McConnell wrote: I prefer proper documentation - method parameters, exceptions, classes, packages, overviews, usage examples, tutorials, user's guides, reference specifications, system specs (dependencies, deployment assumptions) - and a few runtime demonstrations.

cvs commit: avalon-excalibur/event/src/java/org/apache/excalibur/event/command TPCThreadManager.java

2003-09-04 Thread bruno
bruno 2003/09/04 01:12:33 Modified:event/src/java/org/apache/excalibur/event/command TPCThreadManager.java Log: * fixed the problem Carsten's committed in the previous version in a different way (BTW, it isn't servlet-related) (see comment inline)

My feedback on Merlin & how about having a release?

2003-09-04 Thread Alexis Agahi
Folks, I've just finished the portage of OpenIM http://open-im.net (Jabber Server) using Merlin component manager. OpenIM+Merlin seems now to be working pretty well: server still up after one week of stress tests. My opinion on using Merlin is positive. Component composition and configuration