DO NOT REPLY [Bug 38798] - [validator] validator argument - resource="false" ignored

2006-02-27 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://issues.apache.org/bugzilla/show_bu

svn commit: r381581 - /jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/Email.java

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 22:21:21 2006 New Revision: 381581 URL: http://svn.apache.org/viewcvs?rev=381581&view=rev Log: Remove 1.4 specific Boolean.toString(value) Modified: jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/Email.java Modified: jakarta/commons/proper

svn commit: r381554 - in /jakarta/commons/proper/jexl/trunk/xdocs/reference: examples.xml syntax.xml

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 19:58:56 2006 New Revision: 381554 URL: http://svn.apache.org/viewcvs?rev=381554&view=rev Log: Fix viewcvs entries to point to svn Modified: jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml jakarta/commons/proper/jexl/trunk/xdocs/reference/synta

svn commit: r381550 - /jakarta/commons/proper/jexl/trunk/project.xml

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 19:47:42 2006 New Revision: 381550 URL: http://svn.apache.org/viewcvs?rev=381550&view=rev Log: Add xdoc plugin as a dependency Modified: jakarta/commons/proper/jexl/trunk/project.xml Modified: jakarta/commons/proper/jexl/trunk/project.xml URL: http://svn.apache

Re: [all] building the site?

2006-02-27 Thread Simon Kitching
Yep, an updated xdoc plugin is required. I struck this with digester and commons-logging. The best solution is to add this dependency to the project's project.xml: maven maven-xdoc-plugin 1.9.2 http://maven.apache.org/maven-1.x/reference/plugins/xdoc/ plugin

Re: [all] building the site?

2006-02-27 Thread Phil Steitz
Both of these requirements - maven 1.0.2 and xdoc 1.9.2 - are included in the "getting and installing maven" section here http://jakarta.apache.org/commons/building.html Thanks in advance, Arnaud for any help removing the 1.0.2 restriction. Phil --

Re: [JEXL] Blocks and an Expression

2006-02-27 Thread Dion Gillard
Ok, I've found the cause of the problem. ExpressionFactory.createNewExpression on line 125 does this: SimpleNode node = (SimpleNode) tree.jjtGetChild(0); So only the first statement of the parsed expression is actually evaluated. In the cases of the commented out tests, there are multip

DO NOT REPLY [Bug 38067] - [net] FTP - WinZip file downloads are corrupted

2006-02-27 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://issues.apache.org/bugzilla/show_bu

svn commit: r381508 - /jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml

2006-02-27 Thread rahul
Author: rahul Date: Mon Feb 27 16:46:23 2006 New Revision: 381508 URL: http://svn.apache.org/viewcvs?rev=381508&view=rev Log: Point to source, and post maven and xdoc-plugin versions. Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml Modified: jakarta/commons/sandbox/scxml/tru

Re: [JEXL] Blocks and an Expression

2006-02-27 Thread Rahul Akolkar
On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > > > Thanks for the recent changes Dion. The bit that is hazy (for me) is > > the relationship between an Expression and a "block" in the current > > impl. As demonstrated by the two failin

Re: [JEXL] Site

2006-02-27 Thread Rahul Akolkar
On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > Thanks Rahul. > > Do you want me to start some documentation on the new features in 1.0.1? > Ideally, it helps if someone *else* documents the new features, but I need to wrap up on some [scxml] tickets / documentation for now, so I guess if y

Re: [JEXL] Blocks and an Expression

2006-02-27 Thread Dion Gillard
On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > Thanks for the recent changes Dion. The bit that is hazy (for me) is > the relationship between an Expression and a "block" in the current > impl. As demonstrated by the two failing test cases at the end of > BlockTest.java (and therefore, co

DO NOT REPLY [Bug 38569] - [lang] StringEscapeUtils.unescapeHtml skips first entity after standalone ampersand

2006-02-27 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://issues.apache.org/bugzilla/show_bu

[JEXL] Blocks and an Expression

2006-02-27 Thread Rahul Akolkar
Thanks for the recent changes Dion. The bit that is hazy (for me) is the relationship between an Expression and a "block" in the current impl. As demonstrated by the two failing test cases at the end of BlockTest.java (and therefore, commented out) I think we may need to flesh out the semantics of

Re: [JEXL] Site

2006-02-27 Thread Dion Gillard
Thanks Rahul. Do you want me to start some documentation on the new features in 1.0.1? And since there are new features, should we call this release 1.1? On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > I've refreshed the JEXL site [1]. The site was built with JDK1.4, but > that shouldn'

Re: [all] building the site?

2006-02-27 Thread Dion Gillard
Verified. I updated JEXL's documentation so that this doesn't get lost for at least this project. On 2/28/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > I hink that you need : > maven 1.0.2 + xdoc 1.9.2 > > Arnaud > > On 2/28/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > > > Arnaud, > > > >

svn commit: r381502 - /jakarta/commons/proper/jexl/trunk/xdocs/building.xml

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 16:03:34 2006 New Revision: 381502 URL: http://svn.apache.org/viewcvs?rev=381502&view=rev Log: Add details on maven-xdoc-plugin needed Modified: jakarta/commons/proper/jexl/trunk/xdocs/building.xml Modified: jakarta/commons/proper/jexl/trunk/xdocs/building.xml U

Re: [all] building the site?

2006-02-27 Thread Arnaud HERITIER
I hink that you need : maven 1.0.2 + xdoc 1.9.2 Arnaud On 2/28/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > Arnaud, > > if it's a custom xdoc plugin on top of 1.0.2 - which version should I use? > > On 2/28/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Dion, > > > > I think that you nee

[JEXL] Site

2006-02-27 Thread Rahul Akolkar
I've refreshed the JEXL site [1]. The site was built with JDK1.4, but that shouldn't be a concern. I'll try to look at the Javadoc warnings [2],[3] probably over the next weekend. If you notice any site regressions, ping this thread. -Rahul [1] http://jakarta.apache.org/commons/jexl/ [2] http:/

Re: [all] building the site?

2006-02-27 Thread Dion Gillard
Arnaud, if it's a custom xdoc plugin on top of 1.0.2 - which version should I use? On 2/28/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Dion, > > I think that you need to upgrade the xdoc plugin. The one bundled in maven > 1.0.2 is too old. I'm trying to have maven 1.1 fully compatible with

Re: [all] building the site?

2006-02-27 Thread Dion Gillard
Ok, so should I use 1.0.2 or 1.1 with commons-site? On 2/28/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Dion, > > I think that you need to upgrade the xdoc plugin. The one bundled in maven > 1.0.2 is too old. I'm trying to have maven 1.1 fully compatible with commons > site > > Arnaud

Re: [all] building the site?

2006-02-27 Thread Arnaud HERITIER
Dion, I think that you need to upgrade the xdoc plugin. The one bundled in maven 1.0.2 is too old. I'm trying to have maven 1.1 fully compatible with commons site Arnaud On 2/28/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > Maven 1.0.2 fails for a different reason: > > xdoc:jelly-trans

Re: [all] building the site?

2006-02-27 Thread Dion Gillard
Maven 1.0.2 fails for a different reason: xdoc:jelly-transform: [echo] Generating C:/source/jakarta/jakarta-commons/jexl/target/docs/changelog-report.html from C:\source\jakarta\ja karta-commons\jexl\target\generated-xdocs\changelog-report.xml Could not find the class: org.apache.commons.jelly

svn commit: r381484 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

2006-02-27 Thread rahul
Author: rahul Date: Mon Feb 27 15:26:28 2006 New Revision: 381484 URL: http://svn.apache.org/viewcvs?rev=381484&view=rev Log: Revert to non-breaking spaces (thanks to Dion for pointing it out). Create separate links to 1.0 and SNAPSHOT Javadoc (change label from API documentation to Javadoc). 1.

Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

2006-02-27 Thread Dion Gillard
+1 on Javadoc On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > The idea was that #A0 is a non-breaking space, e.g. "API > > Documentation" shouldn't be split across two lines. > > > > > Thanks, I'll revert ;-) > > Can we rename "API do

Re: [logging] JCL2.0 design - Architecture

2006-02-27 Thread Torsten Curdt
For an application, whichever logging lib you want to bundle with the app. For a library, any one of them will do. The commons-logging- noop.jar is the simplest one so probably the most convenient. A user of the library can then substitute any other jar they want instead. Does that work for

Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

2006-02-27 Thread Rahul Akolkar
On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > The idea was that #A0 is a non-breaking space, e.g. "API > Documentation" shouldn't be split across two lines. > Thanks, I'll revert ;-) Can we rename "API documentation" to "Javadoc"? I prefer the latter, but I have no strong opinion. Otherw

Re: [all] building the site?

2006-02-27 Thread Phil Steitz
Brett or someone more knowledgeable can explain in detail why, but you need to either use maven 1.0.2 or get a more tolerant parser to be loaded. Phil On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > Ok, that's what I had, but I still get the following error: > > BUILD FAILED > File.. C:

svn commit: r381474 - /jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/BlockTest.java

2006-02-27 Thread rahul
Author: rahul Date: Mon Feb 27 14:53:08 2006 New Revision: 381474 URL: http://svn.apache.org/viewcvs?rev=381474&view=rev Log: More block tests that: 1) Ensure value is the last *executed* statement 2) Flesh out the relationship between an expression and a block (will post on this in a bit) Modif

Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

2006-02-27 Thread Dion Gillard
The idea was that #A0 is a non-breaking space, e.g. "API Documentation" shouldn't be split across two lines. On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: rahul > Date: Mon Feb 27 14:44:16 2006 > New Revision: 381472 > > URL: http://svn.apache.org/viewcvs?rev=381472&view=rev >

Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Dion Gillard
Thanks for this! I've been hoping/trying to get a site refresh out for JEXL for the last couple of days, but can't get it to work. It's tempting just to remove the commons-build links and hard code them in. On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 2/27/06, Dion Gillard <[EMAIL PR

Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Rahul Akolkar
On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > Rahul, > > can you get the site to build for JEXL? > Yes, planning to update the site in a few -- we have a bunch of changes (thanks to your recent efforts) so the site will be better served with a refresh -- that'll also fix some broken links

[jira] Commented: (JELLY-194) New tag that copy text files replacing Jelly properties

2006-02-27 Thread Felipe Leme (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-194?page=comments#action_12368040 ] Felipe Leme commented on JELLY-194: --- Any clue when/if these issues (JELLY-194, JELLY-203, JELLY-204 and JELLY-205) will make it to the codebase? In particular, I think this

svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

2006-02-27 Thread rahul
Author: rahul Date: Mon Feb 27 14:44:16 2006 New Revision: 381472 URL: http://svn.apache.org/viewcvs?rev=381472&view=rev Log: There probably is a good reason why we don't use a space here, but spaces work just fine for me when I build. Ofcourse, we can revert if someone points out the reason ;-)

Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Dion Gillard
Rahul, can you get the site to build for JEXL? On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: rahul > Date: Mon Feb 27 14:35:34 2006 > New Revision: 381471 > > URL: http://svn.apache.org/viewcvs?rev=381471&view=rev > Log: > Add a section on building JEXL, wire it to the navbar

svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread rahul
Author: rahul Date: Mon Feb 27 14:35:34 2006 New Revision: 381471 URL: http://svn.apache.org/viewcvs?rev=381471&view=rev Log: Add a section on building JEXL, wire it to the navbar. Added: jakarta/commons/proper/jexl/trunk/xdocs/building.xml (with props) Modified: jakarta/commons/proper

Re: [all] building the site?

2006-02-27 Thread Dion Gillard
Ok, that's what I had, but I still get the following error: BUILD FAILED File.. C:\Documents and Settings\Dion Gillard\.maven\cache\maven-xdoc-plugin-1.9.2\plugin.jelly Element... x:parse Line.. 471 Column -1 Error on line 18 of document : Relative URI "../../commons-build/menus/menus

[lang] initial crack at DateRange class

2006-02-27 Thread matthew.hawthorne
I mentioned many moons ago that I had created a DateRange class for some vicious date mangling that I had to do. I have now modified it to fit into lang.time, and attached the class + unit test to a bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=38800 I've been away from the commons

DO NOT REPLY [Bug 38800] - [lang] initial version of DateRange class

2006-02-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38800] - [lang] initial version of DateRange class

2006-02-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38800] New: - [lang] initial version of DateRange class

2006-02-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38067] - [net] FTP - WinZip file downloads are corrupted

2006-02-27 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://issues.apache.org/bugzilla/show_bu

Re: [logging] JCL1 LogFactory incompatibility with WAS

2006-02-27 Thread robert burrell donkin
On Mon, 2006-02-27 at 12:13 +0100, Boris Unckel wrote: > Hello, hi boris > I have tested several other cases, the results and conditions > are in the zip. > I am really wondering about one case: The delegation mode of all > tests is PARENT_LAST, for ear and war. > I have put a commons-logging.pro

Re: [logging] JCL2.0 design - Architecture

2006-02-27 Thread robert burrell donkin
On Sun, 2006-02-26 at 17:26 +1300, Simon Kitching wrote: > On Sat, 2006-02-25 at 17:56 +, robert burrell donkin wrote: > > it should be much more reliable to allow per TCCL configuration whilst > > loading implementations from the class classloader. IMHO we've encourage > > too much use of auto

Re: [daemon] Deploying maven 2 pom for release 1.0.1

2006-02-27 Thread Carlos Sanchez
You can change that also in the m1 poms. If there're already releases we can relocate the to the new groupid, so people using the old one will get a warning althoug still working. On 2/27/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Alex Karasulu wrote: > > Hiya, > > > > The directory project

Re: [RESULT] [VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-27 Thread robert burrell donkin
On Mon, 2006-02-27 at 10:21 +1100, Torsten Curdt wrote: > On 27.02.2006, at 06:29, robert burrell donkin wrote: > > > too few binding votes have been cast. this release has therefore > > failed. > > Argh! Currently a bit semi-offline not a big problem as it happens: there's no real support for c

DO NOT REPLY [Bug 38798] - [validator] validator argument - resource="false" ignored

2006-02-27 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://issues.apache.org/bugzilla/show_bu

svn commit: r381425 - in /jakarta/commons/proper/validator/trunk: src/share/org/apache/commons/validator/ValidatorResources.java xdocs/changes.xml

2006-02-27 Thread niallp
Author: niallp Date: Mon Feb 27 12:09:49 2006 New Revision: 381425 URL: http://svn.apache.org/viewcvs?rev=381425&view=rev Log: Fix for Bug 38798 - Validator argument - resource="false" ignored for arg0 - arg3. Thanks to Rostislav Palivoda Modified: jakarta/commons/proper/validator/trunk/sr

[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2006-02-27 Thread Stefan Bodewig
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 [EMAIL PROTECTED] Project commons-math has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2006-02-27 Thread Stefan Bodewig
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 [EMAIL PROTECTED] Project commons-math has an issue affecting its community integration. This issue affects

DO NOT REPLY [Bug 38798] New: - validator argument - resource="false" ignored

2006-02-27 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://issues.apache.org/bugzilla/show_bu

RE: [VOTE] Accept donation of composite pool code

2006-02-27 Thread robert burrell donkin
On Sun, 2006-02-26 at 21:52 -0500, Noel J. Bergman wrote: > Sandy McArthur wrote: > > > Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > > > i'd like to propose that we accept this donation. > > > Provided that you do all of the necessaries vis-a-vis IP Clearance, +1. > > > Took a while to make sur

DO NOT REPLY [Bug 38686] - [VFS] Default VFS cache behavior

2006-02-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38792] - [lang] Memory "leak" in StringUtils

2006-02-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38792] New: - Memory "leak" in StringUtils

2006-02-27 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://issues.apache.org/bugzilla/show_bu

Re: [daemon] Deploying maven 2 pom for release 1.0.1

2006-02-27 Thread Alex Karasulu
Dennis Lundberg wrote: Alex Karasulu wrote: Hiya, The directory project depends on commons-daemon 1.0.1 and we had to update the maven2 repo with a temporary pom.xml to allow our recent release to go through. I wanted to contact this list and make sure the deployed pom is correct. It is

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-define development
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 [EMAIL PROTECTED] Project commons-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-define development
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 [EMAIL PROTECTED] Project commons-jelly-tags-define-test has an issue affecting its community integration.

DO NOT REPLY [Bug 38686] - [VFS] Default VFS cache behavior

2006-02-27 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://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-jsl development
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 [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-jsl development
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 [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-html development
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 [EMAIL PROTECTED] Project commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-html development
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 [EMAIL PROTECTED] Project commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-latka (in module jakarta-commons) failed

2006-02-27 Thread Ted Husted
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 [EMAIL PROTECTED] Project commons-latka has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-latka (in module jakarta-commons) failed

2006-02-27 Thread Ted Husted
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 [EMAIL PROTECTED] Project commons-latka has an issue affecting its community integration. This issue affect

svn commit: r381334 - /jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 05:00:08 2006 New Revision: 381334 URL: http://svn.apache.org/viewcvs?rev=381334&view=rev Log: Implement while statement Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml URL: http://svn.

svn commit: r381332 - /jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/WhileTest.java

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 04:58:55 2006 New Revision: 381332 URL: http://svn.apache.org/viewcvs?rev=381332&view=rev Log: Implement while statement Added: jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/WhileTest.java (with props) Added: jakarta/commons/proper/jexl

svn commit: r381331 - in /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl: ExpressionFactory.java parser/ASTWhileStatement.java

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 04:57:40 2006 New Revision: 381331 URL: http://svn.apache.org/viewcvs?rev=381331&view=rev Log: Implement while statement Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java jakarta/commons/proper/jexl/trunk/sr

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-xml development
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 [EMAIL PROTECTED] Project commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-02-27 Thread commons-jelly-tags-xml development
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 [EMAIL PROTECTED] Project commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[Jakarta-commons Wiki] Update of "CommonsManual" by DennisLundberg

2006-02-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by DennisLundberg: http://wiki.apache.org/jakarta-commons/CommonsManual The comment on the change is: Added link to ReleaseChecking ---

svn commit: r381325 - /jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/IfTest.java

2006-02-27 Thread dion
Author: dion Date: Mon Feb 27 03:48:45 2006 New Revision: 381325 URL: http://svn.apache.org/viewcvs?rev=381325&view=rev Log: Remove jdk15 valueOf methods Modified: jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/IfTest.java Modified: jakarta/commons/proper/jexl/trunk/src

[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2006-02-27 Thread Stefan Bodewig
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 [EMAIL PROTECTED] Project commons-math has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2006-02-27 Thread Stefan Bodewig
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 [EMAIL PROTECTED] Project commons-math has an issue affecting its community integration. This issue affects

[Jakarta-commons Wiki] Update of "JakartaCommonsEtiquette" by DennisLundberg

2006-02-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by DennisLundberg: http://wiki.apache.org/jakarta-commons/JakartaCommonsEtiquette The comment on the change is: Fix formating -

svn commit: r381320 - in /jakarta/commons/proper/httpclient/trunk/xdocs: news.xml status.xml

2006-02-27 Thread olegk
Author: olegk Date: Mon Feb 27 03:33:25 2006 New Revision: 381320 URL: http://svn.apache.org/viewcvs?rev=381320&view=rev Log: HttpClient 2.0 declared End of Life Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Modi

Re: [daemon] Deploying maven 2 pom for release 1.0.1

2006-02-27 Thread Dennis Lundberg
Alex Karasulu wrote: Hiya, The directory project depends on commons-daemon 1.0.1 and we had to update the maven2 repo with a temporary pom.xml to allow our recent release to go through. I wanted to contact this list and make sure the deployed pom is correct. It is located here: http://tes

Re: [all] building the site?

2006-02-27 Thread Dennis Lundberg
Dion Gillard wrote: I've tried to build the site for JEXL, but obviously have the commons-build directory checked out in the wrong location. Is it documented anywhere what the directory structure must be? You can find it here: http://jakarta.apache.org/commons/building.html#Checking%20out%20th

[Jakarta-commons Wiki] Update of "ValidatorStandalone" by FredericClose

2006-02-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by FredericClose: http://wiki.apache.org/jakarta-commons/ValidatorStandalone The comment on the change is: updated the link to point to the

DO NOT REPLY [Bug 38067] - [net] FTP - WinZip file downloads are corrupted

2006-02-27 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://issues.apache.org/bugzilla/show_bu

svn commit: r381300 - /jakarta/commons/proper/logging/trunk/xdocs/guide.xml

2006-02-27 Thread skitching
Author: skitching Date: Mon Feb 27 01:20:56 2006 New Revision: 381300 URL: http://svn.apache.org/viewcvs?rev=381300&view=rev Log: Added section on Serializable classes with Log objects as members. Modified: jakarta/commons/proper/logging/trunk/xdocs/guide.xml Modified: jakarta/commons/proper