Re: [proposal] cornerstone cleanup

2003-06-08 Thread Stephen McConnell
Leo Simons wrote: We should remove some stuff from cornerstone. The following cornerstone packages are in use by James and some other projects: cornerstone-sockets cornerstone-store cornerstone-connection cornerstone-threads cornerstone-datasource(s)* cornerstone-sched

cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl DefaultContainerManager.java

2003-06-08 Thread atagunov
atagunov2003/06/08 04:19:42 Modified:fortress/src/java/org/apache/avalon/fortress/impl DefaultContainerManager.java Log: Let DefaultContainerManager blow up early and with a correct exception if creation of ContextManager fails. This allow for example when a

cvs commit: avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger ServletLogger.java

2003-06-08 Thread atagunov
atagunov2003/06/08 04:15:54 Added: logger/src/java/org/apache/avalon/excalibur/logger ServletLogger.java Log: Add ServletLogger to allow starting Avalon applications inside Servlet environment. Revision ChangesPath 1.1 avalon-ex

Re: building excalibur using maven

2003-06-08 Thread Stephen McConnell
Leo: I have maven based builds already running for the following Excalibur projects: configuration event extension i18n instrument thread They need to be updated to work with the avalon repository scheme but aside from that they are working. I'm more than happy to comit them as a starti

Re: [merlin] block assembly requirements

2003-06-08 Thread Stephen McConnell
J Aaron Farr wrote: On Sun, 2003-06-08 at 22:28, Stephen McConnell wrote: > Also, seems like it should be possible to generate a basic > block.xml file from a maven project.xml file. I'm going to > look into it, just wondering if anyone else has already > started on this idea. I guees your th

Re: [merlin] block assembly requirements

2003-06-08 Thread J Aaron Farr
On Sun, 2003-06-08 at 22:28, Stephen McConnell wrote: > > > Also, seems like it should be possible to generate a basic > > block.xml file from a maven project.xml file. I'm going to > > look into it, just wondering if anyone else has already > > started on this idea. > > I guees your thinking

RE: Self introduction as a new commiter

2003-06-08 Thread Noel J. Bergman
> >spent some time with 8-32kb PDP-11-style > >computer-like appliences, and it was fun > Back in the days of real computers. I have the original KIM-1 manuals. But those are only old in terms of the PC. I am probably the only one here to have actually seen an old drum memory (albiet one sittin

Re: [merlin] block assembly requirements

2003-06-08 Thread Stephen McConnell
> Hello, > > In the merlin block.xml file, you describe a component as > follows: > >activation="startup"> > > configuration from block directive > > > > Why is the "class" attribute required? > > With the xinfo files available, shouldn't it be possible > to just specify a na

Re: [merlin] maven plugin patch

2003-06-08 Thread Stephen McConnell
Aaron Farr wrote: > Perhaps I'm mistaken, but shouldn't the meta-info XML > files generated = by the merlin maven plugin end up in > the jar file created by maven? Currently = the meta-info > files end up in target/src. If we want them in the > resulting = jar file, they need to end up in target/cl

cvs commit: avalon-sandbox/merlin/merlin-plugin plugin.jelly

2003-06-08 Thread mcconnell
mcconnell2003/06/08 19:08:04 Modified:merlin/merlin-plugin plugin.jelly Log: Updated maven plugin based on patch from Aaron Farr. Revision ChangesPath 1.8 +7 -5 avalon-sandbox/merlin/merlin-plugin/plugin.jelly Index: plugin.jelly

cvs commit: avalon-sandbox/merlin/assembly/src/java/org/apache/avalon/assembly/lifestyle/impl PooledLifestyleHandler.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:11:17 Modified:merlin/assembly/src/java/org/apache/avalon/assembly/lifestyle/impl PooledLifestyleHandler.java Log: Housekeeping. Revision ChangesPath 1.2 +3 -2 avalon-sandbox/merlin/assembly/src/java/org/apache/av

cvs commit: avalon-sandbox/merlin/merlin-plugin/src/java/org/apache/avalon/merlin/tools MerlinBean.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:10:17 Modified:merlin/merlin-plugin plugin.jelly merlin/merlin-plugin/src/java/org/apache/avalon/merlin/tools MerlinBean.java Log: Addition of goal supporting the replication of a jar from the local Maven repository to th

cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernelLoader.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:07:19 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernelLoader.java Log: Updated so that the shutdown hook is only set when executed in server mode. Revision ChangesPath 1.7 +41 -1

cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernel.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:06:38 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/kernel/impl DefaultKernel.java Log: Added debug output signallying the number of active threads on termination. Revision ChangesPath 1.18 +4 -2 av

cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl StandardBlock.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:05:34 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl StandardBlock.java Log: Enhanced handling of virtual service construction. Revision ChangesPath 1.9 +62 -44 avalon-sandbox/merlin/merlin

cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl ContainmentProfile.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:04:29 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl ContainmentProfile.java Log: Housekeeping. Revision ChangesPath 1.2 +1 -57 avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon

cvs commit: avalon-sandbox/merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl BlockInvocationHandler.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:03:08 Modified:merlin/merlin-core/src/java/org/apache/avalon/merlin/block/impl BlockInvocationHandler.java Log: Fixed bug in behaviour when a block is simulating a component service provided by a nested component. Revision Changes

cvs commit: avalon-sandbox/merlin/merlin-cli/src/java Merlin.java Resources.properties

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:01:42 Modified:merlin/merlin-cli/src/java Merlin.java Resources.properties Log: Added command line option (-execute) to instruct Merlin to execute and exit immediately. Revision ChangesPath 1.11 +20 -1 avalon-sandbox/merlin/merlin-cli/src/

cvs commit: avalon-sandbox/merlin/assembly/src/java/org/apache/avalon/assembly/lifecycle/impl DefaultDeploymentService.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 18:00:07 Modified:merlin/assembly/src/java/org/apache/avalon/assembly/lifecycle/impl DefaultDeploymentService.java Log: Updated internal logging message for logging stage to be consitent with other stages. Revision ChangesPath 1

cvs commit: avalon-sandbox/merlin/assembly/src/java/org/apache/avalon/assembly/engine/impl EngineClassLoader.java

2003-06-08 Thread mcconnell
mcconnell2003/06/08 17:59:14 Modified:merlin/assembly/src/java/org/apache/avalon/assembly/engine/impl EngineClassLoader.java Log: Resolved a possible swallowing of an exception. Revision ChangesPath 1.6 +21 -10 avalon-sandbox/merlin/assem

Re: Self introduction as a new commiter

2003-06-08 Thread Stephen McConnell
Anton Tagunov <[EMAIL PROTECTED]> wrote: spent some time with 8-32kb PDP-11-style computer-like appliences, and it was fun Back in the days of real computers. Welcome aboard! Cheers, Steve. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net Sent via James running under Merli

Re: Self introduction as a new commiter

2003-06-08 Thread Tetsuya Kitahata
Hello, Anton. I am a Japanese who became one of the commiters in apache-world recently, as well as you. I am not a developer in Avalon area, but I want to express my feelings "Congratulations". I learned Russian in my college days as a second foreign language, at the University of Tokyo. I'm v

Re: [proposal] cornerstone cleanup

2003-06-08 Thread Paul Hammant
Leo, cornerstone-dom cornerstone-rmification cornerstone-sax Are in use in live deployments. - Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: *LoggerManager changes

2003-06-08 Thread Anton Tagunov
LS> perhaps you can explain a little more just why this constructur sucks so LS> badI can imagine valid use cases. Furthermore, I can imagine it LS> actually being used in places. AT> 8) LogKitLoggerManager( AT>String prefix, AT>Logger defaultLogger) AT> AT>in line

[proposal] cornerstone cleanup

2003-06-08 Thread Leo Simons
We should remove some stuff from cornerstone. The following cornerstone packages are in use by James and some other projects: cornerstone-sockets cornerstone-store cornerstone-connection cornerstone-threads cornerstone-datasource(s)* cornerstone-sc

RE: Self introduction as a new commiter

2003-06-08 Thread Leo Sutic
> From: Anton Tagunov [mailto:[EMAIL PROTECTED] > > Born 1978, Moscow An excellent year. They don't make years like that anymore. > When I was really starting the most avanced organizations > here already had IBM XT around, so -- Borland Pascal 5.5, > Turbo C 2.0, Borland C++ 2.0 -- I beleive

Re: building excalibur using maven

2003-06-08 Thread Leo Simons
Leo Simons wrote: = Converting excalibur to maven = I'm making reasonable progress (lack of docs really is the major thing slowing me down, but the maven plugins contain plenty examples). Just about everything is starting to work like it should. Try 'maven excalibur:info' inside the avalon-exca

cvs commit: avalon-excalibur maven.log maven.xml

2003-06-08 Thread leosimons
leosimons2003/06/08 07:13:37 Modified:.maven.log maven.xml Log: more gump improvements Revision ChangesPath 1.2 +170 -18 avalon-excalibur/maven.log Index: maven.log === RCS file: /hom

Bug report for Avalon [2003/06/08]

2003-06-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: avalon-excalibur maven-common.xml

2003-06-08 Thread leosimons
leosimons2003/06/08 06:57:03 Modified:.maven-common.xml Log: gump improvments Revision ChangesPath 1.9 +3 -3 avalon-excalibur/maven-common.xml Index: maven-common.xml === RCS file:

cvs commit: avalon-excalibur maven-common-gump-build.xml maven-common.xml maven.xml

2003-06-08 Thread leosimons
leosimons2003/06/08 06:51:22 Modified:.maven-common-gump-build.xml maven-common.xml maven.xml Log: improved gump integration Revision ChangesPath 1.2 +68 -2 avalon-excalibur/maven-common-gump-build.xml Index: maven-common-gum

Re[2]: *LoggerManager changes

2003-06-08 Thread Anton Tagunov
Hi, Leo! = Changes To LoggerManager = AT> What would you say to the following changes to AT> *LoggerManager: AT> AT> 1) The creator of LoggerManager passes an initial AT>logger to it. LS> yeppo! I am wondering though how much logging the LoggerManager actually LS> needs to do before initial

cvs commit: avalon-excalibur maven-common-gump-build.xml maven.xml

2003-06-08 Thread leosimons
leosimons2003/06/08 05:01:12 Modified:.maven.xml Added: .maven-common-gump-build.xml Log: gump build integration Revision ChangesPath 1.2 +223 -46 avalon-excalibur/maven.xml Index: maven.xml ==

[proposal] restructure fortress

2003-06-08 Thread Leo Simons
Hi gang, with 1.0 out, I think now is the time to get fortress into an organisational (ie no code changes) structure more similar to merlin and phoenix. I'm kinda expecting growth :D How about 1) breaking fortress out of excalibur. At a minimum, that means making http://avalon.apa

Re: *LoggerManager changes

2003-06-08 Thread Leo Simons
= Changes To LoggerManager = Anton Tagunov wrote: What would you say to the following changes to *LoggerManager: 1) The creator of LoggerManager passes an initial logger to it. yeppo! I am wondering though how much logging the LoggerManager actually needs to do before initialization. And hen

Re: why so many doclet tags?

2003-06-08 Thread Leo Simons
Farr, Aaron wrote: Perhaps I missed the conversation somewhere, but is there a plan to establish a single set of tags that can be used with all three containers? there's a proposal at http://nagoya.apache.org/wiki/apachewiki.cgi?AMTAGS we also had extensive discussion about this a while back; si

[GUMP] PRE-REQ FAILED for phoenix-example-pdk

2003-06-08 Thread Gump Integration Build
This email is autogenerated from the output from: Missing prereq /home/rubys/jakarta/avalon-phoenix/target/lib/phoenix-p

[GUMP] PRE-REQ FAILED for phoenix-example-demo

2003-06-08 Thread Gump Integration Build
This email is autogenerated from the output from: Missing prereq /home/rubys/jakarta/avalon-cornerstone/build/lib/corne

[GUMP] PRE-REQ FAILED for phoenix-example-testserver

2003-06-08 Thread Gump Integration Build
This email is autogenerated from the output from: Missing prereq /home/rubys/jakarta/avalon-cornerstone/build/lib

[GUMP] Build Failure - avalon-phoenix

2003-06-08 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml init-windows-nt: init-windows-2000: init-windows-xp

*LoggerManager changes

2003-06-08 Thread Anton Tagunov
Hello, Friends! Have just re-configured my laptop to be a contributor's box, ready to get to work :-) What would you say to the following changes to *LoggerManager: 1) The creator of LoggerManager passes an initial logger to it. This is the logger that LoggerManager outputs messages to