Re: [transaction] Preparing a release

2006-07-24 Thread Henri Yandell
On 7/24/06, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: Hi folks! I have already uploaded the files for a 1.2 release candidate to http://people.apache.org/~ozeigermann/tx-1.2rc1/ Have you read the Releasing Components webpages? Few things to change: .MD5 to .md5 .tgz to .tar.gz zips and t

eclipse customisation files for commons ?

2006-07-24 Thread Luc Maisonobe
Hello, Are there customisation files available (formatter profile, editor preferences, templates ...) for the Eclipse IDE tailored to the commons style ? Luc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

svn commit: r425265 - in /jakarta/commons/proper/attributes/trunk: RELEASE.txt RELEASE_NOTES.txt

2006-07-24 Thread bayard
Author: bayard Date: Mon Jul 24 20:14:59 2006 New Revision: 425265 URL: http://svn.apache.org/viewvc?rev=425265&view=rev Log: Renaming the release notes in accordance with other components Added: jakarta/commons/proper/attributes/trunk/RELEASE_NOTES.txt - copied unchanged from r425263,

[jira] Commented: (IO-89) Inconsistency in SizeFileFilter and AgeFileFilter implementations

2006-07-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/IO-89?page=comments#action_12423215 ] Niall Pemberton commented on IO-89: --- OK so this needs re-thinking. IMO it should be easy to use any of the five compare operators (i.e. <, <=, =, >=, >) with the size

svn commit: r425252 - in /jakarta/commons/proper/logging/trunk: commons-logging-README.txt pom.xml

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:37:50 2006 New Revision: 425252 URL: http://svn.apache.org/viewvc?rev=425252&view=rev Log: Initial attempt at building commons-logging using maven2; not fully functional yet. Added: jakarta/commons/proper/logging/trunk/commons-logging-README.txt (with

svn commit: r425250 - /jakarta/commons/proper/logging/trunk/project.xml

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:32:04 2006 New Revision: 425250 URL: http://svn.apache.org/viewvc?rev=425250&view=rev Log: Replace confusing variable use with plain text. There's no need for flexibility here as the artifact id is really unlikely to change, and if it does we can just search

svn commit: r425249 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: config/ jdk14/ log4j/log4j12/ logkit/ security/ servlet/ simple/ tccl/ tccl/log/ tccl/logfactory/

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:30:16 2006 New Revision: 425249 URL: http://svn.apache.org/viewvc?rev=425249&view=rev Log: Make unit tests compatible with maven2 Surefire plugin. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/FirstPriorityConf

svn commit: r425247 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java

2006-07-24 Thread skitching
Author: skitching Date: Mon Jul 24 18:26:37 2006 New Revision: 425247 URL: http://svn.apache.org/viewvc?rev=425247&view=rev Log: Add javadoc about setExplicitLoader/addLogicalLib. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/PathableClassLoader.java Mod

[jira] Resolved: (IO-87) Provide a convenience mehod in FileFilterUtils to create a Size Range filter

2006-07-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/IO-87?page=all ] Niall Pemberton resolved IO-87. --- Resolution: Fixed OK I've changed the parameter names as requested. Also renamed the method and made the javadoc clearer. Thanks for the feedback. P.S. I don't think

svn commit: r425240 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/filefilter/FileFilterUtils.java src/test/org/apache/commons/io/filefilter/FileFilterTestCase

2006-07-24 Thread niallp
Author: niallp Date: Mon Jul 24 17:51:57 2006 New Revision: 425240 URL: http://svn.apache.org/viewvc?rev=425240&view=rev Log: IO-87 - change parameter names and javadoc to make it more explicit that the maximum/minimum values are inclusive. Also rename method to indicate its a "range" filter. M

Re: [jelly] Broken links in tag reference

2006-07-24 Thread Dion Gillard
I don't think the tag reference is complete. On 7/25/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi The links under "Tag Reference" are all broken. That is all except "All tags". http://jakarta.apache.org/commons/jelly/tag-reference/index.html -- Dennis Lundberg

[jira] Commented: (IO-89) Inconsistency in SizeFileFilter and AgeFileFilter implementations

2006-07-24 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-89?page=comments#action_12423209 ] Stephen Colebourne commented on IO-89: -- I'm behind on reviewing commits, but the key thing is backwards compatability. The internal implementation (number of class

[jira] Commented: (IO-87) Provide a convenience mehod in FileFilterUtils to create a Size Range filter

2006-07-24 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-87?page=comments#action_12423208 ] Stephen Colebourne commented on IO-87: -- Feel free to tink of me as a dimwit, but minSize and maxSize don't always mean inclusive in my brain. hats why I always lik

[jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-24 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=comments#action_12423207 ] Stephen Colebourne commented on IO-86: -- One role for FileFinder would be if it had lots of set methods to setup the file filters to use. I'm not sure how viable th

Re: old style html in javadoc Was: [jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-24 Thread Stephen Colebourne
Simon Kitching wrote: I'm with Stephen here; simple is good. Javadoc isn't expected to be processed by anything other than the javadoc tool, and that handles as a separator fine, so why clutter things with ? Just to clarify my POV - if I was writing a web page inmy day job, I would use XHTML.

svn commit: r425232 - /jakarta/commons/sandbox/finder/trunk/src/test/org/apache/commons/finder/FileFinderTest.java

2006-07-24 Thread niallp
Author: niallp Date: Mon Jul 24 16:55:03 2006 New Revision: 425232 URL: http://svn.apache.org/viewvc?rev=425232&view=rev Log: Exclude directories from FileFinderTest.testFindSize() - nightly build was failing as it was finding 2 files rather than 1. Henri worked out that on vmbuild the dir size

Re: [all] Splitting the mailing list

2006-07-24 Thread Stephen Colebourne
Simon Kitching wrote: One problem is that of temporarily unsubscribing. We've all regularly seen what happens when someone goes on holiday for a few weeks and sets their email to auto-respond "out of office" without unsubscribing from these lists first. When there are 4 commons lists, how are pe

Re: [VOTE] Release Attributes 2.2

2006-07-24 Thread Stephen Colebourne
+1 Nit - I'd prefer RELEASE.txt be RELEASE-NOTES.txt Stephen Henri Yandell wrote: This is a vote for releasing Commons Attribetus 2.2 based on RC2. RC2 is here: http://people.apache.org/~bayard/commons-attributes --- [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose t

[jelly] Broken links in tag reference

2006-07-24 Thread Dennis Lundberg
Hi The links under "Tag Reference" are all broken. That is all except "All tags". http://jakarta.apache.org/commons/jelly/tag-reference/index.html -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [all] Splitting the mailing list

2006-07-24 Thread sebb
On 24/07/06, Henri Yandell <[EMAIL PROTECTED]> wrote: On 7/24/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > On Sat, 2006-07-22 at 21:53 -0700, Henri Yandell wrote: > > I had a thought just now on the multiple list concept - and a positive > > reason for splitting the lists in general. By having

Re: [all] Splitting the mailing list

2006-07-24 Thread Dennis Lundberg
Simon Kitching wrote: On Sat, 2006-07-22 at 21:53 -0700, Henri Yandell wrote: I had a thought just now on the multiple list concept - and a positive reason for splitting the lists in general. By having lists for commits, jira, wiki, ci etc filters become a lot, lot easier. Much easier for someon

Re: [VFS] UriParser '#' in file names

2006-07-24 Thread Paul Libbrecht
My 2p observing this thread... don't make the same error as dom4j here: they simply said you can't make a URL out of a filename with a # hence open a new FileInputStream preventing any relative resolution. I think the guilty method is file.toURL()... that one should convert the # sign to its equ

Re: [all] Splitting the mailing list

2006-07-24 Thread Henri Yandell
On 7/24/06, Simon Kitching <[EMAIL PROTECTED]> wrote: On Sat, 2006-07-22 at 21:53 -0700, Henri Yandell wrote: > I had a thought just now on the multiple list concept - and a positive > reason for splitting the lists in general. By having lists for > commits, jira, wiki, ci etc filters become a lo

Re: [all] Splitting the mailing list

2006-07-24 Thread Simon Kitching
On Sat, 2006-07-22 at 21:53 -0700, Henri Yandell wrote: > I had a thought just now on the multiple list concept - and a positive > reason for splitting the lists in general. By having lists for > commits, jira, wiki, ci etc filters become a lot, lot easier. Much > easier for someone to come up with

Re: old style html in javadoc Was: [jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-24 Thread Simon Kitching
On Sun, 2006-07-23 at 21:30 -0700, Henri Yandell wrote: > On 7/23/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > > The concept that XML (XHTML in this case) is human readable is highly > > dubious, and has > > become accepted wisdom far too easily. > > Agreed, a .properties file is far more

[jira] Commented: (IO-89) Inconsistency in SizeFileFilter and AgeFileFilter implementations

2006-07-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/IO-89?page=comments#action_12423156 ] Niall Pemberton commented on IO-89: --- I tried it out that way first (I have the changes ready to commit) with SizeFileFilter - but in my mind having the limits include

[jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=comments#action_12423131 ] Niall Pemberton commented on IO-86: --- I've deleted the FileFinder implementation and re-named FileFinderTestCase to DirectoryWalkerTestCase. I've also made the follow

[jira] Commented: (IO-89) Inconsistency in SizeFileFilter and AgeFileFilter implementations

2006-07-24 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/IO-89?page=comments#action_12423130 ] Rahul Akolkar commented on IO-89: - Agreed, thanks for your time. My only comment is since FileUtils.isFileNewer/Older are exclusive, perhaps we should have SizeFileFil

svn commit: r425158 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/ test/org/apache/commons/io/

2006-07-24 Thread niallp
Author: niallp Date: Mon Jul 24 12:41:29 2006 New Revision: 425158 URL: http://svn.apache.org/viewvc?rev=425158&view=rev Log: IO-86 DirectoryWalker modifications, delete FileFinder and rename FileFinderTestCase to DirectoryWalkerTestCase: - Change DirectoryWalker methods to use a Collection rathe

[jira] Created: (VFS-73) FileObject.moveTo() destroys data when changing case

2006-07-24 Thread Filip Defoort (JIRA)
FileObject.moveTo() destroys data when changing case Key: VFS-73 URL: http://issues.apache.org/jira/browse/VFS-73 Project: Commons VFS Issue Type: Bug Environment: any filesystem

Re: [VFS] UriParser '#' in file names

2006-07-24 Thread Filip Defoort
Done, I added both issues to JIRA. Cheers, - Filip Mario Ivankovits wrote: Hi Filip! I found one more 'bug' (undesired effect...): VFS can't seem to handle files with '#' in their name (don't ask.. I know, but I actually had a user that created those...) How bad. VFS itself can handle

[jira] Created: (VFS-72) UriParser can't handle '#' in file names

2006-07-24 Thread Filip Defoort (JIRA)
UriParser can't handle '#' in file names - Key: VFS-72 URL: http://issues.apache.org/jira/browse/VFS-72 Project: Commons VFS Issue Type: Bug Environment: any. Reporter: Filip Defo

[jira] Commented: (IO-87) Provide a convenience mehod in FileFilterUtils to create a Size Range filter

2006-07-24 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/IO-87?page=comments#action_12423093 ] Niall Pemberton commented on IO-87: --- IMO minimumSize and maximumSize indicate that both are "inclusive" and therefore its unecessary to rename the parameters. I agree

svn commit: r425113 - /jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt

2006-07-24 Thread niallp
Author: niallp Date: Mon Jul 24 09:28:28 2006 New Revision: 425113 URL: http://svn.apache.org/viewvc?rev=425113&view=rev Log: Update the release notes Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt URL: http://svn.apac

[jira] Created: (IO-89) Inconsistency in SizeFileFilter and AgeFileFilter implementations

2006-07-24 Thread Niall Pemberton (JIRA)
Inconsistency in SizeFileFilter and AgeFileFilter implementations - Key: IO-89 URL: http://issues.apache.org/jira/browse/IO-89 Project: Commons IO Issue Type: Bug Comp

svn commit: r425111 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/FileUtils.java test/org/apache/commons/io/FileUtilsTestCase.java

2006-07-24 Thread niallp
Author: niallp Date: Mon Jul 24 09:23:45 2006 New Revision: 425111 URL: http://svn.apache.org/viewvc?rev=425111&view=rev Log: IO-88 Add isFileOlder() methods to FileUtils (counterparts to existing isFileNewer() methods) Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/i

[jira] Created: (IO-88) Add isFileOlder() methods to FileUtils (counterparts to existing isFileNewer() methods)

2006-07-24 Thread Niall Pemberton (JIRA)
Add isFileOlder() methods to FileUtils (counterparts to existing isFileNewer() methods) --- Key: IO-88 URL: http://issues.apache.org/jira/browse/IO-88 Project: Common

Re: [blog] Observations :)

2006-07-24 Thread Rahul Akolkar
On 7/23/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: Hi everyone, I have been following the blog closely and it's a nice concept (and probably usable outside commons as well). Although I can see the humor in "Interviewing myself again", it would be nice if someone else did that :) To gi

svn commit: r425099 - /jakarta/commons/proper/scxml/trunk/KEYS

2006-07-24 Thread rahul
Author: rahul Date: Mon Jul 24 08:56:10 2006 New Revision: 425099 URL: http://svn.apache.org/viewvc?rev=425099&view=rev Log: We should really have one KEYS file for Commons, if not Jakarta, IMO. Thanks Hen for the reminder. Added: jakarta/commons/proper/scxml/trunk/KEYS (with props) Added

svn commit: r425097 - in /jakarta/commons/proper/scxml/trunk: pom.xml project.xml

2006-07-24 Thread rahul
Author: rahul Date: Mon Jul 24 08:53:12 2006 New Revision: 425097 URL: http://svn.apache.org/viewvc?rev=425097&view=rev Log: Add Niall to contributors section. Thanks for the many suggestions and changes related to the 0.5 RCs (I tend to think that adding to the developers section is your call).

Re: [transaction] Preparing a release

2006-07-24 Thread Niall Pemberton
On 7/24/06, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: Hi folks! I have already uploaded the files for a 1.2 release candidate to http://people.apache.org/~ozeigermann/tx-1.2rc1/ Not quite sure where to go from here. Do we need a vote for the release candidate? Its your judgement call on

Re: [compress] Status

2006-07-24 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niall Pemberton wrote: > Slightly OT for this thread, but compress now has a nightly build: > http://people.apache.org/builds/jakarta-commons/nightly/commons-compress/ That's great :-) > Will email my fax number to Torsten/Chris and see if I can a) r

Re: Re: [compress] Status

2006-07-24 Thread Niall Pemberton
Slightly OT for this thread, but compress now has a nightly build: http://people.apache.org/builds/jakarta-commons/nightly/commons-compress/ Niall On 7/24/06, Henri Yandell <[EMAIL PROTECTED]> wrote: On 7/19/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/18/06, Torsten Curdt <[EMAIL PROTEC

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

2006-07-24 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-07-24 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

[transaction] Preparing a release

2006-07-24 Thread Oliver Zeigermann
Hi folks! I have already uploaded the files for a 1.2 release candidate to http://people.apache.org/~ozeigermann/tx-1.2rc1/ Not quite sure where to go from here. Do we need a vote for the release candidate? Where to put the files for the release candidate for public inspection? Thanks in adv

svn commit: r425012 - in /jakarta/commons/proper/transaction/trunk: build.xml project.xml

2006-07-24 Thread ozeigermann
Author: ozeigermann Date: Mon Jul 24 04:15:16 2006 New Revision: 425012 URL: http://svn.apache.org/viewvc?rev=425012&view=rev Log: Preparation for 1.2 release Modified: jakarta/commons/proper/transaction/trunk/build.xml jakarta/commons/proper/transaction/trunk/project.xml Modified: jakar

Re: [VOTE] Release Attributes 2.2

2006-07-24 Thread Dennis Lundberg
I've checked the docs once more. It's looking good. There was a typo on the index.xml page that I fixed. I also noticed that there is a big "IMPORTANT" sign on the overview page of the Javadocs [1]. I think this should be removed from api/src/java/overview.html prior to release and then it can

svn commit: r424985 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-07-24 Thread dennisl
Author: dennisl Date: Mon Jul 24 02:48:21 2006 New Revision: 424985 URL: http://svn.apache.org/viewvc?rev=424985&view=rev Log: Fix typo in A Quick Sample. Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index

Re: [VOTE] Release Attributes 2.2

2006-07-24 Thread Leo Sutic
+1 Let's get it out the door. Thank you for doing the release, Henri. /LS On 7/24/06, Henri Yandell <[EMAIL PROTECTED]> wrote: This is a vote for releasing Commons Attribetus 2.2 based on RC2. RC2 is here: http://people.apache.org/~bayard/commons-attributes --- [ ] +1 I support

[jira] Commented: (IO-87) Provide a convenience mehod in FileFilterUtils to create a Size Range filter

2006-07-24 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-87?page=comments#action_12423008 ] Stephen Colebourne commented on IO-87: -- The parameters need to specify whether they are inclusive or exclusive, for example @param minSizeInclusive @param maxSizeE

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

2006-07-24 Thread commons-compress 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-compress has an issue affecting its community integration. This issue aff

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

2006-07-24 Thread commons-compress 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-compress has an issue affecting its community integration. This issue aff

Re: [VFS] UriParser '#' in file names

2006-07-24 Thread Mario Ivankovits
Hi Filip! > I found one more 'bug' (undesired effect...): VFS can't seem to handle > files with '#' in their > name (don't ask.. I know, but I actually had a user that created > those...) How bad. VFS itself can handle the file without any hassle. So the filename to uri conversion needs to be done

Re: [VOTE] Release Attributes 2.2

2006-07-24 Thread Nicolas De Loof
+1 from a nightly build user. Henri Yandell a écrit : This is a vote for releasing Commons Attribetus 2.2 based on RC2. RC2 is here: http://people.apache.org/~bayard/commons-attributes --- [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose this release because... -