Ceki Gulcu a écrit :
Are you sure that commons logging and SLF4J do not make sense in the
post-Java 1.4 world if you have not tested the alternative you are
proposing?
The SLF4J API is certainly nicer than JUL, the logging methods are more
convenient and I wish JUL will be updated some day. B
I'd be happy to be proven wrong, but isn't there one huge disadvantage of
JUL - lack of per-webapp configuration? How would one webapp decide to
redirect JUL to a file without affecting any other webapp in the same JVM?
If this is indeed the case, JUL is a showstopper for any webapp that can't
ass
Don Brown a écrit :
I'd be happy to be proven wrong, but isn't there one huge disadvantage of
JUL - lack of per-webapp configuration? How would one webapp decide to
redirect JUL to a file without affecting any other webapp in the same JVM?
If this is indeed the case, JUL is a showstopper for any
Sure, but that's kinda my point - many webapps, ours (Atlassian) in
particular, cannot assume a specific application server. Our apps
must be able to be dropped into any app server, with any other
webapps, and still be expected to play nicely. Even inserting a root
logger that filters for package
Don Brown a écrit :
Sure, but that's kinda my point - many webapps, ours (Atlassian) in
particular, cannot assume a specific application server. Our apps
must be able to be dropped into any app server, with any other
webapps, and still be expected to play nicely. Even inserting a root
logger th
ralph.goers @dslextreme.com a écrit :
The overhead is acceptable for the limited logging requirements of Commons
Configuration.
1. You have determined this how?
2. Commons Configuration needs more logging added. I have had difficulty
identifying problems because not enough logging is being don
Emmanuel Bourg wrote:
Ceki Gulcu a écrit :
Other people than me are already using Paul's bridge or
SLF4JBridgeHandler which use the same principle. Did they complain about
performance issues?
As far as I know, SLF4JBridgeHandler is used to bridge a small number
of logging events generated b
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-configuration-test has an issue affecting its community
integrati
On 19/06/2009, Phil Steitz wrote:
> luc.maison...@free.fr wrote:
>
> > - "Bill Barker" a écrit :
> >
> >
> >
> > > - Original Message - From:
> > > To: "Commons Developers List"
> > > Sent: Wednesday, June 17, 2009 2:58 PM
> > > Subject: Re: svn commit: r785552 - in
> /commons/prope
- "sebb" a écrit :
> On 19/06/2009, Phil Steitz wrote:
> > luc.maison...@free.fr wrote:
> >
> > > - "Bill Barker" a écrit :
> > >
> > >
> > >
> > > > - Original Message - From:
> > > > To: "Commons Developers List"
> > > > Sent: Wednesday, June 17, 2009 2:58 PM
> > > > Subjec
luc.maison...@free.fr wrote:
- "sebb" a écrit :
On 19/06/2009, Phil Steitz wrote:
luc.maison...@free.fr wrote:
- "Bill Barker" a écrit :
- Original Message - From:
To: "Commons Developers List"
Sent: Wednesday, June 17, 2009 2:58 PM
Subject: R
On Jun 19, 2009, at 1:53 AM, Emmanuel Bourg wrote:
ralph.goers @dslextreme.com a écrit :
The overhead is acceptable for the limited logging requirements of
Commons
Configuration.
1. You have determined this how?
2. Commons Configuration needs more logging added. I have had
difficulty
ide
> From: Don Brown
>
> I'd be happy to be proven wrong, but isn't there one huge disadvantage of
> JUL - lack of per-webapp configuration?
For Apache Tomcat (and hence geronimo, jboss, glassfish ...) there is JULI that
handles this. Essentially it is a replacement LogManager that handles the
cl
Sebb,
Where did we get to with this?
Sorry have been out of action for a bit.
I did we want to wrap up some of the other open tickets before 1.2 or is
there need to rush?
-Corey
On 06/13/2009 01:45 AM, sebb wrote:
> I think the file src/assembly/src.xml needs updating now that some
> files / di
The commons-build plugin generates a component-specific download page
/ cgi that ends up in the component's web. We still have links on the
main download page to a common location for all of these. How are do
we keep these up to date? Do we need to maintain two copies of the
download page and re
Ralph Goers a écrit :
Please don't forget to demonstrate that JUL is unsuitable first.
1. This discussion has already proven that to me. But then again, I knew
that before the discussion started.
That's faith, not fact.
2. In all the various logging discussions that have taken place on this
On 20/06/2009, Corey Scott wrote:
> Sebb,
>
> Where did we get to with this?
Not sure; would need to check.
> Sorry have been out of action for a bit.
> I did we want to wrap up some of the other open tickets before 1.2 or is
> there need to rush?
Don't hurry on my account.
> -Corey
>
>
>
On 19/06/2009, Phil Steitz wrote:
> The commons-build plugin generates a component-specific download page
> / cgi that ends up in the component's web. We still have links on the
> main download page to a common location for all of these. How are do
> we keep these up to date? Do we need to m
sebb wrote:
On 19/06/2009, Phil Steitz wrote:
The commons-build plugin generates a component-specific download page
/ cgi that ends up in the component's web. We still have links on the
main download page to a common location for all of these. How are do
we keep these up to date? Do we
On Fri, Jun 19, 2009 at 11:07 AM, Emmanuel Bourg wrote:
> Ralph Goers a écrit :
>
>
>> 2. In all the various logging discussions that have taken place on this
>> list in the last few months, many initiated by me, the concensus seems to be
>> that commons logging is the logging framework that shoul
On Fri, Jun 19, 2009 at 12:19 PM, Phil Steitz wrote:
> sebb wrote:
>>
>> On 19/06/2009, Phil Steitz wrote:
>>
>>>
>>> The commons-build plugin generates a component-specific download page
>>> / cgi that ends up in the component's web. We still have links on the
>>> main download page to a commo
Rahul Akolkar wrote:
On Fri, Jun 19, 2009 at 12:19 PM, Phil Steitz wrote:
sebb wrote:
On 19/06/2009, Phil Steitz wrote:
The commons-build plugin generates a component-specific download page
/ cgi that ends up in the component's web. We still have links on the
main download
I'm trying to run the HTTP and Webdav testcases without any of my changes in
order to verify my test environment. I'm running on CentOS 5.3 with the
built-in Apache 2.2 server. I believe I've followed the instructions
properly, but I'm getting two errors. I'm going to give up for now and try
again
On Fri, Jun 19, 2009 at 6:50 PM, Emmanuel Bourg wrote:
> Don Brown a écrit :
>>
>> Sure, but that's kinda my point - many webapps, ours (Atlassian) in
>> particular, cannot assume a specific application server. Our apps
>> must be able to be dropped into any app server, with any other
>> webapps,
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195664&projectId=156
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:30:40 -0700
Finished at: Fri 19 Jun 2009 19:35:06 -0700
Total time: 4m 26s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195667&projectId=181
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:36:05 -0700
Finished at: Fri 19 Jun 2009 19:36:45 -0700
Total time: 40s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195668&projectId=142
Build statistics:
State: Failed
Previous State: Error
Started at: Fri 19 Jun 2009 19:37:06 -0700
Finished at: Fri 19 Jun 2009 19:41:16 -0700
Total time: 4m 10s
Build Trigger: Schedule
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195669&projectId=183
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:41:52 -0700
Finished at: Fri 19 Jun 2009 19:42:27 -0700
Total time: 35s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195670&projectId=167
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:42:51 -0700
Finished at: Fri 19 Jun 2009 19:43:47 -0700
Total time: 55s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195671&projectId=182
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:44:11 -0700
Finished at: Fri 19 Jun 2009 19:44:40 -0700
Total time: 28s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195672&projectId=114
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:45:02 -0700
Finished at: Fri 19 Jun 2009 19:46:06 -0700
Total time: 1m 3s
Build Trigger: Schedule
Buil
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195673&projectId=168
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:46:35 -0700
Finished at: Fri 19 Jun 2009 19:47:10 -0700
Total time: 34s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195674&projectId=21
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:47:31 -0700
Finished at: Fri 19 Jun 2009 19:48:50 -0700
Total time: 1m 19s
Build Trigger: Schedule
Buil
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195675&projectId=538
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:49:16 -0700
Finished at: Fri 19 Jun 2009 19:50:04 -0700
Total time: 47s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195676&projectId=184
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:50:20 -0700
Finished at: Fri 19 Jun 2009 19:50:45 -0700
Total time: 24s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195677&projectId=172
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:51:02 -0700
Finished at: Fri 19 Jun 2009 19:51:24 -0700
Total time: 21s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195678&projectId=186
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:51:44 -0700
Finished at: Fri 19 Jun 2009 19:52:35 -0700
Total time: 51s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195679&projectId=187
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:52:52 -0700
Finished at: Fri 19 Jun 2009 19:53:42 -0700
Total time: 50s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195680&projectId=116
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:54:00 -0700
Finished at: Fri 19 Jun 2009 19:56:26 -0700
Total time: 2m 25s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195681&projectId=191
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:56:44 -0700
Finished at: Fri 19 Jun 2009 19:57:30 -0700
Total time: 46s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195682&projectId=188
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:57:56 -0700
Finished at: Fri 19 Jun 2009 19:58:29 -0700
Total time: 33s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195683&projectId=169
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 19:58:52 -0700
Finished at: Fri 19 Jun 2009 19:59:45 -0700
Total time: 53s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195684&projectId=173
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 20:00:04 -0700
Finished at: Fri 19 Jun 2009 20:00:37 -0700
Total time: 32s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195685&projectId=174
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 20:01:02 -0700
Finished at: Fri 19 Jun 2009 20:01:32 -0700
Total time: 30s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195686&projectId=171
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 20:01:52 -0700
Finished at: Fri 19 Jun 2009 20:04:40 -0700
Total time: 2m 48s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195687&projectId=170
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 20:05:14 -0700
Finished at: Fri 19 Jun 2009 20:06:57 -0700
Total time: 1m 42s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195688&projectId=180
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 20:07:25 -0700
Finished at: Fri 19 Jun 2009 20:08:09 -0700
Total time: 43s
Build Trigger: Schedule
Build
- Original Message -
From: "sebb"
To: "Commons Developers List"
Sent: Friday, June 19, 2009 5:14 AM
Subject: Re: svn commit: r785552 - in
/commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.java
site/xdoc/changes.xml
On 19/06/2009, Phil Steitz wrote:
luc
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195699&projectId=158
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:31:03 -0700
Finished at: Fri 19 Jun 2009 21:32:10 -0700
Total time: 1m 7s
Build Trigger: Schedule
Buil
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195700&projectId=177
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:32:34 -0700
Finished at: Fri 19 Jun 2009 21:33:13 -0700
Total time: 39s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195701&projectId=157
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:33:40 -0700
Finished at: Fri 19 Jun 2009 21:34:36 -0700
Total time: 56s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195702&projectId=159
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:35:03 -0700
Finished at: Fri 19 Jun 2009 21:35:52 -0700
Total time: 48s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195703&projectId=160
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:36:15 -0700
Finished at: Fri 19 Jun 2009 21:38:34 -0700
Total time: 2m 19s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195704&projectId=176
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:39:32 -0700
Finished at: Fri 19 Jun 2009 21:40:15 -0700
Total time: 42s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195710&projectId=165
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:47:10 -0700
Finished at: Fri 19 Jun 2009 21:47:37 -0700
Total time: 26s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195711&projectId=136
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:47:55 -0700
Finished at: Fri 19 Jun 2009 21:48:26 -0700
Total time: 30s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195712&projectId=178
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:48:43 -0700
Finished at: Fri 19 Jun 2009 21:50:26 -0700
Total time: 1m 42s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195713&projectId=166
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:50:52 -0700
Finished at: Fri 19 Jun 2009 21:51:28 -0700
Total time: 36s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195714&projectId=179
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:51:48 -0700
Finished at: Fri 19 Jun 2009 21:52:14 -0700
Total time: 26s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195715&projectId=155
Build statistics:
State: Failed
Previous State: Error
Started at: Fri 19 Jun 2009 21:52:32 -0700
Finished at: Fri 19 Jun 2009 21:55:10 -0700
Total time: 2m 38s
Build Trigger: Schedule
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195705&projectId=161
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:40:49 -0700
Finished at: Fri 19 Jun 2009 21:42:37 -0700
Total time: 1m 47s
Build Trigger: Schedule
Bui
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195708&projectId=163
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:45:40 -0700
Finished at: Fri 19 Jun 2009 21:46:13 -0700
Total time: 32s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195709&projectId=362
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:46:31 -0700
Finished at: Fri 19 Jun 2009 21:46:57 -0700
Total time: 25s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195706&projectId=22
Build statistics:
State: Failed
Previous State: Error
Started at: Fri 19 Jun 2009 21:43:08 -0700
Finished at: Fri 19 Jun 2009 21:44:36 -0700
Total time: 1m 28s
Build Trigger: Schedule
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=195707&projectId=162
Build statistics:
State: Ok
Previous State: Error
Started at: Fri 19 Jun 2009 21:44:55 -0700
Finished at: Fri 19 Jun 2009 21:45:23 -0700
Total time: 28s
Build Trigger: Schedule
Build
In both cases I would suggest enabling debugging for httpclient. It
will give you a bunch of output to show what is really going on. But
an error with "Moved Permanently" leads me to think something isn't
right on your server. According to RFC 2616 vfs should not
automatically redirect on a
66 matches
Mail list logo