Re: [RESULT] Re: [VOTE] New committer - Matthew Hawthorne

2003-09-16 Thread Dirk Verbeeck
Matthew, Jim received your CLA (see his mail on commons-dev 10 sept 2003) But nobody notified the infrastructure team to do the actual account creation. (You're still listed as no CLA) Jim, infrastructure guys, can you get the ball rolling again... Thanks Dirk __matthewHawthorne wrote: Could

DO NOT REPLY [Bug 23207] - [Daemon][Doc Patch] Filling out the procrun docs

2003-09-16 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 23207] - [Daemon][Doc Patch] Filling out the procrun docs

2003-09-16 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 23207] New: - [Daemon][Doc Patch] Filling out the procrun docs

2003-09-16 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

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodDirector.java

2003-09-16 Thread mbecke
mbecke 2003/09/16 20:53:25 Modified:httpclient/src/test/org/apache/commons/httpclient TestHttpConnection.java NoHostHttpConnectionManager.java httpclient/src/java/org/apache/commons/httpclient HttpMet

[collections] Shouldn't BlockingBuffer.add() notifyAll?

2003-09-16 Thread Phil Steitz
The add method of o.a.c.c.decorators.BlockingBuffer uses notify rather than notifyAll to notify threads that may be waiting on blocked get or remove requests. Why is this? The addAll method uses notifyAll, which would seem natural for add as well. This issue is being tracked in pr #23159, rai

Re: [General] Problem updating site

2003-09-16 Thread dion
Maven wont prompt you for one. So you should be using ssh-ageant or pageant. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Yoav Shapira <[EMAIL PROTECTED]> wrote on 17/09/2003 12:40:42 PM: > Howdy, > > > Can you ssh without providing a password? > >

Re: [General] Problem updating site

2003-09-16 Thread Yoav Shapira
Howdy, > Can you ssh without providing a password? No... Should I be able to? Yoav > > Howdy, > > I'm having a problem updating the commons web site. During maven > > site:deploy the process hangs in the sshdeploy target, having created > > the commons site master .tar.gz. > > > > I'm logged

Re: [General] Problem updating site

2003-09-16 Thread dion
Can you ssh without providing a password? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Shapira, Yoav" <[EMAIL PROTECTED]> wrote on 17/09/2003 01:35:01 AM: > > Howdy, > I'm having a problem updating the commons web site. During maven > site:deploy th

[HIVEMIND] Examples Please?

2003-09-16 Thread James Carman
Does anyone have a good example application (very simple, please) for HiveMind? I would like to start using it and I just need a little nudge to get me going. Like, how do I obtain a handle to a Registry object in the first place to set it as the default? And, how many of these hivemind.xml file

[jira] Updated: (JELLY-85) TagScript doesn't clear its cached tags after run()

2003-09-16 Thread jira
The following issue has been updated: Updater: Scott Howlett (mailto:[EMAIL PROTECTED]) Date: Tue, 16 Sep 2003 8:17 PM Changes: Attachment changed to StaticTagScript_patch.txt - For a full history o

[jira] Updated: (JELLY-85) TagScript doesn't clear its cached tags after run()

2003-09-16 Thread jira
The following issue has been updated: Updater: Scott Howlett (mailto:[EMAIL PROTECTED]) Date: Tue, 16 Sep 2003 8:17 PM Changes: Attachment changed to TagScript_patch.txt - For a full history of the

[jira] Created: (JELLY-85) TagScript doesn't clear its cached tags after run()

2003-09-16 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-85 Here is an overview of the issue: ---

Re: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Harish Krishnaswamy
Howard M. Lewis Ship wrote: Well, the basic concept of a configuration extension point is that *multiple* modules may contribute to it. This is part of the Eclipse heritage. Some examples: A toolbar, to which many modules may contribute an icon that triggers an action. * A file name extensio

Re: [RESULT] Re: [VOTE] New committer - Matthew Hawthorne

2003-09-16 Thread __matthewHawthorne
Could anyone with the appropriate access please create my account? Apologies to everyone once again, but I feel that if I don't keep asking, nothing will happen. __matthewHawthorne wrote: I apologize for the administrative mail, but I'm not sure where else to send it. I faxed in my signed CL

Re: [HiveMind] Extension to adder example

2003-09-16 Thread Harish Krishnaswamy
You wouldn't believe, I had done the very same thing except called it a Calculator! Here are my modules... Service point module: class="hivemind.examples.impl.CalculatorImpl"> Service module:

[HiveMind] Extension to adder example

2003-09-16 Thread Bill Lear
What I'd like to do is to define a service analogous to the Adder, Subtracter. Then, I'd like to define a service, Math that uses the Adder and Subtracter modules to provide the following interface: public interface Math { int add(int arg0, int arg1); int subtract(int arg0, int arg1); }

cvs commit: jakarta-commons-sandbox/messenger/src/java/org/apache/commons/messenger DefaultMessenger.java

2003-09-16 Thread werken
werken 2003/09/16 15:39:59 Modified:messenger project.xml messenger/src/java/org/apache/commons/messenger DefaultMessenger.java Log: synchronized block added to prevent race condition between the test and set of the consumer on the messenger.

[HiveMind] Registry

2003-09-16 Thread Ole Arndt
Hello infant HiveMind community, first a short self-introduction: I am a developer from Germany. For my pet project, a mud like simulation, inhabited by (more or less) intelligent agents, I was looking for a framework to use. I knew Avalon from my job and had heard of pico- and swing container. Wh

cvs commit: jakarta-commons/docs/releases index.html mirror.html prepare.html release.html

2003-09-16 Thread rdonkin
rdonkin 2003/09/16 14:52:09 Modified:docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html el.html index.html jexl.

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2003-09-16 Thread rdonkin
rdonkin 2003/09/16 14:51:18 Modified:xdocs/stylesheets project.xml Log: Fixed link to nightly builds. Revision ChangesPath 1.80 +1 -1 jakarta-commons/xdocs/stylesheets/project.xml Index: project.xml

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpClient.java HttpState.java

2003-09-16 Thread olegk
olegk 2003/09/16 14:30:35 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpClient.java HttpState.java Log: HttpState & HttpClient javadocs cleanup Contributed by Oleg Kalnichevski Rev

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpClient.java HttpState.java

2003-09-16 Thread olegk
olegk 2003/09/16 14:29:45 Modified:httpclient/src/java/org/apache/commons/httpclient HttpClient.java HttpState.java Log: HttpState & HttpClient javadocs cleanup Contributed by Oleg Kalnichevski Revision ChangesPath 1.82 +91 -54 jaka

DO NOT REPLY [Bug 23201] New: - [collections] TestObservedBag and TestObservedSet fail under Java 1.3.1

2003-09-16 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

Re: Run-away build?

2003-09-16 Thread Yoav Shapira
Howdy, FYI, I just repeated the maven deploy and it worked without a problem. I didn't change my java or anything else -- it must have been a transient problem earlier. Thanks for your help ;) Yoav On Tue, 16 Sep 2003, Noel J. Bergman wrote: > Yoav, > > You mentioned having a problem doing the

cvs commit: jakarta-commons-sandbox/hivemind project.xml

2003-09-16 Thread hlship
hlship 2003/09/16 12:08:11 Modified:hivemind/framework project.xml hivemind project.xml Log: Tweak SCM settings (to support developer and file activity reports). Revision ChangesPath 1.2 +10 -1 jakarta-commons-sandbox/hivemind/framework/project.x

MessengerSession question

2003-09-16 Thread Matt Bishop
In debugging a problem I am having, I have discovered something odd in the MessengerSession code: /** * @return the MessageProducer for the given destination. */ public MessageProducer getMessageProducer(Destination destination) throws JMSException { if (producer == null)

cvs commit: jakarta-commons-sandbox/hivemind/framework/xdocs/ant - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:07 jakarta-commons-sandbox/hivemind/framework/xdocs/ant - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/services - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/services - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/config - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/config - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/xsl - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/xsl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/rules - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/rules - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/xdocs - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/ant - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/ant - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/services/impl - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/services/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/xdocs/images - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:07 jakarta-commons-sandbox/hivemind/framework/xdocs/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test-data - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/test-data - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/parse - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/parse - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

cvs commit: jakarta-commons-sandbox/hivemind/framework - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:03 jakarta-commons-sandbox/hivemind/framework - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/impl - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/ant - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/ant - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test-data/TestRegistryBuilder/META-INF - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/test-data/TestRegistryBuilder/META-INF - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test-data/TestRegistryBuilder - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/test-data/TestRegistryBuilder - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test-data/sample - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/test-data/sample - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/schema - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/schema - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/util - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:06 jakarta-commons-sandbox/hivemind/framework/src/test/hivemind/test/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/util - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:05 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/META-INF - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:03 jakarta-commons-sandbox/hivemind/framework/src/META-INF - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind - New directory

2003-09-16 Thread hlship
hlship 2003/09/16 11:50:04 jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Run-away build?

2003-09-16 Thread Shapira, Yoav
Howdy, I wasn't aware of the java-process. I CTRL-C'ed from the maven build process after a few minutes without any output/feedback. Then I logged out of minotaur (there was no warning that I had processes running or anything like that). ??? Yoav Shapira Millennium ChemInformatics >-Ori

RE: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Howard M. Lewis Ship
Well, the basic concept of a configuration extension point is that *multiple* modules may contribute to it. This is part of the Eclipse heritage. Some examples: A toolbar, to which many modules may contribute an icon that triggers an action. * A file name extension map, where different modules

Messenger and swiftmq?

2003-09-16 Thread Matt Bishop
Is anyone running a recent version of Messenger (1.0 dev 14 is what I have) on a recent version of swiftmq(4.6.0)? I am having trouble getting my send() and call() commands to complete--the swiftmq info.log states the stream ends abruptly: 2003-09-15 18:17:51.270/mbishop-dt01.infowave.com:2553/Bl

Run-away build?

2003-09-16 Thread Noel J. Bergman
Yoav, You mentioned having a problem doing the site build (http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] che.org&msgNo=34075). Are you aware that there is still a java process free-running? Did you mean to leave it, or is that part of the problem above? Root lowered its priority pending,

Re: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Harish Krishnaswamy
I think what you are suggesting, if I understand you right, is to have a way to tie the service and its configuration? If that's what you mean, I think you can still do that by defining your own config schema that takes the service-id as an atribute like the . I am still in the process of wrapp

RE: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Bill Lear
On Tuesday, September 16, 2003 at 11:18:33 (-0400) Howard M. Lewis Ship writes: >... >Let's let this percolate for a few days, hear what people are >thinking in terms of intuitive naming. I agree. I think configuration of services is extremely important. It should be very easy and flexible. I wa

[General] Problem updating site

2003-09-16 Thread Shapira, Yoav
Howdy, I'm having a problem updating the commons web site. During maven site:deploy the process hangs in the sshdeploy target, having created the commons site master .tar.gz. I'm logged into minotaur.apache.org via Putty. Has anyone else run into this or a similar problem? I've been able to up

Re: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Harish Krishnaswamy
I am still thinking... --> --> --> --> -Harish Howard M. Lewis Ship wrote: Hold onto that; I'm getting close to checking in the refactored project, and we can apply the doc change as a patch. Good points, very helpful. and ... if you check the blog, you'll see I changed the names to

RE: [HiveMind] Suggestion for Bootstrap documentation addition / naming!

2003-09-16 Thread Howard M. Lewis Ship
Hold onto that; I'm getting close to checking in the refactored project, and we can apply the doc change as a patch. Good points, very helpful. and ... if you check the blog, you'll see I changed the names to be more consistent with Eclipse, but that's seeming like less and less of a good ide

cvs commit: jakarta-commons/xdocs components.xml

2003-09-16 Thread yoavs
yoavs 2003/09/16 08:05:42 Modified:xdocscomponents.xml Log: Updated link to commons daemon site Revision ChangesPath 1.98 +1 -1 jakarta-commons/xdocs/components.xml Index: components.xml ==

[HiveMind] Suggestion for Bootstrap documentation addition

2003-09-16 Thread Bill Lear
I've just added my first interceptor. Neat stuff. I suggest we add a section to the example (Bootstrap) to show how to do this and how to configure the log4j properties (this was a bit confusing for me). Here is a sketch: Debugging the Example Using a Logging Interceptor Logging interceptors c

DO NOT REPLY [Bug 21269] - FileUploadBase does not handle quoted boundary specification, which is required by RFC 1521

2003-09-16 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

cvs commit: jakarta-commons/daemon/xdocs jsvc.xml procrun.xml index.xml

2003-09-16 Thread jfclere
jfclere 2003/09/16 04:55:08 Modified:daemon/xdocs index.xml Added: daemon/xdocs jsvc.xml procrun.xml Log: Start adding documentation about how to build and to use jsvc. Revision ChangesPath 1.2 +3 -8 jakarta-commons/daemon/xdocs/index.xml Index: in

cvs commit: jakarta-commons/daemon/src/native/unix/native help.c

2003-09-16 Thread jfclere
jfclere 2003/09/16 04:50:16 Modified:daemon/src/native/unix/native help.c Log: Add usage for -pidfile. Revision ChangesPath 1.2 +5 -1 jakarta-commons/daemon/src/native/unix/native/help.c Index: help.c =

cvs commit: jakarta-commons/daemon README

2003-09-16 Thread jfclere
jfclere 2003/09/16 01:34:06 Modified:daemon README Log: Add procrun and maven reference. Revision ChangesPath 1.2 +15 -7 jakarta-commons/daemon/README Index: README === RCS file: /home/cv