[jira] Resolved: (SANDBOX-160) small optimization in CSVPrinter#print(String)

2006-07-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-160?page=all ] Henri Yandell resolved SANDBOX-160. --- Resolution: Fixed Thanks Daniel, should be in tonight's nightly build. Or tomorrow night's if my commit was just too late. svn ci -m "Adding a minor op

svn commit: r427471 - /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVPrinter.java

2006-07-31 Thread bayard
Author: bayard Date: Mon Jul 31 23:57:17 2006 New Revision: 427471 URL: http://svn.apache.org/viewvc?rev=427471&view=rev Log: Adding a minor optimisation as detailed in #SANDBOX-160 by Daniel Gredler. Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVPrinter.jav

[jira] Resolved: (SANDBOX-153) Delimiter should be never recognized as whitespace

2006-07-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-153?page=all ] Henri Yandell resolved SANDBOX-153. --- Resolution: Fixed Thanks Markus; the patch and unit test are both applied and will be in tonight's nightly build. svn ci -m "Fixing bug reported byu M

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

2006-07-31 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul Akolkar wrote: > (added [vfs] to subject) > > On 7/31/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: >> > - commons-compress : Commons Compression Package >> > - commons-vfs : Jakarta commons >> > - excalibur-fortress-bean : Reposit

svn commit: r427470 - in /jakarta/commons/sandbox/csv/trunk/src: java/org/apache/commons/csv/CSVParser.java test/org/apache/commons/csv/CSVParserTest.java

2006-07-31 Thread bayard
Author: bayard Date: Mon Jul 31 23:50:08 2006 New Revision: 427470 URL: http://svn.apache.org/viewvc?rev=427470&view=rev Log: Fixing bug reported byu Markus Rogg in #SANDBOX-153. Whitespace was being treated specially when it was not the delimiter. Unit test and patch applied. Modified: ja

[jira] Created: (SANDBOX-163) Create Strategy for RFC4180

2006-07-31 Thread Henri Yandell (JIRA)
Create Strategy for RFC4180 --- Key: SANDBOX-163 URL: http://issues.apache.org/jira/browse/SANDBOX-163 Project: Commons Sandbox Issue Type: Task Components: CSV Reporter: Henri Yandell Support

Re: [RESULT] Re: [VOTE] Release Attributes 2.2

2006-07-31 Thread Dennis Lundberg
Hi Nicolas, Please see: http://issues.apache.org/jira/browse/ATTRIBUTES-7 for the discussion about this. -- Dennis Lundberg Nicolas De Loof wrote: Just as a (late) suggestion : would you consider migration to org.apache.commons groupId ? (http://maven.apache.org/guides/mini/guide-reloc

[jira] Commented: (SANDBOX-161) CSVPrinter#escapeAndQuote(String) doesn't adhere to CSV standard

2006-07-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-161?page=comments#action_12424761 ] Henri Yandell commented on SANDBOX-161: --- "" is the one I've always seen too. http://tools.ietf.org/html/rfc4180 has that as well (from the wikipedia link)

Re: [RESULT] Re: [VOTE] Release Attributes 2.2

2006-07-31 Thread Nicolas De Loof
Just as a (late) suggestion : would you consider migration to org.apache.commons groupId ? (http://maven.apache.org/guides/mini/guide-relocation.html) Nico. Henri Yandell a écrit : 4 +1s (including my own...quick +1 for the record). Leo Sutic Dennis Lundberg Stephen Colebourne Henri Yandel

Re: [lang] VariableFormatter - pre 2.2

2006-07-31 Thread Henri Yandell
On 7/23/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: I have reworked the VariableFormatter class along the lines that I was thinking. I have committed it as StrSubstitutor so it doesn't clash for the moment and so it can be easiy reviewed. This version does not have a separate parser c

[jira] Resolved: (LANG-274) Support for multidimensional array conversion

2006-07-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-274?page=all ] Henri Yandell resolved LANG-274. Resolution: Won't Fix Resolving this one as a wontfix - instead we'll discuss convert APIs on commons-dev. > Support for multidimensional array conversion > ---

Re: svn commit: r427459 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf build.xml compiler/manifest.mf

2006-07-31 Thread Henri Yandell
On 7/31/06, Simon Kitching <[EMAIL PROTECTED]> wrote: On Tue, 2006-08-01 at 06:17 +, [EMAIL PROTECTED] wrote: > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/api/manifest.mf?rev=427459&view=auto > ===

[RESULT] Re: [VOTE] Release Attributes 2.2

2006-07-31 Thread Henri Yandell
4 +1s (including my own...quick +1 for the record). Leo Sutic Dennis Lundberg Stephen Colebourne Henri Yandell 1 +0 Rahul Akolkar I'll go ahead and work on the release tomorrow night. Hen On 7/23/06, Henri Yandell <[EMAIL PROTECTED]> wrote: This is a vote for releasing Commons Attribetus 2.

Re: svn commit: r427459 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf build.xml compiler/manifest.mf

2006-07-31 Thread Simon Kitching
On Tue, 2006-08-01 at 06:17 +, [EMAIL PROTECTED] wrote: > URL: > http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/api/manifest.mf?rev=427459&view=auto > == > +X-Compile-Source-JDK: 1.4 > +X-Compile-

Re: [VOTE] Release Attributes 2.2

2006-07-31 Thread Henri Yandell
On 7/25/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: With apologies for not having noticed this at the RC stage, it seems there are some disparities between the maven and ant build, probably in the order of importance: 1) what is the purpose of anttasks.properties in the compiler jar (its missin

svn commit: r427461 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf compiler/manifest.mf

2006-07-31 Thread bayard
Author: bayard Date: Mon Jul 31 23:17:47 2006 New Revision: 427461 URL: http://svn.apache.org/viewvc?rev=427461&view=rev Log: 2.2-rc2 to 2.2 Modified: jakarta/commons/proper/attributes/trunk/api/manifest.mf jakarta/commons/proper/attributes/trunk/compiler/manifest.mf Modified: jakarta/co

svn commit: r427459 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf build.xml compiler/manifest.mf

2006-07-31 Thread bayard
Author: bayard Date: Mon Jul 31 23:17:13 2006 New Revision: 427459 URL: http://svn.apache.org/viewvc?rev=427459&view=rev Log: Added manifests for api and compiler Added: jakarta/commons/proper/attributes/trunk/api/manifest.mf (with props) jakarta/commons/proper/attributes/trunk/compiler

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

2006-07-31 Thread Rahul Akolkar
(added [vfs] to subject) On 7/31/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > - commons-compress : Commons Compression Package > - commons-vfs : Jakarta commons > - excalibur-fortress-bean : Repository of reusable components. > - excalibur-fortress-container-impl : Reposito

svn commit: r427418 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/FirstPriorityConfigTestCase.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 20:10:13 2006 New Revision: 427418 URL: http://svn.apache.org/viewvc?rev=427418&view=rev Log: Minor test tidyups (including fixing incorrect comment due to copy-and-paste). Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/c

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

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 20:08:15 2006 New Revision: 427417 URL: http://svn.apache.org/viewvc?rev=427417&view=rev Log: Copy resources into test jar. Also minor layout tidyups. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk/pom.

Re: svn commit: r427072 [1/5] - in /jakarta/commons/sandbox/compress/trunk: ./ src/examples/ src/examples/org/ src/examples/org/apache/ src/examples/org/apache/commons/ src/examples/org/apache/commons

2006-07-31 Thread Niall Pemberton
Any particular reason for reversing out the change I made to remove compress's dependency on commons-build or was it a mistake? http://svn.apache.org/viewvc?view=rev&revision=424724 Niall On 7/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: tcurdt Date: Mon Jul 31 03:55:10 2006 New

svn commit: r427396 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/ChildFirstTestCase.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 18:16:02 2006 New Revision: 427396 URL: http://svn.apache.org/viewvc?rev=427396&view=rev Log: Change test to be compatible with maven2 surefire; when using surefire, junit is not loaded via the system classpath. Modified: jakarta/commons/proper/logging/tr

svn commit: r427395 - in /jakarta/commons/proper/logging/trunk: build.xml src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 18:14:53 2006 New Revision: 427395 URL: http://svn.apache.org/viewvc?rev=427395&view=rev Log: Change key of servlet api jar from "servletapi" to "servlet-api". The maven2 tests pull this jar from the maven2 repository, and in there the jarfile has a different n

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

2006-07-31 Thread skitching
Author: skitching Date: Mon Jul 31 18:13:11 2006 New Revision: 427394 URL: http://svn.apache.org/viewvc?rev=427394&view=rev Log: Allow libs for test to be discovered via the classpath as well as via system properties. This has been implemented to suppprt running tests via the maven surefire plug

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

2006-07-31 Thread Torsten Curdt
- commons-compress : Commons Compression Package - commons-vfs : Jakarta commons - excalibur-fortress-bean : Repository of reusable components. - excalibur-fortress-container-impl : Repository of reusable components. - excalibur-fortress-container-test : Repository of reus

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

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

Confluence and Jira client libraries

2006-07-31 Thread David Blevins
I made a couple libraries for manipulating Confluence and Jira via their XML-RPC front-ends. Currently, I have them sitting here: http://svn.codehaus.org/swizzle/trunk/swizzle-confluence/ http://svn.codehaus.org/swizzle/trunk/swizzle-jira/ Examples: http://docs.codehaus.org/display/SWIZZLE/Sw

[ANNOUNCEMENT] Commons SCXML 0.5 Released

2006-07-31 Thread Rahul Akolkar
The Apache Jakarta project would like to announce the release of Commons SCXML 0.5. This is the first release. State Chart XML (SCXML) is currently a Working Draft published by the World Wide Web Consortium (W3C). SCXML provides a generic state-machine based execution environment. Commons SCXML p

[jira] Updated: (TRANSACTION-11) Improve relationship between ResourceManager and FileResourceManager

2006-07-31 Thread Jeremy Fujimoto-Johnson (JIRA)
[ http://issues.apache.org/jira/browse/TRANSACTION-11?page=all ] Jeremy Fujimoto-Johnson updated TRANSACTION-11: --- Attachment: commons-transaction-rm-patch.txt Patch to implement the suggestions in the issue. > Improve relationship between

[jira] Created: (TRANSACTION-11) Improve relationship between ResourceManager and FileResourceManager

2006-07-31 Thread Jeremy Fujimoto-Johnson (JIRA)
Improve relationship between ResourceManager and FileResourceManager Key: TRANSACTION-11 URL: http://issues.apache.org/jira/browse/TRANSACTION-11 Project: Commons Transaction

Re: [logging] Tapestry and JCL

2006-07-31 Thread Simon Kitching
On Mon, 2006-07-31 at 13:08 -0700, Henri Yandell wrote: > On 7/28/06, James Carman <[EMAIL PROTECTED]> wrote: > > Tapestry is thinking of switching to SL4J instead of Jakarta Commons > > Logging: > > I've been meaning to ask... is there really much reason for a JDK 1.4+ > application/library to de

svn commit: r427287 - in /jakarta/commons/proper/modeler/trunk: build.xml project.xml

2006-07-31 Thread dims
Author: dims Date: Mon Jul 31 14:28:04 2006 New Revision: 427287 URL: http://svn.apache.org/viewvc?rev=427287&view=rev Log: updating versions after 2.0 final release Modified: jakarta/commons/proper/modeler/trunk/build.xml jakarta/commons/proper/modeler/trunk/project.xml Modified: jakart

[ANNOUNCEMENT] Commons Modeler 2.0 Released

2006-07-31 Thread Davanum Srinivas
Folks, The Commons Modeler team is pleased to announce the final release of Commons Modeler 2.0. The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. The binary

Confluence and Jira client libraries

2006-07-31 Thread David Blevins
I made a couple libraries for manipulating Confluence and Jira via their XML-RPC front-ends. Currently, I have them sitting here: http://svn.codehaus.org/swizzle/trunk/swizzle-confluence/ http://svn.codehaus.org/swizzle/trunk/swizzle-jira/ Examples: http://docs.codehaus.org/display/SWIZZLE/Sw

Re: [convert] Project restart ?

2006-07-31 Thread Andres Almiray
Ugh! I hope you feel better by now. In the meantime I've been reshaping the original code from json-lib to be more friendly. There were too many array converters; now there are the 9 array converters only: 8 primitive and 1 generic (works with any converter). The last statement on the ObjectArrayC

Re: [logging] Tapestry and JCL

2006-07-31 Thread Henri Yandell
On 7/28/06, James Carman <[EMAIL PROTECTED]> wrote: Tapestry is thinking of switching to SL4J instead of Jakarta Commons Logging: I've been meaning to ask... is there really much reason for a JDK 1.4+ application/library to depend on commons-logging? Sure you could argue that log4j is more pow

Re: [all][discovery] m1-ibiblio-rsync-repository

2006-07-31 Thread Carlos Sanchez
That commons-discovery-0.2-dev.jar looks like a snapshot to me On 7/31/06, Henri Yandell <[EMAIL PROTECTED]> wrote: On 7/31/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > (moved from user list) > > On 7/31/06, Gilles Tabary <[EMAIL PROTECTED]> wrote: > > Hello. > > I am building an ear with Mave

Re: [configuration]First release candidate for 1.3 release

2006-07-31 Thread Oliver Heger
Dennis Lundberg wrote: Rahul Akolkar wrote: On 7/30/06, Oliver Heger <[EMAIL PROTECTED]> wrote: The Commons Configuration team is pleased to announce the availability of the first release candidate of the upcoming 1.3 release. The files can be found for inspection at http://people.apache.org/~

Re: svn commit: r426813 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2006-07-31 Thread Oliver Heger
Rahul Akolkar wrote: The method in question apparently has existed ever since xalan2 came about (my guess would have been there is some version xalan1 in lib/ext, but you've tried all that). As a side note, xalan 2.6.0 -> 2.7.0 is generally considered a bigger leap, so I've left [scxml] at

Re: [convert] Project restart ?

2006-07-31 Thread Henri Yandell
(and then I promptly picked up a stomach bug and my weekend was a waste of time). On 7/28/06, Henri Yandell <[EMAIL PROTECTED]> wrote: I'll send some thoughts at the w/e - I've been afk for most of the week at oscon. Hen On 7/28/06, Andres Almiray <[EMAIL PROTECTED]> wrote: > Hi, > > Is anyone

Re: [configuration]First release candidate for 1.3 release

2006-07-31 Thread Dennis Lundberg
Rahul Akolkar wrote: On 7/30/06, Oliver Heger <[EMAIL PROTECTED]> wrote: The Commons Configuration team is pleased to announce the availability of the first release candidate of the upcoming 1.3 release. The files can be found for inspection at http://people.apache.org/~oheger/commons-configura

Re: [all][discovery] m1-ibiblio-rsync-repository

2006-07-31 Thread Henri Yandell
On 7/31/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: (moved from user list) On 7/31/06, Gilles Tabary <[EMAIL PROTECTED]> wrote: > Hello. > I am building an ear with Maven2. I need commons-discovery-0.2-dev.jar > There is a > http://people.apache.org/repo/m1-ibiblio-rsync-repository/commons-di

svn commit: r427230 - /jakarta/commons/proper/modeler/tags/MODELER_2_0/

2006-07-31 Thread dims
Author: dims Date: Mon Jul 31 12:39:27 2006 New Revision: 427230 URL: http://svn.apache.org/viewvc?rev=427230&view=rev Log: tag Modeler 2.0 release. Added: jakarta/commons/proper/modeler/tags/MODELER_2_0/ - copied from r427229, jakarta/commons/proper/modeler/trunk/ --

Re: [configuration]First release candidate for 1.3 release

2006-07-31 Thread Rahul Akolkar
On 7/30/06, Oliver Heger <[EMAIL PROTECTED]> wrote: The Commons Configuration team is pleased to announce the availability of the first release candidate of the upcoming 1.3 release. The files can be found for inspection at http://people.apache.org/~oheger/commons-configuration-1.3rc1/ Any

Re: [VOTE][modeler] Promote 2.0 RC1 to 2.0 Final (was Re: [modeler] 2.0 RC1 ready for review)

2006-07-31 Thread Rahul Akolkar
On 7/31/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Rahul, Let's do this now. If we find a problem, i can spin a 2.1 real quick. I'm fine with that (since you're doing all the work on the [modeler] release -- thanks for that, BTW). -Rahul thanks, dims

Re: [VOTE][modeler] Promote 2.0 RC1 to 2.0 Final (was Re: [modeler] 2.0 RC1 ready for review)

2006-07-31 Thread Davanum Srinivas
Rahul, Let's do this now. If we find a problem, i can spin a 2.1 real quick. thanks, dims On 7/31/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 7/30/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Rahul, > > i am going to leave the build.xml.* around for this time...I use the > maven1 prop

Re: [VOTE][modeler] Promote 2.0 RC1 to 2.0 Final (was Re: [modeler] 2.0 RC1 ready for review)

2006-07-31 Thread Rahul Akolkar
On 7/30/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Rahul, i am going to leave the build.xml.* around for this time...I use the maven1 properties (maven.compile.source and maven.compile.target) to set the jdk version to 1.3. I will fix the build.xml. Depending upon the transitive closure

[all][discovery] m1-ibiblio-rsync-repository

2006-07-31 Thread Rahul Akolkar
(moved from user list) On 7/31/06, Gilles Tabary <[EMAIL PROTECTED]> wrote: Hello. I am building an ear with Maven2. I need commons-discovery-0.2-dev.jar There is a http://people.apache.org/repo/m1-ibiblio-rsync-repository/commons-discovery/jars/commons-discovery-0.2-dev.jar but I am not sure

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-31 Thread Rahul Akolkar
On 7/31/06, Joerg Heinicke <[EMAIL PROTECTED]> wrote: Rahul Akolkar gmail.com> writes: > > I'm not in favor of distributing deps along with Commons libraries' > distributions. > > * Its straightforward to provide an ant target to download the deps. In contrast to this I prefer to deliver

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-31 Thread Rahul Akolkar
On 7/30/06, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: 2006/7/30, Rahul Akolkar <[EMAIL PROTECTED]>: > > IMO: > > * Its straightforward to provide an ant target to download the deps. Oh. I am ignorant. Did not know that. How does this work? That might be an option. The [scxml] (m1 gene

Re: svn commit: r426813 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2006-07-31 Thread Rahul Akolkar
On 7/30/06, Oliver Heger <[EMAIL PROTECTED]> wrote: Rahul Akolkar wrote: > On 7/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Author: oheger >> Date: Sat Jul 29 07:52:31 2006 >> New Revision: 426813 >> >> URL: http://svn.apache.org/viewvc?rev=426813&view=rev >> Log: >> Fixed some problem

[jira] Created: (SANDBOX-162) Invalid javaflow ant task attribute "destdir"

2006-07-31 Thread Marcus Deluigi (JIRA)
Invalid javaflow ant task attribute "destdir" - Key: SANDBOX-162 URL: http://issues.apache.org/jira/browse/SANDBOX-162 Project: Commons Sandbox Issue Type: Bug Components: Javaflow Af

Re: [convert] Project restart ?

2006-07-31 Thread Kris Nuttycombe
I'd be happy to donate a little time, if someone could give a report on what the current state of the project is and what needs to be done. Data conversion is a significant issue where I work. Kris Andres Almiray wrote: Hi, Is anyone interested in restarting the project ? Following https:/

svn commit: r427136 - /jakarta/commons/proper/modeler/trunk/build.xml

2006-07-31 Thread dims
Author: dims Date: Mon Jul 31 08:07:31 2006 New Revision: 427136 URL: http://svn.apache.org/viewvc?rev=427136&view=rev Log: one more spot to update version # Modified: jakarta/commons/proper/modeler/trunk/build.xml Modified: jakarta/commons/proper/modeler/trunk/build.xml URL: http://svn.apa

svn commit: r427134 - in /jakarta/commons/proper/modeler/trunk: build.xml project.xml

2006-07-31 Thread dims
Author: dims Date: Mon Jul 31 08:06:22 2006 New Revision: 427134 URL: http://svn.apache.org/viewvc?rev=427134&view=rev Log: prepare for 2.0 final release Modified: jakarta/commons/proper/modeler/trunk/build.xml jakarta/commons/proper/modeler/trunk/project.xml Modified: jakarta/commons/pr

Re: [VOTE][modeler] Promote 2.0 RC1 to 2.0 Final (was Re: [modeler] 2.0 RC1 ready for review)

2006-07-31 Thread Kevan Miller
My previous reply went direct to dims, instead of to this list. Here's my +1. --kevan On Jul 25, 2006, at 9:40 AM, Davanum Srinivas wrote: Thanks Rahul, will keep those in mind for the next time around. Team, Could i get some votes to promote the 2.0 RC1 to 2.0 Final? Here's my +1 to get th

Re: [Net] FTPFile.getTimestamp() returns incorrect year

2006-07-31 Thread Lukas Vlcek
Hi, Let's elaborate this questions a little more. When I do the follwoing then it works as expected: #1) == Calendar cal = null; FTPTimestampParserImpl parser = new FTPTimestampParserImpl(); parser.configure(UnixFTPEntryParser.NUMERIC_DATE_CONFIG); try { cal = parser.pars

[Jakarta-commons Wiki] Trivial Update of "Compress" by ChristianGrobmeier

2006-07-31 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 ChristianGrobmeier: http://wiki.apache.org/jakarta-commons/Compress The comment on the change is: formatted code snippets --

[Jakarta-commons Wiki] Update of "Compress" by ChristianGrobmeier

2006-07-31 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 ChristianGrobmeier: http://wiki.apache.org/jakarta-commons/Compress -

[Jakarta-commons Wiki] Trivial Update of "Compress" by ChristianGrobmeier

2006-07-31 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 ChristianGrobmeier: http://wiki.apache.org/jakarta-commons/Compress New page: ##language:en = Component Overview = Compress is an API fo

[Jakarta-commons Wiki] Update of "FrontPage" by ChristianGrobmeier

2006-07-31 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 ChristianGrobmeier: http://wiki.apache.org/jakarta-commons/FrontPage

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

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

[Net] FTPFile.getTimestamp() returns incorrect year

2006-07-31 Thread Lukas Vlcek
Hi, this is forwarded from user list. Does anybody know how to solve this problem? Regards, Lukas -- Forwarded message -- Hi, I found that FTPFile.getTimestamp() returns incorrect year. I have a file which was created on 2006-07-28 but getTimestamp() method returns 2005-07-28. Do

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-31 Thread Oliver Zeigermann
2006/7/31, Joerg Heinicke <[EMAIL PROTECTED]>: On 7/29/06, Oliver Zeigermann gmail.com> wrote: > Finally there is the third release candidate at > http://people.apache.org/~ozeigermann/tx-1.2rc3/ From a functionality POV it works for me. Regarding JDK 1.3 ([1]): How did you solve the problem w

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-31 Thread Joerg Heinicke
On 7/29/06, Oliver Zeigermann gmail.com> wrote: > Finally there is the third release candidate at > http://people.apache.org/~ozeigermann/tx-1.2rc3/ >From a functionality POV it works for me. Regarding JDK 1.3 ([1]): How did you solve the problem with the J2EE/Geronimo jars? Did you recompile th

Re: [compress] Draft 8

2006-07-31 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great :-) I am eager to do this delete stuff on top of this. - - Chris Torsten Curdt wrote: >> The grants has been received by Jim. I've merged the changes from >> Chris into my working copy of compress ...any objections to do a "svn >> commit" ? :-)

Re: Re: Re: [compress] Draft 8

2006-07-31 Thread Torsten Curdt
The grants has been received by Jim. I've merged the changes from Chris into my working copy of compress ...any objections to do a "svn commit" ? :-) Ok I will go ahead and commit it then :) cheers -- Torsten - To unsubscribe,