problems reading mac files

2006-11-17 Thread Kasper B. Graversen
Hi I'm trying to read a mac file (only containing \r as linebreak) using public String importFile(Reader inputfile) throws IOException { // read the file final CSVParser csvparser = new CSVParser(inputfile); final CSVStrategy strategy = new

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

2006-11-17 Thread dIon Gillard
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-email has an issue affecting its community integration. This issue

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

2006-11-17 Thread dIon Gillard
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-email has an issue affecting its community integration. This issue

[jira] Commented: (IO-99) FileCleaner thread never ends and cause memory leak in AS

2006-11-17 Thread JIRA
[ http://issues.apache.org/jira/browse/IO-99?page=comments#action_12450687 ] Vera Mickaël commented on IO-99: I don't know if a daemon thread prevents a classloader from being garbaged ? I worked for several days on classloader leaks,

[jira] Created: (FILEUPLOAD-120) memory leak due to classloader leak (in commons.io)

2006-11-17 Thread JIRA
memory leak due to classloader leak (in commons.io) --- Key: FILEUPLOAD-120 URL: http://issues.apache.org/jira/browse/FILEUPLOAD-120 Project: Commons FileUpload Issue Type: Bug Affects

[BEANUTILS-257] Wrapping all checked exceptions

2006-11-17 Thread Aaron . Digulla
Hello, I'd like to start the discussion about http://issues.apache.org/jira/browse/BEANUTILS-257 which I opened. The idea behind the issue came from using Spring and Hibernate. These big frameworks frown upon using checked exceptions because experience shows that the code which calls a method

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

2006-11-17 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-net has an issue affecting its community integration. This issue affects

[nightly build] net proxy failed.

2006-11-17 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061117/net.log http://people.apache.org/~psteitz/commons-nightlies/20061117/proxy.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[jira] Commented: (DAEMON-86) [daemon] procrun --User and --Password options do not work

2006-11-17 Thread Gael Marziou (JIRA)
[ http://issues.apache.org/jira/browse/DAEMON-86?page=comments#action_12450714 ] Gael Marziou commented on DAEMON-86: Thanks Mladen for this explanation, it covers my initial report but it does not cover the test scenario I put in my 2nd

Re: [BEANUTILS-257] Wrapping all checked exceptions

2006-11-17 Thread Aaron . Digulla
Hello, Just to get an idea of the savings, I converted PropertyUtilsTestCase. The old version has 3830 lines, the new one 3079 lines (20% less). Please note that the same amount of savings could have been achieved by using public test...() throws Exception instead of catching and handling

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

2006-11-17 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.

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

2006-11-17 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.

Re: [jelly] Broken links in tag reference

2006-11-17 Thread Paul Libbrecht
Now... I'm still missing to understand how this tag-reference is produced! I have finally found source xdocs for the handwritten ones but how are the very many others produced which are empty ? At least, one should correct these to the jelly doc output for the moment, or ? thanks for

[jira] Commented: (FILEUPLOAD-120) memory leak due to classloader leak (in commons.io)

2006-11-17 Thread JIRA
[ http://issues.apache.org/jira/browse/FILEUPLOAD-120?page=comments#action_12450746 ] Vera Mickaël commented on FILEUPLOAD-120: - I don't feel like my issue is invalid. This is really a commons.fileupload bug as commons.fileupload

svn commit: r476192 - /jakarta/commons/proper/digester/trunk/pom.xml

2006-11-17 Thread dennisl
Author: dennisl Date: Fri Nov 17 08:16:30 2006 New Revision: 476192 URL: http://svn.apache.org/viewvc?view=revrev=476192 Log: Add Checkstyle configuration. Modified: jakarta/commons/proper/digester/trunk/pom.xml Modified: jakarta/commons/proper/digester/trunk/pom.xml URL:

Re: [Digester] Maven2 POM Questions and Proposals

2006-11-17 Thread Dennis Lundberg
Rahul Akolkar wrote: On 11/16/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Craig McClanahan wrote: On 11/16/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Simon Kitching wrote: On Wed, 2006-11-15 at 22:20 -0500, Rahul Akolkar wrote: On 11/14/06, Dennis Lundberg [EMAIL PROTECTED] wrote:

svn commit: r476205 - in /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester: ./ plugins/ xmlrules/

2006-11-17 Thread dennisl
Author: dennisl Date: Fri Nov 17 08:43:10 2006 New Revision: 476205 URL: http://svn.apache.org/viewvc?view=revrev=476205 Log: Fix Checkstyle errors: replace tab characters with spaces. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

[jira] Created: (LOGGING-110) Implement a Level class and a generic log method in Log

2006-11-17 Thread Sebastiaan van Erk (JIRA)
Implement a Level class and a generic log method in Log --- Key: LOGGING-110 URL: http://issues.apache.org/jira/browse/LOGGING-110 Project: Commons Logging Issue Type: New Feature

[jira] Created: (JEXL-30) ASTAddNode does not add BigDecimal objects correctly

2006-11-17 Thread Curtis Stanford (JIRA)
ASTAddNode does not add BigDecimal objects correctly Key: JEXL-30 URL: http://issues.apache.org/jira/browse/JEXL-30 Project: Commons JEXL Issue Type: Bug Affects Versions: 1.1

[jira] Updated: (LOGGING-85) [logging] Create Log factory method getLog()

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-85?page=all ] Dennis Lundberg updated LOGGING-85: --- Bugzilla Id: (was: 21114) Affects Version/s: 1.0.3 (was: 1.3 Final) [logging] Create Log factory method getLog()

[jira] Updated: (LOGGING-83) [logging] Enhance error message for org.apache.commons.logging.impl.Log4JLogger does not implement Log

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-83?page=all ] Dennis Lundberg updated LOGGING-83: --- Bugzilla Id: (was: 25156) Affects Version/s: 1.0.3 (was: 1.0 Beta 1) [logging] Enhance error message for

[jira] Updated: (LOGGING-54) Problem accessing LogFactoryImpl from servlet

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-54?page=all ] Dennis Lundberg updated LOGGING-54: --- Bugzilla Id: (was: 9599) Affects Version/s: (was: 1.0 Beta 1) Problem accessing LogFactoryImpl from servlet

[jira] Updated: (LOGGING-30) Ability to set levels for loggers

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-30?page=all ] Dennis Lundberg updated LOGGING-30: --- Bugzilla Id: (was: 15450) Affects Version/s: (was: 1.0 Beta 1) Ability to set levels for loggers -

[jira] Updated: (LOGGING-6) getResourceAsStream access permissions in J2EE environs

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-6?page=all ] Dennis Lundberg updated LOGGING-6: -- Bugzilla Id: (was: 15331) Affects Version/s: (was: 1.0 Beta 1) getResourceAsStream access permissions in J2EE environs

[jira] Closed: (LOGGING-45) Default LogFactory Implementation fails for Log4J : ClassCastException

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-45?page=all ] Dennis Lundberg closed LOGGING-45. -- Default LogFactory Implementation fails for Log4J : ClassCastException --

[jira] Updated: (LOGGING-78) [logging] The Log4JCategoryLog class does not get Serialized in WLS 8.1. Given below is the stackTrace

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-78?page=all ] Dennis Lundberg updated LOGGING-78: --- Bugzilla Id: (was: 26802) Affects Version/s: (was: 1.1 Final) [logging] The Log4JCategoryLog class does not get Serialized in WLS 8.1.

[jira] Updated: (LOGGING-86) [logging] SimpleLog log method should defer writing for better reuse!

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-86?page=all ] Dennis Lundberg updated LOGGING-86: --- Bugzilla Id: (was: 27135) Affects Version/s: 1.0.3 (was: 1.0 Alpha) [logging] SimpleLog log method should defer

[jira] Updated: (LOGGING-81) SimpleFileLog class

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-81?page=all ] Dennis Lundberg updated LOGGING-81: --- Bugzilla Id: (was: 17157) Affects Version/s: 1.0.3 (was: 1.0 Alpha) SimpleFileLog class ---

[jira] Updated: (LOGGING-74) Commons logging jar files causes weblogic to throw errors

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-74?page=all ] Dennis Lundberg updated LOGGING-74: --- Bugzilla Id: (was: 19390) Affects Version/s: 1.0.3 (was: 1.0 Alpha) Commons logging jar files causes weblogic to

[jira] Updated: (LOGGING-77) The syntax error exists in the sample code of package-summary.html

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-77?page=all ] Dennis Lundberg updated LOGGING-77: --- Bugzilla Id: (was: 25135) Affects Version/s: 1.0.3 (was: 1.0 Alpha) The syntax error exists in the sample code of

[jira] Created: (DBCP-201) Statement closing due to unprovoked rollback

2006-11-17 Thread Theresa Field (JIRA)
Statement closing due to unprovoked rollback Key: DBCP-201 URL: http://issues.apache.org/jira/browse/DBCP-201 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.3 Environment:

[jira] Created: (SCXML-31) Var and Assign to log the result of the evaluation

2006-11-17 Thread Nestor Urquiza (JIRA)
Var and Assign to log the result of the evaluation -- Key: SCXML-31 URL: http://issues.apache.org/jira/browse/SCXML-31 Project: Commons SCXML Issue Type: Improvement Affects Versions: 0.5

[jira] Updated: (LOGGING-80) [logging][PATCH] Javadoc for jul.Log interface

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-80?page=all ] Dennis Lundberg updated LOGGING-80: --- Bugzilla Id: (was: 38783) Fix Version/s: 1.1.0 Affects Version/s: 1.0.4 (was: 1.1.0) [logging][PATCH]

[jira] Updated: (LOGGING-9) [logging] Log.trace() doesn't use log4j 1.3 trace methods

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-9?page=all ] Dennis Lundberg updated LOGGING-9: -- Bugzilla Id: (was: 34437) Fix Version/s: 1.1.0 [logging] Log.trace() doesn't use log4j 1.3 trace methods

[jira] Closed: (LOGGING-9) [logging] Log.trace() doesn't use log4j 1.3 trace methods

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-9?page=all ] Dennis Lundberg closed LOGGING-9. - [logging] Log.trace() doesn't use log4j 1.3 trace methods - Key: LOGGING-9

[jira] Updated: (LOGGING-2) exception when logging in JDK 1.3 with Lumberjack

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-2?page=all ] Dennis Lundberg updated LOGGING-2: -- Bugzilla Id: (was: 21455) Fix Version/s: 1.0.4 exception when logging in JDK 1.3 with Lumberjack -

[jira] Closed: (LOGGING-2) exception when logging in JDK 1.3 with Lumberjack

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-2?page=all ] Dennis Lundberg closed LOGGING-2. - exception when logging in JDK 1.3 with Lumberjack - Key: LOGGING-2 URL:

[jira] Updated: (LOGGING-65) [logging] Disabling of TCCL

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-65?page=all ] Dennis Lundberg updated LOGGING-65: --- Bugzilla Id: (was: 36927) Fix Version/s: 1.1.0 Affects Version/s: 1.0.4 [logging] Disabling of TCCL ---

[jira] Closed: (LOGGING-65) [logging] Disabling of TCCL

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-65?page=all ] Dennis Lundberg closed LOGGING-65. -- Assignee: Simon Kitching [logging] Disabling of TCCL --- Key: LOGGING-65 URL:

[jira] Updated: (SCXML-31) Var and Assign to log the result of the evaluation

2006-11-17 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-31?page=all ] Rahul Akolkar updated SCXML-31: --- Fix Version/s: 0.6 Assignee: Rahul Akolkar Var and Assign to log the result of the evaluation --

[jira] Closed: (LOGGING-41) Remove default log4j configuration

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-41?page=all ] Dennis Lundberg closed LOGGING-41. -- Remove default log4j configuration -- Key: LOGGING-41 URL:

[jira] Closed: (LOGGING-72) LogFactoryImpl.guessConfig overrides configuration

2006-11-17 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-72?page=all ] Dennis Lundberg closed LOGGING-72. -- LogFactoryImpl.guessConfig overrides configuration -- Key: LOGGING-72 URL:

svn commit: r476257 - in /jakarta/commons/proper/digester/trunk: maven.xml project.properties xdocs/navigation.xml xdocs/style/project.css

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:04:59 2006 New Revision: 476257 URL: http://svn.apache.org/viewvc?view=revrev=476257 Log: Decouple site from commons-build dependency. Modified: jakarta/commons/proper/digester/trunk/maven.xml jakarta/commons/proper/digester/trunk/project.properties

svn commit: r476259 - in /jakarta/commons/proper/digester/trunk: pom.xml project.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:08:20 2006 New Revision: 476259 URL: http://svn.apache.org/viewvc?view=revrev=476259 Log: Adding myself to developers Modified: jakarta/commons/proper/digester/trunk/pom.xml jakarta/commons/proper/digester/trunk/project.xml Modified:

svn commit: r476260 - /jakarta/commons/proper/digester/trunk/project.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:09:28 2006 New Revision: 476260 URL: http://svn.apache.org/viewvc?view=revrev=476260 Log: Match Craig's email change to the m2 POM. Modified: jakarta/commons/proper/digester/trunk/project.xml Modified: jakarta/commons/proper/digester/trunk/project.xml URL:

svn commit: r476261 - /jakarta/commons/proper/digester/trunk/pom.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:10:25 2006 New Revision: 476261 URL: http://svn.apache.org/viewvc?view=revrev=476261 Log: Remove TODO, use default PMD rules. Modified: jakarta/commons/proper/digester/trunk/pom.xml Modified: jakarta/commons/proper/digester/trunk/pom.xml URL:

[jira] Updated: (SCXML-31) Var and Assign to log the result of the evaluation

2006-11-17 Thread Nestor Urquiza (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-31?page=all ] Nestor Urquiza updated SCXML-31: Attachment: SCXML-31.patch the proposed patch file. Var and Assign to log the result of the evaluation --

[Jakarta-commons Wiki] Update of SCXML/HomePage by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/HomePage

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging New page: ##language:en == Configuring Logging in SCXML ==

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging

svn commit: r476271 - in /jakarta/commons/proper/digester/trunk: RELEASE-NOTES.txt xdocs/index.xml xdocs/navigation.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:33:54 2006 New Revision: 476271 URL: http://svn.apache.org/viewvc?view=revrev=476271 Log: Update dependency information in site and release notes. Recommend BeanUtils 1.7 over (BeanUtils 1.x and Collections 2/3.x). Shorten blurb about collections and ArrayStack

[Jakarta-commons Wiki] Update of SCXML/Tutorials/Logging by NestorUrquiza

2006-11-17 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 NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging

svn commit: r476276 - /jakarta/commons/proper/digester/trunk/maven.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:44:35 2006 New Revision: 476276 URL: http://svn.apache.org/viewvc?view=revrev=476276 Log: Add xdocs to source distro. Modified: jakarta/commons/proper/digester/trunk/maven.xml Modified: jakarta/commons/proper/digester/trunk/maven.xml URL:

[jira] Commented: (IO-99) FileCleaner thread never ends and cause memory leak in AS

2006-11-17 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-99?page=comments#action_12450870 ] Henri Yandell commented on IO-99: - Thanks for the reply Vera; please don't take my comment as a negative view. Definitely a good idea to bring it up to the

svn commit: r476281 - /jakarta/commons/proper/digester/trunk/maven.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 11:49:38 2006 New Revision: 476281 URL: http://svn.apache.org/viewvc?view=revrev=476281 Log: Sum along. Modified: jakarta/commons/proper/digester/trunk/maven.xml Modified: jakarta/commons/proper/digester/trunk/maven.xml URL:

Re: problems reading mac files

2006-11-17 Thread Henri Yandell
Could you raise an issue in JIRA? http://issues.apache.org/jira/browse/SANDBOX Attaching a test file would be great if you have one you can make public. Hen On 11/17/06, Kasper B. Graversen [EMAIL PROTECTED] wrote: Hi I'm trying to read a mac file (only containing \r as linebreak) using

svn commit: r476288 - in /jakarta/commons/proper/digester/trunk: src/java/org/apache/commons/digester/package.html xdocs/index.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 12:00:50 2006 New Revision: 476288 URL: http://svn.apache.org/viewvc?view=revrev=476288 Log: Rework dependency portions of the guide. Adjust cols in homepage table. Modified:

[io][fileupload] Releasing...?

2006-11-17 Thread Henri Yandell
Couple of things. 1) Should FileUpload wait on IO to release before releasing? 2) Does this issue impact either release: http://issues.apache.org/jira/browse/IO-99 Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For

svn commit: r476298 - /jakarta/commons/proper/digester/trunk/project.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 12:21:53 2006 New Revision: 476298 URL: http://svn.apache.org/viewvc?view=revrev=476298 Log: Improve dependencies page. Modified: jakarta/commons/proper/digester/trunk/project.xml Modified: jakarta/commons/proper/digester/trunk/project.xml URL:

svn commit: r476300 - /jakarta/commons/proper/digester/trunk/xdocs/cvs-usage.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 12:24:52 2006 New Revision: 476300 URL: http://svn.apache.org/viewvc?view=revrev=476300 Log: A better source repository information page. Added: jakarta/commons/proper/digester/trunk/xdocs/cvs-usage.xml (with props) Added:

svn commit: r476307 - /jakarta/commons/proper/digester/trunk/xdocs/issue-tracking.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 12:41:44 2006 New Revision: 476307 URL: http://svn.apache.org/viewvc?view=revrev=476307 Log: Better issue tracking page. Added: jakarta/commons/proper/digester/trunk/xdocs/issue-tracking.xml (with props) Added:

svn commit: r476312 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginContext.java

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 12:59:09 2006 New Revision: 476312 URL: http://svn.apache.org/viewvc?view=revrev=476312 Log: Revert r378712: http://svn.apache.org/viewvc?view=revrevision=378712 Clirr flags this as 4 errors. Leave a TODO in place for reconsidering this in 2.0. Modified:

svn commit: r476313 - /jakarta/commons/proper/digester/trunk/NOTICE.txt

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 13:06:49 2006 New Revision: 476313 URL: http://svn.apache.org/viewvc?view=revrev=476313 Log: Update NOTICE to match latest policy. Modified: jakarta/commons/proper/digester/trunk/NOTICE.txt Modified: jakarta/commons/proper/digester/trunk/NOTICE.txt URL:

svn commit: r476322 - /jakarta/commons/proper/digester/trunk/maven.xml

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 13:19:20 2006 New Revision: 476322 URL: http://svn.apache.org/viewvc?view=revrev=476322 Log: Include m2 POM in src distro. Modified: jakarta/commons/proper/digester/trunk/maven.xml Modified: jakarta/commons/proper/digester/trunk/maven.xml URL:

svn commit: r476323 - in /jakarta/commons/proper/digester/trunk: RELEASE-NOTES.txt build.xml pom.xml project.xml src/conf/MANIFEST.MF

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 13:21:14 2006 New Revision: 476323 URL: http://svn.apache.org/viewvc?view=revrev=476323 Log: Lets try RC1. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt jakarta/commons/proper/digester/trunk/build.xml

svn commit: r476324 - in /jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs: provider/mime/MimeFileObject.java provider/mime/MimeFileSystem.java util/SharedRandomContentInp

2006-11-17 Thread imario
Author: imario Date: Fri Nov 17 13:21:32 2006 New Revision: 476324 URL: http://svn.apache.org/viewvc?view=revrev=476324 Log: close all resources if filesystem will be closed (e.g. during gc) Modified:

svn commit: r476333 - /jakarta/commons/proper/digester/trunk/KEYS

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 13:46:09 2006 New Revision: 476333 URL: http://svn.apache.org/viewvc?view=revrev=476333 Log: Digester doesn't seem to have a KEYS file in SVN, but since lot of components do, I'll put my key here as well. Added: jakarta/commons/proper/digester/trunk/KEYS

including commons-csv in incubating project

2006-11-17 Thread Yonik Seeley
Hi, I'd like to include CSV support in Solr, which is an incubating project. Does anyone know of any ASF/legal issues with making a Solr release including commons-csv (given that it hasn't made a release itself, and is still in the sandbox)? Given some of the threads on incubator-general

svn commit: r476340 - /jakarta/commons/proper/digester/tags/DIGESTER_1_8_RC1/

2006-11-17 Thread rahul
Author: rahul Date: Fri Nov 17 14:09:36 2006 New Revision: 476340 URL: http://svn.apache.org/viewvc?view=revrev=476340 Log: Tag Digester 1.8 RC1 Added: jakarta/commons/proper/digester/tags/DIGESTER_1_8_RC1/ - copied from r476339, jakarta/commons/proper/digester/trunk/

[jira] Commented: (LOGGING-110) Implement a Level class and a generic log method in Log

2006-11-17 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-110?page=comments#action_12450911 ] Simon Kitching commented on LOGGING-110: I agree it would be convenient to have a log level that can be queried and a generic log method that takes a

[all] Digester 1.8-RC1 available

2006-11-17 Thread Rahul Akolkar
http://people.apache.org/~rahul/commons/digester/ Notes: * The site requires manual installation of the 1.8 directory on the webserver; since this can't/shouldn't be done until the release vote actually passes, there are several 404s on the site home page (that will get filled in) * Going to JCL

Re: [all] Digester 1.8-RC1 available

2006-11-17 Thread Craig McClanahan
On 11/17/06, Rahul Akolkar [EMAIL PROTECTED] wrote: http://people.apache.org/~rahul/commons/digester/ Notes: * The site requires manual installation of the 1.8 directory on the webserver; since this can't/shouldn't be done until the release vote actually passes, there are several 404s on the

Re: [all] Digester 1.8-RC1 available

2006-11-17 Thread Rahul Akolkar
On 11/17/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/17/06, Rahul Akolkar [EMAIL PROTECTED] wrote: http://people.apache.org/~rahul/commons/digester/ Notes: * The site requires manual installation of the 1.8 directory on the webserver; since this can't/shouldn't be done until the

svn commit: r476349 - in /jakarta/commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs/cache/ sandbox/src/main/java/org/apache/commons/vfs/provider/mime/ sandbox/src/main/java/org/apach

2006-11-17 Thread imario
Author: imario Date: Fri Nov 17 14:52:44 2006 New Revision: 476349 URL: http://svn.apache.org/viewvc?view=revrev=476349 Log: added WeakRefFilesCache which should be a little bit faster in freeing resources, though, not sure about it yet. optimized freeing resources int

Re: [io][fileupload] Releasing...?

2006-11-17 Thread Jochen Wiedmann
On 11/17/06, Henri Yandell [EMAIL PROTECTED] wrote: 1) Should FileUpload wait on IO to release before releasing? Time frame? 2) Does this issue impact either release: http://issues.apache.org/jira/browse/IO-99 IMO, it doesn't. The situation sounds somewhat exotic and it is not even

Re: [io][fileupload] Releasing...?

2006-11-17 Thread Stephen Colebourne
IO 1.3 is about ready to go. I am in the process of moving laptops ATM and hoping that my old laptop hasn't completely died so I can extract everything off it. Stephen - Original Message From: Jochen Wiedmann [EMAIL PROTECTED] To: Jakarta Commons Developers List

[jira] Commented: (IO-99) FileCleaner thread never ends and cause memory leak in AS

2006-11-17 Thread Martin Cooper (JIRA)
[ http://issues.apache.org/jira/browse/IO-99?page=comments#action_12450929 ] Martin Cooper commented on IO-99: - It would make sense to me for FileCleaner to provide a method to cleanly stop the reaper thread, and possiby another method to

svn commit: r476370 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread skitching
Author: skitching Date: Fri Nov 17 15:42:48 2006 New Revision: 476370 URL: http://svn.apache.org/viewvc?view=revrev=476370 Log: Trivial change; add newline after license. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk/pom.xml URL:

Re: [all] Digester 1.8-RC1 available

2006-11-17 Thread Simon Kitching
On Fri, 2006-11-17 at 17:39 -0500, Rahul Akolkar wrote: On 11/17/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/17/06, Rahul Akolkar [EMAIL PROTECTED] wrote: http://people.apache.org/~rahul/commons/digester/ Notes: * The site requires manual installation of the 1.8 directory

Re: including commons-csv in incubating project

2006-11-17 Thread Henri Yandell
On 11/17/06, Yonik Seeley [EMAIL PROTECTED] wrote: Hi, I'd like to include CSV support in Solr, which is an incubating project. Does anyone know of any ASF/legal issues with making a Solr release including commons-csv (given that it hasn't made a release itself, and is still in the sandbox)?

[all] releases

2006-11-17 Thread Henri Yandell
This is cool - we're active enough that our internal dependencies are now important for release prioritizing. Sure a pain - but a good sign of activity. So, here's the ones I know of: Logging 1.1.1 Digester 1.8 IO 1.3 Betwixt 0.8 DbUtils 1.1 FileUpload 1.2 Discovery 0.4 Any missing? Seems

FileUpload Errors

2006-11-17 Thread Mundell, R. (Ronald)
Good Day I downloaded on of the examples from the website site (http://www.onjava.com/onjava/2003/06/25/examples/commons1src.zip) and am having problems getting it to work. I don't know what the problem is. I have included the latest commons-fileupload.jar file. I also have included

sorry to bother - can't build Jelly

2006-11-17 Thread Darryl Fenwick
I'm writing to the nag e-mail address with the (perhaps vain) hope that someone can help me. I have followed the instructions for building Jelly on the web page but can't get anywhere. I am completely inexperienced with maven so perhaps I am doing something wrong. (1) I downloaded

Re: FileUpload Errors

2006-11-17 Thread Martin Cooper
On 11/15/06, Mundell, R. (Ronald) [EMAIL PROTECTED] wrote: Good Day I downloaded on of the examples from the website site (http://www.onjava.com/onjava/2003/06/25/examples/commons1src.zip) and am having problems getting it to work. This example is from the O'Reilly OnJava site, not the

[logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-17 Thread Rahul Akolkar
On 11/17/06, Simon Kitching [EMAIL PROTECTED] wrote: On Fri, 2006-11-17 at 17:39 -0500, Rahul Akolkar wrote: On 11/17/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/17/06, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ * Going to JCL 1.1 we should be aware of MEV-392 [1], and whether

Re: sorry to bother - can't build Jelly

2006-11-17 Thread Rahul Akolkar
On 11/15/06, Darryl Fenwick [EMAIL PROTECTED] wrote: I'm writing to the nag e-mail address with the (perhaps vain) hope that someone can help me. I have followed the instructions for building Jelly on the web page but can't get anywhere. I am completely inexperienced with maven so perhaps I

Re: sorry to bother - can't build Jelly

2006-11-17 Thread Simon Kitching
Hi Darryl, In future, please send emails to the user list rather than this one (see the jelly home page for mailing list details): http://jakarta.apache.org/commons/jelly/ ie please don't reply to this; if you have any further questions start an email on the user list. When posting to that

Re: [all] releases

2006-11-17 Thread Rahul Akolkar
On 11/17/06, Henri Yandell [EMAIL PROTECTED] wrote: This is cool - we're active enough that our internal dependencies are now important for release prioritizing. Sure a pain - but a good sign of activity. So, here's the ones I know of: Logging 1.1.1 Digester 1.8 IO 1.3 Betwixt 0.8 DbUtils 1.1

Re: including commons-csv in incubating project

2006-11-17 Thread Yonik Seeley
On 11/17/06, Henri Yandell [EMAIL PROTECTED] wrote: On 11/17/06, Yonik Seeley [EMAIL PROTECTED] wrote: Hi, I'd like to include CSV support in Solr, which is an incubating project. Does anyone know of any ASF/legal issues with making a Solr release including commons-csv (given that it hasn't

[jira] Created: (LOGGING-111) Small patch to make debugging easier

2006-11-17 Thread Lilianne E. Blaze (JIRA)
Small patch to make debugging easier Key: LOGGING-111 URL: http://issues.apache.org/jira/browse/LOGGING-111 Project: Commons Logging Issue Type: Improvement Affects Versions: 1.1.1

[logging] Maven2 POM Question

2006-11-17 Thread Craig McClanahan
The pom.xml file for Commons Logging in the trunk has an interesting approach to declaring dependencies, based on the existence or non-existence of a file named commons-logging-README.txt. AFAICT, the purpose for this is to make the dependencies non-optional when you are building Commons Logging

[jira] Commented: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-17 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-257?page=comments#action_12450959 ] Niall Pemberton commented on BEANUTILS-257: --- Aaron thanks for preparing a patch. This would need to go into a BeanUtils 2 version since it isn't

Re: [logging] Maven2 POM Question

2006-11-17 Thread Simon Kitching
On Fri, 2006-11-17 at 18:52 -0800, Craig McClanahan wrote: The pom.xml file for Commons Logging in the trunk has an interesting approach to declaring dependencies, based on the existence or non-existence of a file named commons-logging-README.txt. AFAICT, the purpose for this is to make the

svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread skitching
Author: skitching Date: Fri Nov 17 19:41:32 2006 New Revision: 476429 URL: http://svn.apache.org/viewvc?view=revrev=476429 Log: Add comments about unusual dependency-handling approach. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified:

Re: svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread Wendy Smoak
On 11/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: skitching Date: Fri Nov 17 19:41:32 2006 New Revision: 476429 URL: http://svn.apache.org/viewvc?view=revrev=476429 Log: Add comments about unusual dependency-handling approach. ... if we declare them optional then +- when

Re: [logging] Maven2 POM Question

2006-11-17 Thread Wendy Smoak
On 11/17/06, Simon Kitching [EMAIL PROTECTED] wrote: Sorry :-). That's exactly the purpose. I'll add a comment now. I saw the commit before the thread, so commented there. Marking a dependency 'optional' excludes it from transitive dependency resolution, nothing more. It should still be on

Re: svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread Simon Kitching
On Fri, 2006-11-17 at 20:53 -0700, Wendy Smoak wrote: On 11/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: skitching Date: Fri Nov 17 19:41:32 2006 New Revision: 476429 URL: http://svn.apache.org/viewvc?view=revrev=476429 Log: Add comments about unusual

Re: svn commit: r476429 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-17 Thread Wendy Smoak
On 11/17/06, Simon Kitching [EMAIL PROTECTED] wrote: Are you saying that if you mark the dependencies optional, you get compilation errors? That doesn't sound right. Well, that's exactly what happens. Found it. Optional is not a scope, it's a separate element. Instead of

  1   2   >