Re: [vfs] Interfaces Re: [vfs][REVOTE] release version 1.0

2005-12-07 Thread Mario Ivankovits
Hi Stephen! Another query, are you happy that you will never want to add a method to FileObject, or any other interface in VFS? No. Alternatively define FileObject (and possibly other interfaces) as an abstract class now, then you don't have the same problems. There is already a

svn commit: r354748 - /jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java

2005-12-07 Thread imario
Author: imario Date: Wed Dec 7 00:10:06 2005 New Revision: 354748 URL: http://svn.apache.org/viewcvs?rev=354748view=rev Log: enh: output of raw listing Modified: jakarta/commons/proper/vfs/trunk/src/examples/org/apache/commons/vfs/libcheck/FtpCheck.java Modified:

Re: [compress] playing around

2005-12-07 Thread C. Grobmeier
i will take a look on the mentioned projects, but i am quite sure i will start with compress, cause i am having the zip-problem all the time. thanks for your answers, links etc! i will let you know i have some patches someday :-) Chris James Carman wrote: I thought he was saying that there

Re: [compress] playing around

2005-12-07 Thread Mario Ivankovits
Hi! i will take a look on the mentioned projects, but i am quite sure i will start with compress, cause i am having the zip-problem all the time. Whats the zip-problem? --- Mario - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [compress] playing around

2005-12-07 Thread C. Grobmeier
Whats the zip-problem? You want to create a simple zipfile and always have to google and try to figure out what this and that means instead of simple writing: ZipFile zip = new ZipFile(/home/Cy/yourzip.zip); zip.add(/home/Cy/yourfile1.zip); zip.add(/home/Cy/yourfile2.zip); zip.create(); No

Re: [compress] playing around

2005-12-07 Thread Mario Ivankovits
Hi! Whats the zip-problem? ZipFile zip = new ZipFile(/home/Cy/yourzip.zip); zip.add(/home/Cy/yourfile1.zip); zip.add(/home/Cy/yourfile2.zip); zip.delete(/); zip.rename(abc, def); zip.create(); In other words, if your solution also allows to change/update zip files (or even more abstract

Re: [compress] playing around

2005-12-07 Thread C. Grobmeier
In other words, if your solution also allows to change/update zip files (or even more abstract jar/tar too), chances are good to have this integrated in commons-vfs too ;-) sounds like one should play around with compress :-)

[EMAIL PROTECTED]: Module commons-jelly success, but with warnings.

2005-12-07 Thread commons-jelly 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] Module commons-jelly contains errors. The current state of this module is 'Success'.

[EMAIL PROTECTED]: Module commons-jelly success, but with warnings.

2005-12-07 Thread commons-jelly 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] Module commons-jelly contains errors. The current state of this module is 'Success'.

Re: [all] Javapolis speech on Commons

2005-12-07 Thread ir. ing. Jan Dockx
I think I would rather focus on how Commons came to be, how big it is (counting downloads??), and try to convey how fantastically they stabilized with some graphs from StatCVS. A come and have a look kinda thing, OSS success story. See you there! On 7 Dec 2005, at 1:44, Stephen Colebourne

Re: [all] Javapolis speech on Commons

2005-12-07 Thread Stephen Colebourne
I like the idea of focusing on the sandbox projects now we have a clean sandbox. If you (Brett and Rahul) coud forward me a mail (privately scolebourne:btopenworld:com) with the main points you'd like me to make for openpgp, exec, and scxml (1/2 slides worth of text/description each project, I'll

RE: [all] Javapolis speech on Commons

2005-12-07 Thread James Carman
How about proxy? Would you want to cover that? -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 7:52 AM To: Jakarta Commons Developers List Subject: Re: [all] Javapolis speech on Commons I like the idea of focusing on the sandbox

Re: [all] Javapolis speech on Commons

2005-12-07 Thread Mario Ivankovits
Hi Stephen! I'd also like to cover vfs is there something I can do for you? Though, undoubt your english is better than mine ;-) --- Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn commit: r354761 - in /jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources: ./ impl/

2005-12-07 Thread niallp
Author: niallp Date: Wed Dec 7 07:11:58 2005 New Revision: 354761 URL: http://svn.apache.org/viewcvs?rev=354761view=rev Log: de-tab tests and replace cvs $Header$ with SVN $Id$ Modified: jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/MessagesTestCase.java

nudgeRe: [VOTE] Release commons math 1.1

2005-12-07 Thread Phil Steitz
This vote is about to close. Pls [math] and other commons committers, weigh in. Thanks! Phil On 12/4/05, Phil Steitz [EMAIL PROTECTED] wrote: There have been no problems reported with math 1.1 RC4, other than some small javadoc fixes, which have been applied to the release branch. Assuming

Re: [VOTE] Release Configuration 1.2

2005-12-07 Thread Phil Steitz
Yeah, I should have said the real issues :-) Phil On 12/5/05, Emmanuel Bourg [EMAIL PROTECTED] wrote: Phil Steitz wrote: Sorry to be so late checking / trying to help. I am +1 for the release assuming Stephen's points (other than the ones listed as optional) and the following issues are

[VFS] Exception while copying FileObject

2005-12-07 Thread Eric Hartmann
Hi, With commons-vfs RC6, I experience sometimes the following exception : Could not write to file:///tmp/test/file3.txt because it is read-only. I found the cause of this exception, this happens when : 1. a file (file1.txt) is copied to a directory (/tmp/test/) containing the destination file

svn commit: r354829 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/IdleConnectionTimeoutThread.java

2005-12-07 Thread olegk
Author: olegk Date: Wed Dec 7 11:05:13 2005 New Revision: 354829 URL: http://svn.apache.org/viewcvs?rev=354829view=rev Log: Changelog: * Made all methods synchronized * shutdown() will immediately unblock the thread if it is blocked waiting Contributed by Michael Becke Modified:

svn commit: r354833 - /jakarta/commons/proper/configuration/trunk/xdocs/dependencies.xml

2005-12-07 Thread oheger
Author: oheger Date: Wed Dec 7 11:26:50 2005 New Revision: 354833 URL: http://svn.apache.org/viewcvs?rev=354833view=rev Log: Little update for the dependencies Modified: jakarta/commons/proper/configuration/trunk/xdocs/dependencies.xml Modified:

svn commit: r354834 - in /jakarta/commons/proper/configuration/trunk: RELEASE-NOTES.txt build.xml maven.xml project.properties project.xml xdocs/changes.xml

2005-12-07 Thread oheger
Author: oheger Date: Wed Dec 7 11:30:00 2005 New Revision: 354834 URL: http://svn.apache.org/viewcvs?rev=354834view=rev Log: Update build scripts to run on JDK 1.3 Modified: jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt jakarta/commons/proper/configuration/trunk/build.xml

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

2005-12-07 Thread oheger
Author: oheger Date: Wed Dec 7 11:44:19 2005 New Revision: 354835 URL: http://svn.apache.org/viewcvs?rev=354835view=rev Log: Updated version number for 1.2RC3 Modified: jakarta/commons/proper/configuration/trunk/build.xml jakarta/commons/proper/configuration/trunk/project.xml

svn commit: r354836 - /jakarta/commons/proper/configuration/tags/CONFIGURATION_1_2RC3/

2005-12-07 Thread oheger
Author: oheger Date: Wed Dec 7 11:48:00 2005 New Revision: 354836 URL: http://svn.apache.org/viewcvs?rev=354836view=rev Log: Tagged 1.2RC3 Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_2RC3/ - copied from r354835, jakarta/commons/proper/configuration/trunk/

Re: [VOTE] Release commons math 1.1

2005-12-07 Thread Rahul Akolkar
-0 RandomDataTest#testConfig() assumes SUN will be available as a provider for the SHA-1 PRNG. Depending on your JDK, this may cause test (and therefore, build) failures (as it did on one of my machines). I understand this is *not* a [math] issue, but IMO, it will be good if the test case can

DO NOT REPLY [Bug 37825] New: - [beanutils] Preserving DynaBean Property Ordering

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

DO NOT REPLY [Bug 37761] - [collections] [PATCH] add insertion capability to ListOrderedMap

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

Re: [VOTE] Release commons math 1.1

2005-12-07 Thread Michael Heuer
--- [X] +1 I support this release and am willing to help [ ] +0 I support this release but am unable to help [ ] -0 I do not support this release [ ] -1 I do not support this release, and here are my reasons

Re: [VOTE] Release commons math 1.1

2005-12-07 Thread Phil Steitz
On 12/7/05, Rahul Akolkar [EMAIL PROTECTED] wrote: -0 RandomDataTest#testConfig() assumes SUN will be available as a provider for the SHA-1 PRNG. Depending on your JDK, this may cause test (and therefore, build) failures (as it did on one of my machines). I understand this is *not* a [math]

[ANNOUNCE][configuration] 1.2RC3 available

2005-12-07 Thread Oliver Heger
The Commons Configuration team is happy to announce the availability of the third release candidate for the 1.2 release. Source and binary distributions can be found at http://people.apache.org/~oheger/commons-configuration-1.2RC3/ The updated web site for this release candidate is available

DO NOT REPLY [Bug 37761] - [collections] [PATCH] add insertion capability to ListOrderedMap

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

Re: [vfs][REVOTE] release version 1.0

2005-12-07 Thread Oliver Heger
Mario, I have a problem with the ant build file. The build fails with the following error: [junit] Running org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,02 sec [junit] Testsuite:

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

2005-12-07 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2005-12-07 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

[REVOTE] Release Configuration 1.2

2005-12-07 Thread Oliver Heger
Hi community, after some constructive critics in the last vote thread we have created another RC [1, 2]. I hope that all relevant issues have been addressed. So I would like to reopen the vote: --- [ ] +1 I support this release and

svn commit: r354858 - /jakarta/commons/sandbox/openpgp/trunk/pom.xml

2005-12-07 Thread bodewig
Author: bodewig Date: Wed Dec 7 12:56:53 2005 New Revision: 354858 URL: http://svn.apache.org/viewcvs?rev=354858view=rev Log: add myself Modified: jakarta/commons/sandbox/openpgp/trunk/pom.xml Modified: jakarta/commons/sandbox/openpgp/trunk/pom.xml URL:

Re: [openpgp] first cut checked into sandbox

2005-12-07 Thread Stefan Bodewig
On Tue, 06 Dec 2005, Brett Porter [EMAIL PROTECTED] wrote: As discussed some time back, there is an openpgp component in the sandbox. I've finally got around to taking Stefan's suggested interfaces and my tweaks, and doing a rough cut of an implementation in Bouncycastle for detached

Re: [VOTE] Release commons math 1.1

2005-12-07 Thread J.Pietschmann
Phil Steitz wrote: [X] +0 I support this release but am unable to help Sorry, no time at hand for helping you. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-12-07 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

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

2005-12-07 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

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

2005-12-07 Thread commons-jelly-tags-xml 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-xml-test has an issue affecting its community integration.

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

2005-12-07 Thread commons-jelly-tags-xml 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-xml-test has an issue affecting its community integration.

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

2005-12-07 Thread JellySwing 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-swing has an issue affecting its community integration. This

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

2005-12-07 Thread JellySwing 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-swing has an issue affecting its community integration. This

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

2005-12-07 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community

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

2005-12-07 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community

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

2005-12-07 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

2005-12-07 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-html (in module commons-jelly) failed

2005-12-07 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This

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

2005-12-07 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This

svn commit: r354897 - in /jakarta/commons/proper/commons-build/trunk: menus/dormant-items.ent menus/sandbox-items.ent parts/dormant-table.ent parts/sandbox-table.ent

2005-12-07 Thread rahul
Author: rahul Date: Wed Dec 7 15:12:13 2005 New Revision: 354897 URL: http://svn.apache.org/viewcvs?rev=354897view=rev Log: Website changes to match recent sandbox pruning. [contract] was the only one listed on the sandbox page (of the 3 that went dormant). Modified:

Re: nudgeRe: [VOTE] Release commons math 1.1

2005-12-07 Thread John Gant
+1 non-binding On 12/7/05, Phil Steitz [EMAIL PROTECTED] wrote: This vote is about to close. Pls [math] and other commons committers, weigh in. Thanks! Phil On 12/4/05, Phil Steitz [EMAIL PROTECTED] wrote: There have been no problems reported with math 1.1 RC4, other than some small

[configuration] Compiling with the JDK 1.3 1.5

2005-12-07 Thread Emmanuel Bourg
[EMAIL PROTECTED] wrote: Modified: jakarta/commons/proper/configuration/trunk/project.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.properties?rev=354834r1=354833r2=354834view=diff

Re: [REVOTE] Release Configuration 1.2

2005-12-07 Thread Emmanuel Bourg
--- [X] +1 I support this release and am willing to help [ ] +0 I support this release but am unable to help [ ] -0 I do not support this release [ ] -1 I do not support this release, and here are my reasons

DO NOT REPLY [Bug 7135] - [beanutils] Misleading error message when beaninfo class conflict occurs

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

DO NOT REPLY [Bug 37830] New: - [resources] change action message into basic message, fix typo and source of file

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

DO NOT REPLY [Bug 37830] - [resources] change action message into basic message, fix typo and source of file

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

DO NOT REPLY [Bug 37831] New: - [resources] add resourcesName to toString output

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

DO NOT REPLY [Bug 37831] - [resources] add resourcesName to toString output

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

DO NOT REPLY [Bug 37831] - [resources] add resourcesName to toString output

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

Re: Client-side Digester?

2005-12-07 Thread Frank W. Zammetti
Just a quick update, I've actually had some time yesterday and today to work on this idea, and I'm happy to say I've gotten a decent amount of work done. At present I have JSDigester (as I've taken to calling it) with three rules implemented (ObjectCreate, SetProperties and

Re: nudgeRe: [VOTE] Release commons math 1.1

2005-12-07 Thread Stephen Colebourne
Only checked the release notes so far, but you have Fraction class in both New features and Changes which seem to conflict (you can't fix something in an unreleased class!) Stephen Phil Steitz wrote: This vote is about to close. Pls [math] and other commons committers, weigh in. Thanks!

DO NOT REPLY [Bug 37833] New: - [math] Maven build/site improvements

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

DO NOT REPLY [Bug 37833] - [math] Maven build/site improvements

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

Re: nudgeRe: [VOTE] Release commons math 1.1

2005-12-07 Thread Niall Pemberton
I'm -1 on this release candidate. The maven.xml is not up to date - it doesn't have the change that was made to include the checkstyle.xml and license-header.txt files in the source distro and hence those files are not in RC4 source distro and the maven.xml is the wrong version. I've looked at

DO NOT REPLY [Bug 37833] - [math] Maven build/site improvements

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

Re: nudgeRe: [VOTE] Release commons math 1.1

2005-12-07 Thread Niall Pemberton
P.S. Sorry it wasn't my intention to be -ve, I checked out math hoping to vote +1. One thing I meant to mention - I was impressed with the Math User Guide and I think it raises the bar for other components :-) Niall - Original Message - From: Niall Pemberton [EMAIL PROTECTED] Sent:

[Jakarta-commons Wiki] Update of ReleaseChecking by NiallPemberton

2005-12-07 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/ReleaseChecking New page: = Checking a Release Candidate = The purpose of this

Checking Release Candidates - Wiki Page

2005-12-07 Thread Niall Pemberton
I started a page on the wiki with notes for checking a release candidate: http://wiki.apache.org/jakarta-commons/ReleaseChecking Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Martin Cooper
On 12/7/05, Niall Pemberton [EMAIL PROTECTED] wrote: I started a page on the wiki with notes for checking a release candidate: http://wiki.apache.org/jakarta-commons/ReleaseChecking Excellent! One question, though: I don't understand the part about ensuring that the component has a license

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Niall Pemberton
I included that because Robert indicated it was required and Stephen voted -1 in the recent Configuration release vote because of it: http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg70746.html http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg70942.html Personally I

[Jakarta-commons Wiki] Update of ReleaseChecking by NiallPemberton

2005-12-07 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/ReleaseChecking

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

2005-12-07 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2005-12-07 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

svn commit: r354983 - in /jakarta/commons/sandbox/openpgp/trunk/src/test: java/org/apache/commons/openpgp/BouncyCastleOpenPgpSignerTest.java resources/test-input resources/test-input.txt

2005-12-07 Thread bodewig
Author: bodewig Date: Wed Dec 7 21:01:59 2005 New Revision: 354983 URL: http://svn.apache.org/viewcvs?rev=354983view=rev Log: test was failing on Unix because signature was created on a Windows box and the file to sign has native line-ends, sign a binary file instead Added:

Re: [openpgp] first cut checked into sandbox

2005-12-07 Thread Stefan Bodewig
On Wed, 07 Dec 2005, Stefan Bodewig [EMAIL PROTECTED] wrote: The test using the checked in signature is failing for me, I'll need to find out why. Because we sign a text file and the test signature has been created on Windows while I develop on Linux. I've fixed the test by signing and

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

2005-12-07 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

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

2005-12-07 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Henri Yandell
It's definitely arguable that we shouldn't have Simian turned on in our source releases, or even in SVN. While we are able to use it, our users may not be able to. Assuming that Redhill's licensing for open source is just a free version of their commercial license

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Martin Cooper
I've requested clarification from Simian. I'll post or paraphrase the response here. -- Martin Cooper On 12/7/05, Henri Yandell [EMAIL PROTECTED] wrote: It's definitely arguable that we shouldn't have Simian turned on in our source releases, or even in SVN. While we are able to use it, our

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

2005-12-07 Thread commons-jelly-tags-xml 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-xml-test has an issue affecting its community integration.

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

2005-12-07 Thread commons-jelly-tags-xml 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-xml-test has an issue affecting its community integration.

Board report reminder

2005-12-07 Thread Henri Yandell
Tis board report time again. Commons Net, IO, HttpClient, Validator and Velocity Tools all need to comment on their news. Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r354988 - /jakarta/commons/sandbox/openpgp/trunk/src/test/resources/test-input

2005-12-07 Thread bodewig
Author: bodewig Date: Wed Dec 7 21:15:34 2005 New Revision: 354988 URL: http://svn.apache.org/viewcvs?rev=354988view=rev Log: better don't expand keywords either Modified: jakarta/commons/sandbox/openpgp/trunk/src/test/resources/test-input (props changed) Propchange:

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Martin Cooper
On 12/7/05, Martin Cooper [EMAIL PROTECTED] wrote: I've requested clarification from Simian. I'll post or paraphrase the response here. Well that was fast! Herewith the response from Simon Harris at RedHill Consulting, makers of Simian: -- Martin, I might change the wording. The

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

2005-12-07 Thread JellySwing 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-swing has an issue affecting its community integration. This

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

2005-12-07 Thread JellySwing 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-swing has an issue affecting its community integration. This

Re: Checking Release Candidates - Wiki Page

2005-12-07 Thread Henri Yandell
On 12/8/05, Martin Cooper [EMAIL PROTECTED] wrote: On 12/7/05, Martin Cooper [EMAIL PROTECTED] wrote: I've requested clarification from Simian. I'll post or paraphrase the response here. Well that was fast! Herewith the response from Simon Harris at RedHill Consulting, makers of Simian:

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

2005-12-07 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community

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

2005-12-07 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community

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

2005-12-07 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

2005-12-07 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.

svn commit: r355006 - in /jakarta/commons/proper/fileupload/trunk: project.properties xdocs/changes.xml

2005-12-07 Thread martinc
Author: martinc Date: Wed Dec 7 22:34:16 2005 New Revision: 355006 URL: http://svn.apache.org/viewcvs?rev=355006view=rev Log: Add changes.xml for use by the maven-changes-report, making sure that the Bugzilla links work correctly. Man, what a pain to generate after 2.5 years of changes!

svn commit: r355007 - /jakarta/commons/proper/vfs/trunk/build.xml

2005-12-07 Thread imario
Author: imario Date: Wed Dec 7 22:34:39 2005 New Revision: 355007 URL: http://svn.apache.org/viewcvs?rev=355007view=rev Log: removed tests Modified: jakarta/commons/proper/vfs/trunk/build.xml Modified: jakarta/commons/proper/vfs/trunk/build.xml URL:

Re: [configuration] Compiling with the JDK 1.3 1.5

2005-12-07 Thread Oliver Heger
Emmanuel Bourg schrieb: [EMAIL PROTECTED] wrote: Modified: jakarta/commons/proper/configuration/trunk/project.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.properties?rev=354834r1=354833r2=354834view=diff

Re: [vfs][REVOTE] release version 1.0

2005-12-07 Thread Mario Ivankovits
Hi Oliver! I have a problem with the ant build file. The build fails with the following error: Yes, thats the same problem as with gump. Finally I disabled the tests for the ant build again. They wont work without an special test server and need some maven pre-goal stuff to have the local

[Jakarta-commons Wiki] Update of ReleaseChecking by MartinCooper

2005-12-07 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 MartinCooper: http://wiki.apache.org/jakarta-commons/ReleaseChecking The comment on the change is: Remove Simian license check, now that

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

2005-12-07 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This

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

2005-12-07 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This

svn commit: r355019 - /jakarta/commons/proper/fileupload/trunk/build.xml

2005-12-07 Thread martinc
Author: martinc Date: Wed Dec 7 23:02:01 2005 New Revision: 355019 URL: http://svn.apache.org/viewcvs?rev=355019view=rev Log: Regenerate Ant build file. Modified: jakarta/commons/proper/fileupload/trunk/build.xml Modified: jakarta/commons/proper/fileupload/trunk/build.xml URL:

[Jakarta-commons Wiki] Update of ReleaseChecking by MartinCooper

2005-12-07 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 MartinCooper: http://wiki.apache.org/jakarta-commons/ReleaseChecking

Re: [VFS] Exception while copying FileObject

2005-12-07 Thread Mario Ivankovits
Hi Eric! With commons-vfs RC6, I experience sometimes the following exception : Could not write to file:///tmp/test/file3.txt because it is read-only. This again has something to do with the internal vfs cache. throws Exception { FileSystemManager fsManager = VFS.getManager();

  1   2   >