Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-07 Thread Mario Ivankovits
Hi Rahul! We can continue building (like we have been, in the nightlies for many months), but we can't release those Yes, I am aware of. Just a ready made jar for download would be great. (including a source jar - if we only could use m2 for this ;-) ) Yup, for m1 primarily. extras/ is often

RE: [i18n] [Fwd: Re: Commons - I18N - adding timezones and filtering]

2006-08-07 Thread Jörg Schaible
Hi Armin, although I know it is tedious to get another pointer, but patches should go to JIRA: http://issues.apache.org/jira/browse/SANDBOX, that way they don't het lost. Note, that you have to create an account for yourself, before you're able to create an issue for SANDBOX. - Jörg Armin

RE: [VOTE] Kris Nuttycombe as committer?

2006-08-07 Thread Jörg Schaible
+1 (non-binding) Henri Yandell wrote on Friday, August 04, 2006 11:25 PM: I'd like to nominate Kris as a committer. Kris has been active on the developer mailing list concerning the pipeline component for over a year, and has been involved on other threads as well (notably digester). I

RE: [VOTE] Andrew Shirley as committer?

2006-08-07 Thread Jörg Schaible
+1 (non-binding) Henri Yandell wrote on Friday, August 04, 2006 11:25 PM: I'd like to propose Andrew Shirley as a committer. Andrew's been doing tons for the CLI component - answering user questions, commenting on jira issues and serving up patches and unit tests to both his issues and other

[jira] Created: (SCXML-14) Allowing the target of a transition to be omitted

2006-08-07 Thread Sitthichai Rernglertpricha (JIRA)
Allowing the target of a transition to be omitted - Key: SCXML-14 URL: http://issues.apache.org/jira/browse/SCXML-14 Project: Commons SCXML Issue Type: Bug Environment: Windows, JDK

[jira] Created: (SCXML-15) User of SCXMLExecutor does not have access to the current context data

2006-08-07 Thread Sitthichai Rernglertpricha (JIRA)
User of SCXMLExecutor does not have access to the current context data -- Key: SCXML-15 URL: http://issues.apache.org/jira/browse/SCXML-15 Project: Commons SCXML Issue

svn commit: r429299 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodBase.java

2006-08-07 Thread olegk
Author: olegk Date: Mon Aug 7 03:51:29 2006 New Revision: 429299 URL: http://svn.apache.org/viewvc?rev=429299view=rev Log: [HTTPCLIENT-574]: Subclasses do not have write access to StatusLine Contributed by Caleb Lyness caleb_lyness at yahoo.com Modified:

Query

2006-08-07 Thread Nitin Saxena01
Hi, We are migrating one of our projects from Websphere Application Server 5.1.1.4 to 6.1 which would also be an upgrade on JVM 1.4 to JVM 1.5. Our project uses the Apache common project jars listed below with their versions. I was unable to find the relevant information on the website which

[nightly build] discovery io net proxy failed.

2006-08-07 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies//20060807/discovery.log http://people.apache.org/~psteitz/commons-nightlies//20060807/io.log http://people.apache.org/~psteitz/commons-nightlies//20060807/net.log http://people.apache.org/~psteitz/commons-nightlies//20060807

[jira] Commented: (MATH-154) MathUtils addAndCheck and subAndCheck for long values

2006-08-07 Thread Brent Worden (JIRA)
[ http://issues.apache.org/jira/browse/MATH-154?page=comments#action_12426209 ] Brent Worden commented on MATH-154: --- Can we change it to subtractAndCheck? Also, it might be useful to add two additional methods to just check for operation

[jira] Commented: (MATH-153) RandomDataImpl nextInt(int, int) nextLong(long, long)

2006-08-07 Thread Brent Worden (JIRA)
[ http://issues.apache.org/jira/browse/MATH-153?page=comments#action_12426210 ] Brent Worden commented on MATH-153: --- I think we can avoid the overflow conditions simply by distributing the multiplication of the random value. With this, the

[jci] configuration

2006-08-07 Thread Torsten Curdt
I am currently trying to figure out the configuration part of jci ...and at the moment I am really torn apart which way to go. Usually I am one of those that likes static typing ...which is what the plexus compiler API (and the javac implementation of jci) uses. Having a configuration class with

[jira] Created: (COLLECTIONS-220) Serialization/Deserialization doesn't work well with empty buffers.

2006-08-07 Thread Jose Luis Huertas (JIRA)
Serialization/Deserialization doesn't work well with empty buffers. --- Key: COLLECTIONS-220 URL: http://issues.apache.org/jira/browse/COLLECTIONS-220 Project: Commons Collections

Re: [compress] Next steps

2006-08-07 Thread Torsten Curdt
i would like to start a discussion about the next steps of [compress]. Now that the first code has been checked in, i would like to figure out what we have to do for a 0.1 release. Ideas: - - simplify the interface as Mario suggested +1 - - write the delete-features - - add recursivly files

Re: [jci] mvn errors

2006-08-07 Thread Torsten Curdt
snip/ Will look into that ...hope Peters next submission will fix that ...if it might come along some day - haven't heart from him for a while :-( cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] Andrew Shirley as committer?

2006-08-07 Thread Mario Ivankovits
+1 Ciao, Mario Henri Yandell schrieb: I'd like to propose Andrew Shirley as a committer. Andrew's been doing tons for the CLI component - answering user questions, commenting on jira issues and serving up patches and unit tests to both his issues and other peoples issues. The only reason

Re: [VOTE] Kris Nuttycombe as committer?

2006-08-07 Thread Mario Ivankovits
+1 Ciao, Mario Henri Yandell schrieb: I'd like to nominate Kris as a committer. Kris has been active on the developer mailing list concerning the pipeline component for over a year, and has been involved on other threads as well (notably digester). I think he's been around long enough to

svn commit: r429391 - in /jakarta/commons/proper/cli/trunk/xdocs: index.xml issue-tracking.xml

2006-08-07 Thread bayard
Author: bayard Date: Mon Aug 7 10:09:33 2006 New Revision: 429391 URL: http://svn.apache.org/viewvc?rev=429391view=rev Log: Applying James Ring's commons-dev posted patch for the issue tracking page; we moved from Bugzilla to JIRA Modified: jakarta/commons/proper/cli/trunk/xdocs/index.xml

Re: [cli][PATCH] Update issue-tracking section

2006-08-07 Thread Henri Yandell
Applied (JIRA's a good place for these). svn ci -m Applying James Ring's commons-dev posted patch for the issue tracking page; we moved from Bugzilla to JIRA xdocs/index.xml xdocs/issue-tracking.xml Sendingxdocs/index.xml Sendingxdocs/issue-tracking.xml Transmitting file data ..

Re: Confluence and Jira client libraries

2006-08-07 Thread David Blevins
On Aug 1, 2006, at 3:43 PM, David Blevins wrote: On Aug 1, 2006, at 12:53 PM, Stephen Colebourne wrote: David Blevins wrote: I made a couple libraries for manipulating Confluence and Jira via their XML-RPC front-ends. Currently, I have them sitting here:

Re: Query

2006-08-07 Thread Henri Yandell
The only one that jumps to mind is that if you're using the 'enum' package in Lang, you'll want to move to the 'enums' package (which will mean moving to Lang 2.1). I recently attempted to build all of Commons under Java 6.0, and I don't recall any big problems, just a handful of little things.

[lang] ExceptionUtilsTestCase should not depend on Java 1.4.x

2006-08-07 Thread Gary Gregory
Hi All: When I have the compiler set to Java 1.3.1, I get: Severity and DescriptionPathResourceLocation Creation Time Id The method getCause() is undefined for the type Throwable Apache Jakarta Commons trunks-proper/lang/src/test/org/apache/commons/lang/exception

Re: [lang] ExceptionUtilsTestCase should not depend on Java 1.4.x

2006-08-07 Thread Henri Yandell
Just got to get a working 1.3 so I can confirm :) Pretty sad when the Sun 1.3 Linux dist fails to work due to glibc incompatibility of some kind. Hen On 8/7/06, Gary Gregory [EMAIL PROTECTED] wrote: Hi All: When I have the compiler set to Java 1.3.1, I get: Severity and Description

Re: Confluence and Jira client libraries

2006-08-07 Thread David Blevins
On Aug 4, 2006, at 10:18 AM, Henri Yandell wrote: I'm quite interested in the project btw - am doing Ruby xmlrpc at the moment to JIRA so already in the domain. Would be cool to use Swizzle to build the Commons Triage pages I've been scraping. I don't know what Commons Triage is, do you

svn commit: r429413 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: builder/ exception/ math/ time/

2006-08-07 Thread ggregory
Author: ggregory Date: Mon Aug 7 10:57:25 2006 New Revision: 429413 URL: http://svn.apache.org/viewvc?rev=429413view=rev Log: Adds missing serialVersionUID to Serializable classes. A note from

Re: Confluence and Jira client libraries

2006-08-07 Thread Henri Yandell
On 8/7/06, David Blevins [EMAIL PROTECTED] wrote: On Aug 4, 2006, at 10:18 AM, Henri Yandell wrote: I'm quite interested in the project btw - am doing Ruby xmlrpc at the moment to JIRA so already in the domain. Would be cool to use Swizzle to build the Commons Triage pages I've been

svn commit: r429421 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enums: Enum.java ValuedEnum.java

2006-08-07 Thread ggregory
Author: ggregory Date: Mon Aug 7 11:14:27 2006 New Revision: 429421 URL: http://svn.apache.org/viewvc?rev=429421view=rev Log: The Javadoc comment Lang version 1.0.1 serial compatibility is incorrect since these classes came into existance in version 2.1. Modified:

[jira] Commented: (JELLY-235) nested exceptions are displayed incorrectly with JellyException

2006-08-07 Thread Jesse Glick (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-235?page=comments#action_12426279 ] Jesse Glick commented on JELLY-235: --- On a related note: the logic for extracting a detail message from the cause is not very helpful. Example: in my servlet

svn commit: r429433 - in /jakarta/commons/sandbox/finder/trunk: project.xml src/java/org/apache/commons/finder/Finder.java src/java/org/apache/commons/finder/filters/EmptyFilter.java

2006-08-07 Thread bayard
Author: bayard Date: Mon Aug 7 12:08:27 2006 New Revision: 429433 URL: http://svn.apache.org/viewvc?rev=429433view=rev Log: Moving the dependency from IO 1.2 to IO 1.3-SNAPSHOT (do a maven jar:install in commons-io). Can't move to the nightlies as they're not there (io is failing, need to

svn commit: r429439 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ builder/ enum/ exception/ math/ mutable/ text/ time/

2006-08-07 Thread ggregory
Author: ggregory Date: Mon Aug 7 12:14:31 2006 New Revision: 429439 URL: http://svn.apache.org/viewvc?rev=429439view=rev Log: Javadoc comments for serialVersionUID. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharRange.java

svn commit: r429441 - /jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParser.java

2006-08-07 Thread dennisl
Author: dennisl Date: Mon Aug 7 12:19:12 2006 New Revision: 429441 URL: http://svn.apache.org/viewvc?rev=429441view=rev Log: Set EOL-style to native. Modified: jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParser.java (contents, props

svn commit: r429442 - /jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParser.java

2006-08-07 Thread dennisl
Author: dennisl Date: Mon Aug 7 12:22:24 2006 New Revision: 429442 URL: http://svn.apache.org/viewvc?rev=429442view=rev Log: Remove the use of Java 1.5 specific metods. Modified: jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParser.java

[commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Anil Philip
Hello, I am getting this error during a call to FTPFile[] f = FTPClient.listFiles(); Using commons-net-1.4.1 I googled and read that the oro.jar is missing. However my application is sensitive to download times and I dont wish to add the oro.jar if possible - I am not using regex here. Is there

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Henri Yandell
I'm afraid it's the obvious one - check the code out and modify bits. Alternatively, take an oro jar and rip out the bits that are being used (maybe using Torsten's minijar). Hen On 8/7/06, Anil Philip [EMAIL PROTECTED] wrote: Hello, I am getting this error during a call to FTPFile[] f =

svn commit: r429474 - in /jakarta/commons/proper/fileupload/trunk: src/java/org/apache/commons/fileupload/ src/java/org/apache/commons/fileupload/util/ src/test/org/apache/commons/fileupload/ xdocs/

2006-08-07 Thread jochen
Author: jochen Date: Mon Aug 7 13:54:54 2006 New Revision: 429474 URL: http://svn.apache.org/viewvc?rev=429474view=rev Log: It is now possible to limit a files actual size, as opposed to the request size. PR: FILEUPLOAD-88 Permitted-by: Andrey Aristarkhov, [EMAIL PROTECTED] Added:

svn commit: r429476 - in /jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload: FileUploadBase.java MultipartStream.java StreamUtil.java util/Streams.java

2006-08-07 Thread jochen
Author: jochen Date: Mon Aug 7 14:01:10 2006 New Revision: 429476 URL: http://svn.apache.org/viewvc?rev=429476view=rev Log: Moved some new stuff to the util package. Added: jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/util/Streams.java Removed:

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Rory Winston
Anil At the moment, you need oro in the classpath as it is used internally by the FTP parser. A later version of [net] will probbaly use the JDK 1.4+ regex facilities and preclude this, but for now, you do need it. Thanks Rory Jakarta Commons Developers List commons-dev@jakarta.apache.org

[jira] Closed: (COLLECTIONS-85) ReferenceMap clears bindings too early

2006-08-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-85?page=all ] Stephen Colebourne closed COLLECTIONS-85. - Fix Version/s: (was: 3.3) Resolution: Invalid ReferenceMap clears bindings too early --

Re: Confluence and Jira client libraries

2006-08-07 Thread David Blevins
On Aug 7, 2006, at 11:06 AM, Henri Yandell wrote: On 8/7/06, David Blevins [EMAIL PROTECTED] wrote: On Aug 4, 2006, at 10:18 AM, Henri Yandell wrote: I'm quite interested in the project btw - am doing Ruby xmlrpc at the moment to JIRA so already in the domain. Would be cool to use

Re: [dbcp] A little design help please re DBCP-100

2006-08-07 Thread Stephen Colebourne
You might want to look at [collections] ExtendedProperties where I just fixed a similar issue. I made the instance methods work against a new instance variable, and subclasses could still alter the static one, which now acts as a default. Stephen Phil Steitz wrote: As stated in the bug

Is anybody using commons-i18n?

2006-08-07 Thread Toli Kuznets
Hi, I was considering using commons-i18n for my project to solve internationalization. I know the project is in the sandbox and more or less abandoned, but is anybody actually using it? It seems tha the documentation on the site is not consistent with the state of the repo. For example, the

bug report

2006-08-07 Thread 池田 浩
I found a bug of the class Flat3Map of Commons Collections ver.3.2. The method Flat3Map#remove(Object key) doesn't reutrns removed value when the size is equals or less then 3. -- Hiroshi Ikeda [EMAIL PROTECTED] - To unsubscribe,

svn commit: r429507 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrSubstitutor.java test/org/apache/commons/lang/text/StrSubstitutorTest.java

2006-08-07 Thread scolebourne
Author: scolebourne Date: Mon Aug 7 16:06:41 2006 New Revision: 429507 URL: http://svn.apache.org/viewvc?rev=429507view=rev Log: Give more power to StrSubstitutor subclasses Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java

svn commit: r429516 - in /jakarta/commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml/io/ModelUpdater.java test/java/org/apache/commons/scxml/SCXMLExecutorTest.java test/java/org/apache

2006-08-07 Thread rahul
Author: rahul Date: Mon Aug 7 16:53:33 2006 New Revision: 429516 URL: http://svn.apache.org/viewvc?rev=429516view=rev Log: Allow the target of a transition to be omitted. Variant of patch by: Sitthichai Rernglertpricha sitthichai_rernglertpricha AT yahoo DOT com Also added a test case to

[jira] Resolved: (SCXML-14) Allowing the target of a transition to be omitted

2006-08-07 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-14?page=all ] Rahul Akolkar resolved SCXML-14. Fix Version/s: 0.6 Resolution: Fixed Thanks, fixed in r429516: http://svn.apache.org/viewvc?rev=429516view=rev and should be available from the 08072006

[jira] Commented: (SCXML-15) User of SCXMLExecutor does not have access to the current context data

2006-08-07 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-15?page=comments#action_12426373 ] Rahul Akolkar commented on SCXML-15: Do any of the following avenues work? If not, please post your usecase to help us better understand the need for this

[jira] Updated: (SCXML-15) User of SCXMLExecutor does not have access to the current context data

2006-08-07 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-15?page=all ] Rahul Akolkar updated SCXML-15: --- Fix Version/s: 0.6 User of SCXMLExecutor does not have access to the current context data --

Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-07 Thread Rahul Akolkar
On 8/7/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Rahul! We can continue building (like we have been, in the nightlies for many months), but we can't release those Yes, I am aware of. Just a ready made jar for download would be great. (including a source jar - if we only could use m2 for

svn commit: r429518 - /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/InvokeTest.java

2006-08-07 Thread rahul
Author: rahul Date: Mon Aug 7 17:06:39 2006 New Revision: 429518 URL: http://svn.apache.org/viewvc?rev=429518view=rev Log: Unused imports. Modified: jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/InvokeTest.java Modified:

[JEXL] 1.1 now? (was: Re: [jira] Resolved: (JEXL-17) snip/)

2006-08-07 Thread Rahul Akolkar
On 8/6/06, Dion Gillard [EMAIL PROTECTED] wrote: Cool. I think it's time for a JEXL 1.1 release. snip/ Yup. I'll try to chase down the JIRA roadmap and miscellaneous action items within a week or so. I may be able to cut a RC over the weekend if those get done, unless you want to RM it? The

Re: [jci] configuration

2006-08-07 Thread Rahul Akolkar
On 8/7/06, Torsten Curdt [EMAIL PROTECTED] wrote: I am currently trying to figure out the configuration part of jci ...and at the moment I am really torn apart which way to go. Usually I am one of those that likes static typing ...which is what the plexus compiler API (and the javac

Re: [JEXL] 1.1 now? (was: Re: [jira] Resolved: (JEXL-17) snip/)

2006-08-07 Thread Dion Gillard
On 8/8/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 8/6/06, Dion Gillard [EMAIL PROTECTED] wrote: Cool. I think it's time for a JEXL 1.1 release. snip/ Yup. I'll try to chase down the JIRA roadmap and miscellaneous action items within a week or so. I may be able to cut a RC over the weekend

[jira] Created: (JEXL-18) Whitespace normalization in Jelly is wrong

2006-08-07 Thread Kohsuke Kawaguchi (JIRA)
Whitespace normalization in Jelly is wrong -- Key: JEXL-18 URL: http://issues.apache.org/jira/browse/JEXL-18 Project: Commons JEXL Issue Type: Bug Reporter: Kohsuke Kawaguchi In XML, the

[jira] Commented: (JEXL-18) Whitespace normalization in Jelly is wrong

2006-08-07 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-18?page=comments#action_12426389 ] Kohsuke Kawaguchi commented on JEXL-18: --- D'oh! This is supposed to be filed against Jelly, not Jexl. But I don't seem to be able to reassign it, or even just

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Anil Philip wr ites: I googled and read that the oro.jar is missing. However my application is sensitive to download times and I dont wish to add the oro.jar if possible - I am not using regex here. Is there any way out? The oro jar 77k in size (a good deal smaller

[jira] Moved: (JELLY-236) Whitespace normalization in Jelly is wrong

2006-08-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-236?page=all ] dion gillard moved JEXL-18 to JELLY-236: Project: Commons Jelly (was: Commons JEXL) Key: JELLY-236 (was: JEXL-18) Whitespace normalization in Jelly is wrong

[jira] Commented: (JELLY-236) Whitespace normalization in Jelly is wrong

2006-08-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-236?page=comments#action_12426391 ] dion gillard commented on JELLY-236: How does this affect trim()? Whitespace normalization in Jelly is wrong --

Re: [commons-net ftp] help! can I avoid oro.jar? (MalformedPatternException)

2006-08-07 Thread Anil Philip
Thank you for your reply which I shall apply - it is an honor to hear from you. - Anil --- Daniel F. Savarese [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Anil Philip wr ites: I googled and read that the oro.jar is missing. However my application is sensitive to download

Re: [VFS] 1.0 roadmap (was: Recent changes)

2006-08-07 Thread Mario Ivankovits
Hi Rahul! m2 would be convenient, but it would also be a distraction. ;-) Its just with m2 I did this kind of stuff already, no clue with m1 - but yea, its time to learn again. Torsten pointed out a project where we can borrow this stuff, or are you familiar enough with m1? So, depends how soon

[jira] Commented: (JELLY-236) Whitespace normalization in Jelly is wrong

2006-08-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-236?page=comments#action_12426439 ] dion gillard commented on JELLY-236: No, I mean o.a.c.j.TagSupport#setTrim(boolean) which almost all Tags extend at some point. Whitespace normalization in

svn commit: r429582 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-08-07 Thread psteitz
Author: psteitz Date: Mon Aug 7 22:12:35 2006 New Revision: 429582 URL: http://svn.apache.org/viewvc?rev=429582view=rev Log: Fixed log url path spec. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Modified:

svn commit: r429592 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-08-07 Thread psteitz
Author: psteitz Date: Mon Aug 7 22:56:53 2006 New Revision: 429592 URL: http://svn.apache.org/viewvc?rev=429592view=rev Log: Capture unit test logs when maven builds fail. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Modified: