Re: [validator] EmailValidator string pattern

2005-09-14 Thread Alexey Panchenko
Tan Quach wrote: The EmailValidator declares a constant called String EMAIL_PATTERN = /^(.+)@(.+)$/; However, this pattern accepts the following email address as valid: [EMAIL PROTECTED]'night.com [EMAIL PROTECTED] System.out.println(EmailValidator.getInstance().isValid([EMAIL

DO NOT REPLY [Bug 36652] New: - configuration hot-reload may corrupt configuration

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36652. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36652] - [configuration] hot-reload may corrupt configuration

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36652. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36652] - [configuration] hot-reload may corrupt configuration

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36652. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[proposal] Location utilities

2005-09-14 Thread Sylvain Wallez
Hi there, A large number of applications are dealing with configuration files (server.xml, struts-actions.xml, cocoon.xconf, etc) and semi-interpreted languages (Cocoon's sitemap, template languages in Tapestry, Cocoon and Velocity, etc). A common problem with all these files is to report

Re: [proposal] Location utilities

2005-09-14 Thread Ortwin Glück
Sylvain, This looks indeed interesting. It could also be usable to pinpoint parse errors in clear text protocols like HTTP, FTP etc. The current design looks pretty flexible. +1 from me. Ortwin Glück Sylvain Wallez wrote: Hi there, A large number of applications are dealing with

svn commit: r280826 - /jakarta/commons/proper/validator/trunk/build.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 04:40:07 2005 New Revision: 280826 URL: http://svn.apache.org/viewcvs?rev=280826view=rev Log: Few minor corrections to the ant build.xml - change the release directory name from 'm-target' to 'dist' as it was confusing - use the properties for the

svn commit: r280827 - in /jakarta/commons/proper/validator/trunk: maven.xml xdocs/changes.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 04:42:37 2005 New Revision: 280827 URL: http://svn.apache.org/viewcvs?rev=280827view=rev Log: Bug #31094 Modify maven build to include the DTD's and xdocs - reported by Fernando Nasser Modified: jakarta/commons/proper/validator/trunk/maven.xml

svn commit: r280829 - /jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 04:48:40 2005 New Revision: 280829 URL: http://svn.apache.org/viewcvs?rev=280829view=rev Log: Port to 1_1_2_BRANCH: Few minor corrections to the ant build.xml - change the release directory name from 'm-target' to 'dist' as it was confusing - use the properties

svn commit: r280831 - /jakarta/commons/proper/validator/trunk/maven.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 05:08:26 2005 New Revision: 280831 URL: http://svn.apache.org/viewcvs?rev=280831view=rev Log: Correct maven build to remove hard coded 'target' directory - ${maven.build.dir} is set to 'm-target' in the project.properties Modified:

svn commit: r280833 - /jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/maven.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 05:11:37 2005 New Revision: 280833 URL: http://svn.apache.org/viewcvs?rev=280833view=rev Log: Port maven build changes to 1_1_2_BRANCH: - Bug #31094 Modify maven build to include the DTD's and xdocs - reported by Fernando NasserCorrect maven build to remove hard

DO NOT REPLY [Bug 31094] - [validator] DTDs are not in the 1.1.3 source tar ball, although build.xml expects to find them

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31094. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33436] - [validator] DateValidation doesn't allow dates

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33436. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [proposal] Location utilities

2005-09-14 Thread James Carman
Tapestry and HiveMind don't always use exceptions to print the line-precise error messages. Sometimes, it's just an error/warning message sent to a Log (JCL) (you forgot to include an implementation for a service point in HiveMind). Does your Cocoon code support that also or is it more

DO NOT REPLY [Bug 31094] - [validator] DTDs are not in the 1.1.3 source tar ball, although build.xml expects to find them

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31094. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25830] - [fileupload] Upload Progress Reporting

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25830. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r280908 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/auth/DigestScheme.java src/test/org/apache/commons/httpclient/auth/TestDiges

2005-09-14 Thread oglueck
Author: oglueck Date: Wed Sep 14 11:59:25 2005 New Revision: 280908 URL: http://svn.apache.org/viewcvs?rev=280908view=rev Log: PR #36372 (nonce-count in digest auth should not be quoted) Contributed by Ortwin Glück Reviewed by Oleg Kalnichevsky Modified:

svn commit: r280921 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestDigestAuth.java

2005-09-14 Thread oglueck
Author: oglueck Date: Wed Sep 14 12:31:28 2005 New Revision: 280921 URL: http://svn.apache.org/viewcvs?rev=280921view=rev Log: added another test for formerly fixed issue Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestDigestAuth.java

Re: [VOTE][restarted] Release Commons Email 1.0

2005-09-14 Thread robert burrell donkin
i don't seem to be able to RC8 in http://people.apache.org/~epugh/commons-email/. should i be looking somewhere else? - robert On Mon, 2005-09-12 at 14:31 -0400, Eric Pugh wrote: I would like to restart the vote for Commons Email 1.0 based on RC8. The various packaging/dependency issues have

Re: [proposal] Location utilities

2005-09-14 Thread Sylvain Wallez
James Carman wrote: Tapestry and HiveMind don't always use exceptions to print the line-precise error messages. Sometimes, it's just an error/warning message sent to a Log (JCL) (you forgot to include an implementation for a service point in HiveMind). Does your Cocoon code support that

[SCXML][BUILD] Adding SCXML to the nightly build

2005-09-14 Thread Rahul Akolkar
Craig, Can you add SCXML (from Commons Sandbox) to the nightly build when you get a chance? An ant clean dist (JDK 1.4) will create the required artifacts. Thanks! -Rahul On 8/21/05, Martin Cooper [EMAIL PROTECTED] wrote: On 8/18/05, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ * Which box

Re: [VOTE][restarted] Release Commons Email 1.0

2005-09-14 Thread Henning P. Schmiedehausen
robert burrell donkin [EMAIL PROTECTED] writes: i don't seem to be able to RC8 in http://people.apache.org/~epugh/commons-email/. should i be looking somewhere else? http://people.apache.org/~henning/commons-email/ :-) Best regards Henning -- Dipl.-Inf. (Univ.)

Re: [SCXML][BUILD] Adding SCXML to the nightly build

2005-09-14 Thread Craig McClanahan
On 9/14/05, Rahul Akolkar [EMAIL PROTECTED] wrote: Craig, Can you add SCXML (from Commons Sandbox) to the nightly build when you get a chance? An ant clean dist (JDK 1.4) will create the required artifacts. I happen to be on the road at the moment, and can't get access to my home

svn commit: r287172 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/ValidatorResources.java

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 17:40:52 2005 New Revision: 287172 URL: http://svn.apache.org/viewcvs?rev=287172view=rev Log: Add digester rule so that arg0-arg3 elements are not ignored when using DTD version prior to 1.2.0. This change is in a private method and makes Validator 1.2.0 backward

svn commit: r289125 - in /jakarta/commons/proper/validator/trunk: conf/share/LicenseCheckStyle.txt conf/share/ValidatorCheckStyle.xml maven.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 18:05:29 2005 New Revision: 289125 URL: http://svn.apache.org/viewcvs?rev=289125view=rev Log: Fix checkstyle header checking Added: jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt (with props) Modified:

svn commit: r289126 - /jakarta/commons/proper/validator/trunk/project.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 18:25:34 2005 New Revision: 289126 URL: http://svn.apache.org/viewcvs?rev=289126view=rev Log: Add version 1.9.2 maven-xdoc-plugin to the dependencies Modified: jakarta/commons/proper/validator/trunk/project.xml Modified:

svn commit: r289129 - /jakarta/commons/proper/validator/trunk/maven.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 18:42:37 2005 New Revision: 289129 URL: http://svn.apache.org/viewcvs?rev=289129view=rev Log: Correct maven build to include the NOTICE.txt in the source and binary distributions Modified: jakarta/commons/proper/validator/trunk/maven.xml Modified:

svn commit: r289131 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/Var.java

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 18:53:21 2005 New Revision: 289131 URL: http://svn.apache.org/viewcvs?rev=289131view=rev Log: Minor javadoc corrections Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/Var.java Modified:

[validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Wendy Smoak
Working with the Commons Validator snapshot that Struts 1.3.0-dev depends on, it's complaining about about a dozen missing JavaScript files: 17:16:57,893 - DEBUG org.apache.commons.validator.ValidatorAction - Unable to read javascript name

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
Not all validators have an associated javascript file so you do get those messages - I believe it should complain about requiredif, validwhen, double, long, doubleRange and url. I'm not sure whats running the nightly - but I can run both the ant and maven build and they both look OK. Niall

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
The snapshots look messed up - theres no binary zip version and I can't unzip the tar.gz one. I have fixed a few build issues in the last day or so - maybe they'll be OK tommorrow. Best bet is to checkout the source from svn and build it yourself. If you do - and you want to run maven - you need

DO NOT REPLY [Bug 34204] - [configuration] XMLConfiguration ignore a specific encoding in XML declaration

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34204. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Wendy Smoak
From: Niall Pemberton [EMAIL PROTECTED] The snapshots look messed up - theres no binary zip version and I can't unzip the tar.gz one. You mean the nightlies? There is a snapshot on cvs.apache.org, which is what I'm using (it's the one listed in the dependencies for Struts). It's working

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
OK I've loaded a version here: http://people.apache.org/~niallp/validator/ Where is the snapshot then? Niall - Original Message - From: Wendy Smoak [EMAIL PROTECTED] Sent: Thursday, September 15, 2005 3:38 AM From: Niall Pemberton [EMAIL PROTECTED] The snapshots look messed up -

DO NOT REPLY [Bug 36442] - [validator] Field getFieldOrder always returns 0

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36442. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35692] - [validator] Request of additional validators

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35692. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Wendy Smoak
From: Niall Pemberton [EMAIL PROTECTED] OK I've loaded a version here: http://people.apache.org/~niallp/validator/ Where is the snapshot then? Not where I thought it was... Don posted it: http://people.apache.org/~mrdon/repository/commons-validator/jars/ Can you duplicate that directory

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
OK, its there: http://people.apache.org/~niallp/repository/commons-validator/jars/ Niall - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Jakarta Commons Developers List commons-dev@jakarta.apache.org Sent: Thursday, September 15, 2005 3:56 AM Subject: Re: [validator]

svn commit: r289138 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/ main/java/org/apache/commons/scxml/env/ main/java/org/apache/commons/scxml/model/ test/java/org/a

2005-09-14 Thread rahul
Author: rahul Date: Wed Sep 14 20:28:20 2005 New Revision: 289138 URL: http://svn.apache.org/viewcvs?rev=289138view=rev Log: 1) Update to handle outgoing transitions from a Parallel (Section 3.4) 2) Minor Javadoc tweaks 3) Update microwave samples to reset timer on leaving cooking state so state

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Wendy Smoak
From: Niall Pemberton [EMAIL PROTECTED] OK, its there: http://people.apache.org/~niallp/repository/commons-validator/jars/ Thank you! Sorry if I was not properly appreciative earlier. You probably think the .zip is sufficient and then you get the Maven users complaining that it's not

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
No need to apologise, you're doing a great job. Thanks Niall - Original Message - From: Wendy Smoak [EMAIL PROTECTED] Sent: Thursday, September 15, 2005 4:38 AM From: Niall Pemberton [EMAIL PROTECTED] OK, its there:

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

2005-09-14 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-validator has an issue affecting its community integration. This issue

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

2005-09-14 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-validator has an issue affecting its community integration. This issue

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Don Brown
I published the commons-validator snapshot to the apache cvs maven repository today and modified the build. Is it a problem with that jar? Don On 9/14/05, Niall Pemberton [EMAIL PROTECTED] wrote: No need to apologise, you're doing a great job. Thanks Niall - Original Message

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
We we're each talking about something different. I thought Wendy meant the night build here: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-validator/ Niall - Original Message - From: Don Brown [EMAIL PROTECTED] Sent: Thursday, September 15, 2005 5:20 AM I published the

[Validator] Re: [EMAIL PROTECTED]: Project commons-validator (in module jakarta-commons) failed

2005-09-14 Thread Niall Pemberton
I fixed some things in the build.xml today which cause this - I've just updated the gump meta-data, so hopefully this will be fixed in the next run. Niall - Original Message - From: Ted Husted [EMAIL PROTECTED] Sent: Thursday, September 15, 2005 5:07 AM To whom it may engage...

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Don Brown
Doh, this is on the commons-dev list...nm :) Don On 9/14/05, Niall Pemberton [EMAIL PROTECTED] wrote: We we're each talking about something different. I thought Wendy meant the night build here: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-validator/ Niall -

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Wendy Smoak
From: Don Brown [EMAIL PROTECTED] I published the commons-validator snapshot to the apache cvs maven repository today and modified the build. Is it a problem with that jar? Long day at work... I think I looked under 'validator' and not 'commons-validator' on http://cvs.apache.org/repository.

Re: [validator] 1.2.0-dev missing JavaScript?

2005-09-14 Thread Niall Pemberton
I believe Wendy just wanted a more up to date version - including the changes I made allowing the 1.1.3 DTD to continue working: http://svn.apache.org/viewcvs.cgi?rev=287172view=rev http://svn.apache.org/viewcvs.cgi?rev=280767view=rev Niall - Original Message - From: Don Brown [EMAIL

[cli] Board Report

2005-09-14 Thread Henri Yandell
If someone could add a subproject report to the board report (http://wiki.apache.org/jakarta/JakartaBoardReport-September2005) describing the 1.0.jar fix for commons-cli, I would appreciate it. Thanks, Hen - To unsubscribe,

[math] Board report (GoC)

2005-09-14 Thread Henri Yandell
Could someone [math]-based add a summary of the GoC work to the board report? I think it's supposed to be finished by now (or at least marked for Google to pay up etc). If you could do it tomorrow (Thursday) or at the latest by Friday evening I would appreciate it so I can get the report in by

svn commit: r289155 - in /jakarta/commons/proper/vfs/trunk: project.xml src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java src/java/org/apache/commons/vfs/provider/ftp/FtpFileSystemCon

2005-09-14 Thread imario
Author: imario Date: Wed Sep 14 22:40:30 2005 New Revision: 289155 URL: http://svn.apache.org/viewcvs?rev=289155view=rev Log: enh: add datatimeout configuration for ftp Modified: jakarta/commons/proper/vfs/trunk/project.xml

svn commit: r289157 - /jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt

2005-09-14 Thread imario
Author: imario Date: Wed Sep 14 22:43:44 2005 New Revision: 289157 URL: http://svn.apache.org/viewcvs?rev=289157view=rev Log: enh: add datatimeout configuration for ftp Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt

svn commit: r289160 - in /jakarta/commons/proper/validator/trunk: conf/share/ src/share/org/apache/commons/validator/ src/test/org/apache/commons/validator/

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 22:48:33 2005 New Revision: 289160 URL: http://svn.apache.org/viewcvs?rev=289160view=rev Log: Bug #32522 Enable variables var to come from Resource Bundles. In commons-validator this just means adding resource and bundle attributes to the DTD along with

DO NOT REPLY [Bug 32522] - [validator] Enable variables var to come from Resource Bundles

2005-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32522. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r289162 - /jakarta/commons/proper/validator/trunk/xdocs/changes.xml

2005-09-14 Thread niallp
Author: niallp Date: Wed Sep 14 22:57:27 2005 New Revision: 289162 URL: http://svn.apache.org/viewcvs?rev=289162view=rev Log: Update change log. Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml URL: