[all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Mario Ivankovits
Hi! It turns out that it is required to fix the crlf (EOL) thing when building distributions for windows distributions. A windows distribution is a distribution packed as zip file. Maven will add support to define a filter to setup the extension of the files to convert. Anyway I think we

Re: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Dion Gillard
As someone who uses Windows on a daily basis, I've never had a pproblem with the LF line endings and hence would only filter *.txt in a binary distribution. On 11/15/05, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! It turns out that it is required to fix the crlf (EOL) thing when building

[transaction] compatibility of ResourceManager to XAResource interface

2005-11-15 Thread Joerg Heinicke
When following the JTA 1.0.1B spec [1] while implementing my resource adapter (XAResource) around the Commons Transaction FileResourceManager I came across another issue: XAResource has a method public Xid[] recover(int flag). Following is written in the spec's section 3.4.8 Failures recovery:

DO NOT REPLY [Bug 37507] New: - [lang] DurationFormatUtils.formatDurationISO() javadoc is missing T in duration string between date and time part

2005-11-15 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=37507. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36892] - RFE: create a secure package

2005-11-15 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=36892. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [vfs] next things to do in vfs

2005-11-15 Thread Robert Enyedi
Hi Mario, XML could be done too, but this might only be really usefull if we have something like XPath to query the filesystem then, else VFSs value in this area isnt that much, though it would be a nice tutorial example. Yes indeed the creation of an XML file system provider would make a

DO NOT REPLY [Bug 36892] - Create a secure package

2005-11-15 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=36892. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37353] - [jxpath] Source instructions on web site are wrong

2005-11-15 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=37353. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37454] - [lang] Replace Clover with Cobertura

2005-11-15 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=37454. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37427] - [logging] Redirect stdout and stderr to logging system

2005-11-15 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=37427. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37499] - [lang] parseDate with TimeZone

2005-11-15 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=37499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37441] - [beanutils] Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)

2005-11-15 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=37441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37321] - [pool] GenericObjectPool.Evictor._cancelled should to be declared as volatile

2005-11-15 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=37321. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37446] - [net] FTPClient.listFiles(filename) return empty array with long file name

2005-11-15 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=37446. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37385] - [lang] EscapeUtil.escapeHtml() should clarify that it does not escape ' chars to apos;

2005-11-15 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=37385. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37363] - [email] Address char-set can not be individually set

2005-11-15 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=37363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [transactions] No detection of failed deletion of file

2005-11-15 Thread Oliver Zeigermann
Yes, I think so. But if you tried it would not fail before commit. Oliver 2005/11/13, Niklas Gustavsson [EMAIL PROTECTED]: Hi well, I'm not sure how to do this either. Could File.canWrite() be an indication? /niklas Oliver Zeigermann wrote: You are right. It would be desirable to make

[Validator] indexed/Array of Strings validation

2005-11-15 Thread Daggumalli, Sivaji
Hi, I am planning to use Commons Validator as standalone jar (outside of struts) in my application. I was wondering that whether the following scenarios are possible by commons Validator either by default or by extending? 1) Indexed fileds validation - in case of Array of Strings

Re: [collections] any objections?

2005-11-15 Thread Michael Heuer
On Sat, 12 Nov 2005, Phil Steitz wrote: On 11/12/05, robert burrell donkin [EMAIL PROTECTED] wrote: On Sat, 2005-11-12 at 13:44 +, Stephen Colebourne wrote: robert burrell donkin wrote: has anyone run a long stress test? if not, i'm willing to code up something and set it

Re: [VOTE] Release Validator 1.2.0

2005-11-15 Thread Ted Husted
[x] +1 I support this release and am willing to help (binding) On 11/12/05, Niall Pemberton [EMAIL PROTECTED] wrote: Validator 1.2.0 RC3 has been available for more than a week with no problems reported and all outstanding bug reports are enhancement requests.

[RESULT][VOTE] Release Validator 1.2.0

2005-11-15 Thread Niall Pemberton
Commons Validator 1.2.0 has received the following binding votes: +1 Niall Pemberton +1 Stephen Colebourne +1 Ted Husted The vote thread is here: http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg69561.html I am planing to cut a release asap. Niall cc'ing the PMC List

Re: Pool: comments requested for a new implementation

2005-11-15 Thread robert burrell donkin
On Mon, 2005-11-14 at 19:34 -0500, Sandy McArthur wrote: On 11/14/05, robert burrell donkin [EMAIL PROTECTED] wrote: i had intended to sit down and analyse the code in detail. however, i have given it a quick once over and it looks very interesting. i'm happy with the general direction of

svn commit: r344425 - /jakarta/commons/proper/validator/trunk/xdocs/index.xml

2005-11-15 Thread niallp
Author: niallp Date: Tue Nov 15 12:11:43 2005 New Revision: 344425 URL: http://svn.apache.org/viewcvs?rev=344425view=rev Log: Reformat documentation section on the Validator home page. Modified: jakarta/commons/proper/validator/trunk/xdocs/index.xml Modified:

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

2005-11-15 Thread niallp
Author: niallp Date: Tue Nov 15 12:13:14 2005 New Revision: 344426 URL: http://svn.apache.org/viewcvs?rev=344426view=rev Log: Fix for Bug 37314 - remove empty attributes from project.xml - patch from Carlos Sanchez Modified: jakarta/commons/proper/validator/trunk/project.xml Modified:

Re: [lang] ExceptionUtils methods

2005-11-15 Thread Fredrik Westermarck
Stephen Colebourne wrote: Could I propose some new methods for ExceptionUtils: - ExceptionUtils.getLogMessageNoStackTrace(ex) - ExceptionUtils.getLogMessageShortStackTrace(ex, lines) I'm +1 on adding the methods. Regarding the names of the methods I agree with Gary in his last post, where

svn commit: r344432 - in /jakarta/commons/proper/validator/trunk: build.xml project.xml xdocs/changes.xml

2005-11-15 Thread niallp
Author: niallp Date: Tue Nov 15 12:24:01 2005 New Revision: 344432 URL: http://svn.apache.org/viewcvs?rev=344432view=rev Log: Update version number for Validator 1.2.0 release Modified: jakarta/commons/proper/validator/trunk/build.xml jakarta/commons/proper/validator/trunk/project.xml

svn commit: r344435 - /jakarta/commons/proper/validator/tags/VALIDATOR_1_2_0/

2005-11-15 Thread niallp
Author: niallp Date: Tue Nov 15 12:31:15 2005 New Revision: 344435 URL: http://svn.apache.org/viewcvs?rev=344435view=rev Log: Tag Validator 1.2.0 Added: jakarta/commons/proper/validator/tags/VALIDATOR_1_2_0/ - copied from r344434, jakarta/commons/proper/validator/trunk/

Re: [transactions] No detection of failed deletion of file

2005-11-15 Thread Niklas Gustavsson
If that test (File.canWrite()) was executed during deleteResource() and if failing it would directly throw an Exception. That would mean that we get the exception before the commit. Now, this won't fix my test case as canWrite() doesn't detect write-locked files but I guess it could work for

DO NOT REPLY [Bug 37484] - [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2005-11-15 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=37484. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Arnaud HERITIER
Hi, I opened these issue to add a property to allow us to select the filter : http://jira.codehaus.org/browse/MPDIST-28 Isn't it useful to ensure that the LF line ending is used in Unix Archives ? Arnaud -Message d'origine- De : Dion Gillard [mailto:[EMAIL PROTECTED] Envoyé :

Re: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Stephen Colebourne
Mario Ivankovits wrote: [X] .txt [ ] .java [X] .properties [X] .xml [X] .css [X] .mf My preference is for all ASCII files not in the src/java or src/text folders to be converted. Note that I doubt [collections] or [io] do this fully yet. Stephen

svn commit: r344463 - in /jakarta/commons/proper/vfs/trunk: ./ src/java/org/apache/commons/vfs/provider/ src/test-data/

2005-11-15 Thread imario
Author: imario Date: Tue Nov 15 15:06:44 2005 New Revision: 344463 URL: http://svn.apache.org/viewcvs?rev=344463view=rev Log: It turns out sun change something in its security and thus will fail when requesting an priviledged action with an NPE if the host in an url instance is null. It looks

[ANNOUNCE] Relase of Commons Validator 1.2.0

2005-11-15 Thread Niall Pemberton
The Jakarta Commons Validator team is pleased to announce the availability of Commons Validator 1.2.0. For a summary of what's new in Validator 1.2.0 see the notes on the Commons Wiki: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 A complete list of changes is available in the

[ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
How can I get Validator 1.2.0 added to ibiblio - do I need an account, submit a request to them? Couldn't see anything on their site to say how. Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Dion Gillard
Deploy it to the apache repo at http://www.apache.org/dist/java-repository/ On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote: How can I get Validator 1.2.0 added to ibiblio - do I need an account, submit a request to them? Couldn't see anything on their site to say how. Niall

Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Brett Porter
Instructions on how to do this are in the commons releases documentation. Dion Gillard wrote: Deploy it to the apache repo at http://www.apache.org/dist/java-repository/ On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote: How can I get Validator 1.2.0 added to ibiblio - do I need an

Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
OK, thanks. I did that, so presumably it'll appear in the next few hours. Niall - Original Message - From: Dion Gillard [EMAIL PROTECTED] To: Jakarta Commons Developers List commons-dev@jakarta.apache.org Sent: Tuesday, November 15, 2005 11:50 PM Subject: Re: [ibiblio] How to add a new

svn commit: r344490 - /jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml

2005-11-15 Thread niallp
Author: niallp Date: Tue Nov 15 17:19:39 2005 New Revision: 344490 URL: http://svn.apache.org/viewcvs?rev=344490view=rev Log: Update release notes: 1) add a reminder to sign jars published in the ASF repository 2) replace instructions to update the index page with the news item with a note to

DO NOT REPLY [Bug 37314] - [all] Maven build fixes

2005-11-15 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=37314. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Brett Porter
It just triggered, but commons-validator was not synced. http://test.maven.codehaus.org/reports/repoclean/15-Nov-2005_08.33.44/repository.report.txt It looks like there is an invalid character in your XML? - Brett Niall Pemberton wrote: OK, thanks. I did that, so presumably it'll appear in

DO NOT REPLY [Bug 37446] - [net] FTPClient.listFiles(filename) return empty array with long file name

2005-11-15 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=37446. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
OK thanks for letting me know. Doesn't show up in my windoze text editor - I''l have to find a way to get rid of it. Niall - Original Message - From: Brett Porter [EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 1:39 AM It just triggered, but commons-validator was not synced.

DO NOT REPLY [Bug 37522] - [net] commons-net 1.4.0 binaries are incorrectly compiled as JDK 1.4

2005-11-15 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=37522. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [lang] ExceptionUtils methods

2005-11-15 Thread Steven Caswell
I like these suggestions for method naming. On 11/13/05, Gary Gregory [EMAIL PROTECTED] wrote: Hello: I am wondering if a toXXX name is not more appropriate since you are converting rather than getting: ExceptionUtils.toMessageNoStackTrace(ex) Or simply: ExceptionUtils.toMessage(ex)

RE: [lang] ExceptionUtils methods

2005-11-15 Thread Gary Gregory
I would like to politely request that the unit tests coverage for this new code is 100%. Thanks, Gary -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 6:41 PM To: Jakarta Commons Developers List Subject: Re: [lang] ExceptionUtils

DO NOT REPLY [Bug 37401] - [net] allow listing of hidden files

2005-11-15 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=37401. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r344868 - /jakarta/commons/proper/net/trunk/project.properties

2005-11-15 Thread scohen
Author: scohen Date: Tue Nov 15 19:50:53 2005 New Revision: 344868 URL: http://svn.apache.org/viewcvs?rev=344868view=rev Log: fix bug 37522 Modified: jakarta/commons/proper/net/trunk/project.properties Modified: jakarta/commons/proper/net/trunk/project.properties URL:

DO NOT REPLY [Bug 37522] - [net] commons-net 1.4.0 binaries are incorrectly compiled as JDK 1.4

2005-11-15 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=37522. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r344884 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags: bsf/example.jelly javascript/example.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 20:40:32 2005 New Revision: 344884 URL: http://svn.apache.org/viewcvs?rev=344884view=rev Log: Fix eol-style and mime-type properties Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly

[Jakarta-commons Wiki] Update of ValidatorVersion120 by NiallPemberton

2005-11-15 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 NiallPemberton: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 The comment on the change is: Add upgrade notes

svn commit: r344893 - /jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:15:22 2005 New Revision: 344893 URL: http://svn.apache.org/viewcvs?rev=344893view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly (props changed)

svn commit: r344896 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags: define/ mock/

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:36:05 2005 New Revision: 344896 URL: http://svn.apache.org/viewcvs?rev=344896view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly

svn commit: r344906 - /jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:55:34 2005 New Revision: 344906 URL: http://svn.apache.org/viewcvs?rev=344906view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml Modified:

svn commit: r344907 - /jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:56:01 2005 New Revision: 344907 URL: http://svn.apache.org/viewcvs?rev=344907view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly (props changed)

svn commit: r344909 - /jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:56:55 2005 New Revision: 344909 URL: http://svn.apache.org/viewcvs?rev=344909view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly (contents, props changed)

svn commit: r344910 - /jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:57:21 2005 New Revision: 344910 URL: http://svn.apache.org/viewcvs?rev=344910view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml

svn commit: r344911 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly: google/defineTags.jelly google/search.jelly http/http.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:57:47 2005 New Revision: 344911 URL: http://svn.apache.org/viewcvs?rev=344911view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly (contents, props

svn commit: r344912 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty: jellyResourceHandlerRequestBody.jelly jettyLogFile.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 21:58:38 2005 New Revision: 344912 URL: http://svn.apache.org/viewcvs?rev=344912view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly

svn commit: r344913 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:04:50 2005 New Revision: 344913 URL: http://svn.apache.org/viewcvs?rev=344913view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

svn commit: r344914 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface: JFaceDemo.jelly preference/PreferenceDemo.jelly wizard/WizardDemo.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:05:07 2005 New Revision: 344914 URL: http://svn.apache.org/viewcvs?rev=344914view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly (contents,

svn commit: r344915 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:05:34 2005 New Revision: 344915 URL: http://svn.apache.org/viewcvs?rev=344915view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml

svn commit: r344916 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms: flushQueue.jelly receive.jelly receiveMap.jelly receiveObject.jelly sendMap.jell

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:06:02 2005 New Revision: 344916 URL: http://svn.apache.org/viewcvs?rev=344916view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly (props changed)

svn commit: r344917 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:08:11 2005 New Revision: 344917 URL: http://svn.apache.org/viewcvs?rev=344917view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml URL:

svn commit: r344918 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl: example.jelly example2.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:08:40 2005 New Revision: 344918 URL: http://svn.apache.org/viewcvs?rev=344918view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly (props changed)

svn commit: r344919 - /jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:09:18 2005 New Revision: 344919 URL: http://svn.apache.org/viewcvs?rev=344919view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml URL:

svn commit: r344920 - /jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:09:31 2005 New Revision: 344920 URL: http://svn.apache.org/viewcvs?rev=344920view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly (props changed)

svn commit: r344921 - /jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:09:47 2005 New Revision: 344921 URL: http://svn.apache.org/viewcvs?rev=344921view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly (contents,

svn commit: r344922 - /jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:10:17 2005 New Revision: 344922 URL: http://svn.apache.org/viewcvs?rev=344922view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml

svn commit: r344923 - /jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:10:38 2005 New Revision: 344923 URL: http://svn.apache.org/viewcvs?rev=344923view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly (contents, props

svn commit: r344924 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql: example.jelly example2.jelly example3.jelly suite.jelly testSql.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:10:54 2005 New Revision: 344924 URL: http://svn.apache.org/viewcvs?rev=344924view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example.jelly (props changed)

svn commit: r344925 - /jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:11:21 2005 New Revision: 344925 URL: http://svn.apache.org/viewcvs?rev=344925view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml URL:

svn commit: r344926 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt: example.jelly parentDemo.jelly styleDefaultDemo.jelly tableTree.jelly tree.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:12:21 2005 New Revision: 344926 URL: http://svn.apache.org/viewcvs?rev=344926view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly (contents, props

svn commit: r344927 - /jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:13:00 2005 New Revision: 344927 URL: http://svn.apache.org/viewcvs?rev=344927view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml Modified:

svn commit: r344928 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads: basic.jelly group1.jelly suite.jelly sync.jelly wait1.jelly wait2.jelly wait3

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:13:15 2005 New Revision: 344928 URL: http://svn.apache.org/viewcvs?rev=344928view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly (contents, props

svn commit: r344929 - /jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:14:10 2005 New Revision: 344929 URL: http://svn.apache.org/viewcvs?rev=344929view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml Modified:

svn commit: r344930 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate: suite.jelly validateDTD.jelly validateRNG.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:14:25 2005 New Revision: 344930 URL: http://svn.apache.org/viewcvs?rev=344930view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly (contents,

svn commit: r344931 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml: ./ betwixt/ schematron/

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:14:53 2005 New Revision: 344931 URL: http://svn.apache.org/viewcvs?rev=344931view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpace.jelly (props

svn commit: r344932 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:16:33 2005 New Revision: 344932 URL: http://svn.apache.org/viewcvs?rev=344932view=rev Log: Bump open version Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml Modified:

svn commit: r344933 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:16:49 2005 New Revision: 344933 URL: http://svn.apache.org/viewcvs?rev=344933view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly (props

svn commit: r344934 - in /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly: outputBad.jelly outputGood.jelly testStaticNamespacedAttributes.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:17:33 2005 New Revision: 344934 URL: http://svn.apache.org/viewcvs?rev=344934view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly (contents, props changed)

svn commit: r344935 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly

2005-11-15 Thread dion
Author: dion Date: Tue Nov 15 22:17:59 2005 New Revision: 344935 URL: http://svn.apache.org/viewcvs?rev=344935view=rev Log: Fix mime-type and keywords Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly (contents, props changed)

[chain] dependencies

2005-11-15 Thread Wendy Smoak
I'm trying to sort out the dependencies for Chain-- right now the pom in the repository (for Maven 2) is bringing the Servlet and Portlet APIs plus a beta version of MyFaces into any project that depends on it. From the project home page, it looks like all three of these are optional. Can

Re: [chain] dependencies

2005-11-15 Thread Craig McClanahan
On 11/15/05, Wendy Smoak [EMAIL PROTECTED] wrote: I'm trying to sort out the dependencies for Chain-- right now the pom in the repository (for Maven 2) is bringing the Servlet and Portlet APIs plus a beta version of MyFaces into any project that depends on it. From the project home page, it

Re: [chain] dependencies

2005-11-15 Thread Carlos Sanchez
What maven2 tries to address with optional means that there's a very high chance for that jar not to be needed. Let's say you can use chain in a standalone (not servlet) environment, then servlet dependency is optional. This is a way to solve problems that usually would be easier solved having a