[continuum] BUILD FAILURE: Commons FileUpload

2007-11-06 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=16891&projectId=166 Build statistics: State: Failed Previous State: Failed Started at: Tue 6 Nov 2007 20:33:28 -0800 Finished at: Tue 6 Nov 2007 20:33:50 -0800 Total time: 22s Build Trigger: Schedule Build Numb

Re: [JCI] Moving fam module to Commons IO

2007-11-06 Thread Niall Pemberton
On Oct 21, 2007 7:12 AM, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > >> Maybe it would make more sense to do these changes in commons-jci-fam > >> first and then move that to a new commons-fam? > >> > > > > Sounds reasonable, although I still think IO is a better home for fam > > than a s

Re: [JCI] Moving fam module to Commons IO

2007-11-06 Thread Niall Pemberton
On Oct 21, 2007 1:15 AM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On 10/20/07, Torsten Curdt <[EMAIL PROTECTED]> wrote: > > Hey Niall, > > > > Thanks for looking into that. But frankly speaking I am not a big fan > > of that for a couple of reasons. > > > > That would make it the 3rd FAM implem

[Commons Wiki] Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Added a note on the end result afte

[Commons Wiki] Trivial Update of "VfsFaq" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/VfsFaq -- = VFS -

[Commons Wiki] Update of "VfsCookbook" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/VfsCookbook The comment on the change is: Added a comment about adding on to this page. --

[Commons Wiki] Trivial Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Added a backlink to the VfsCookbook

[Commons Wiki] Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Put in some instruction on compilin

[Commons Wiki] Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Described the sample data file arch

[Commons Wiki] Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Added main code examples -

[Commons Wiki] Update of "ExtractAndDecompressGzipFiles" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Initial content New page: Try usin

[Commons Wiki] Update of "VfsCookbook" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/VfsCookbook New page: = VFS Cookbook = An assortment of code examples with the intent of solvi

[Commons Wiki] Update of "VfsFaq" by KenTanaka

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/VfsFaq The comment on the change is: Added a link to a VFS cookbook --

Re: [VOTE] Release Commons Configuration 1.5 based on RC1

2007-11-06 Thread Oliver Heger
Jörg Schaible wrote: Oliver Heger wrote: The only difference running the tests with Maven now is that exception's stack trace is printed to the screen instead of written into a log file (because of the now missing log4j dependency). Ok, I will apply this patch to pom.xml. What about the maven

Re: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread Oliver Heger
nocturna_gr wrote: Sorry, i forgot the RES_DIR line... Now i have changed it, but there was a RES_DIR defined upon BASE_DIR, that is: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ RES_DIR=${BASE_DIR}some/path LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt The ge

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

2007-11-06 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

[Commons Wiki] Update of "Logging/FrequentlyAskedQuestions" by SimonKitching

2007-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by SimonKitching: http://wiki.apache.org/commons/Logging/FrequentlyAskedQuestions The comment on the change is: Add info about java.util.logging --

Re: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread nocturna_gr
Sorry, i forgot the RES_DIR line... Now i have changed it, but there was a RES_DIR defined upon BASE_DIR, that is: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ RES_DIR=${BASE_DIR}some/path LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt nocturna_gr wrote: > > H

RE: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread Jörg Schaible
nocturna_gr wrote: > Hi, > i have this properies file: > BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ > LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt > > and this code: > public static void main(String[] args) throws Exception { > PropertiesConfig

PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread nocturna_gr
Hi, i have this properies file: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt and this code: public static void main(String[] args) throws Exception { PropertiesConfiguration conf=new PropertiesConfigu

RE: [VOTE] Release Commons Configuration 1.5 based on RC1

2007-11-06 Thread Jörg Schaible
Oliver Heger wrote: >> The only difference running the tests with Maven now is that >> exception's stack trace is printed to the screen instead of written >> into a log file (because of the now missing log4j dependency). >> > > Ok, I will apply this patch to pom.xml. What about the maven 1 build?