RE: [VFS] Status of current snapshot build

2009-01-27 Thread Gary Gregory
Hi Arjen: The best approach would be to file Bugzilla tickets for each issue with patches to the code and unit tests. You can then wait for the fixes to be reviewed and integrated or discussed. You can then pick up a nightly-build or build from sources. Then you can pick up the next release.

RE: [cli] Downloading snapshots

2009-03-19 Thread Gary Gregory
You can try the current RC: http://people.apache.org/builds/commons/cli/1.2/RC7/staged/commons-cli/commons-cli/1.2/ Gary -Original Message- From: Roland Roberts [mailto:rol...@astrofoto.org] Sent: Thursday, March 19, 2009 10:26 AM To: Commons Users List Subject: [cli] Downloading

RE: is this a usecase for commons vfs?

2009-05-04 Thread Gary Gregory
Hi Leon, Is java.nio appropriate for your application? Gary -Original Message- From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] Sent: Monday, May 04, 2009 1:55 PM To: user@commons.apache.org Subject: is this a usecase for commons vfs? Hello, in my search for a

RE: Release codec 1.4?

2009-07-11 Thread Gary Gregory
Well, I am a committer. A new release depends on demand. Would you be happy with a release based on the code in the repository? Gary -Original Message- From: da...@davidkarlsen.com [mailto:da...@davidkarlsen.com] Sent: Saturday, July 11, 2009 3:01 PM To: user@commons.apache.org

RE: Release codec 1.4?

2009-07-12 Thread Gary Gregory
...@davidkarlsen.com [mailto:da...@davidkarlsen.com] Sent: Sunday, July 12, 2009 3:47 AM To: Commons Users List Subject: RE: Release codec 1.4? On Sat, 11 Jul 2009, Gary Gregory wrote: Well, I am a committer. A new release depends on demand. Would you be happy with a release based on the code

RE: Release codec 1.4?

2009-07-13 Thread Gary Gregory
?) Obviously I wish the patch I submitted for CODEC-75 would be applied (I'm privately forking for my own needs). yours, Julius On Sun, Jul 12, 2009 at 4:55 PM, da...@davidkarlsen.com wrote: On Sun, 12 Jul 2009, Gary Gregory wrote: Note that due to the Caverphone class, the requirement

RE: Release codec 1.4?

2009-07-31 Thread Gary Gregory
1.4-SNAPSHOT builds published anywhere?  The project website says the current version is 1.4-SNAPSHOT but I only see downloads for 1.3.  The http://people.apache.org/repo/m2-snapshot-repository/ doesn't seem to have anything from commons-codec. Thanks. -Tom Gary Gregory wrote

RE: [VFS] Minimum Java version

2009-08-22 Thread Gary Gregory
-Original Message- From: Ted Dunning [mailto:ted.dunn...@gmail.com] Sent: Saturday, August 22, 2009 1:03 AM To: Commons Users List Subject: Re: [VFS] Minimum Java version +1 for 1.6 Since we are +1'ing, +1 for 1.6 (or a least 1.5) G On Sat, Aug 22, 2009 at 12:57 AM, rzo

[ANNOUNCE] Apache Commons Codec 1.4 released

2009-08-22 Thread Gary Gregory
The commons-codec team is pleased to announce the Commons Codec 1.4 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of

RE: [CODEC] Migrate issue from 1.3 to 1.4

2009-10-26 Thread Gary Gregory
Can you please be more specific? Can you supply a test case? Thank you, Gary -Original Message- From: Murat Yücel [mailto:kodeperke...@gmail.com] Sent: Monday, October 26, 2009 13:09 To: user Subject: [CODEC] Migrate issue from 1.3 to 1.4 Hi All We are currently using

RE: Commons Lang ToStringBuilder.reflectionToString / Hibernate question

2010-04-13 Thread Gary Gregory
You are correct. Gary Gregory Senior Software Engineer Seagull Software email: ggreg...@seagullsoftware.com email: ggreg...@apache.org www.seagullsoftware.com -Original Message- From: Thomas P. Fuller [mailto:thomas.ful...@coherentlogic.com] Sent: Tuesday, April 13, 2010 10:56

RE: [LANG] Having problems with trunk

2010-04-15 Thread Gary Gregory
You need to give your JVM more memory. The settings for each JVM vendor is different. For example, for Sun's JVM on Windows I use: MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M Check your JVM documentation and experiment with different settings to get your specific set up to work. Gary Gregory

RE: [codec] Base64.decodeBase64(byte[]) behaves differently in commons.codec 1.3 vs 1.4

2010-05-19 Thread Gary Gregory
-Original Message- From: Raphael Ackermann [mailto:raphael.ackerm...@gmail.com] Sent: Wednesday, May 19, 2010 04:57 To: user@commons.apache.org Subject: [codec] Base64.decodeBase64(byte[]) behaves differently in commons.codec 1.3 vs 1.4 Hi we switched this week from using

Re: [Math] BigDecimal to power

2010-12-16 Thread Gary Gregory
For commons math you'd have to change the license to asl 2. Gary On Dec 16, 2010, at 9:07, Andy Turner a.g.d.tur...@leeds.ac.uk wrote: Hi, I've implemented code for calculating a BigDecimal raised to the power of another BigDecimal and which returns the result rounded to a specified

RE: [Lang] Null safe date comparisson

2011-01-06 Thread Gary Gregory
Look at Joda-Time http://joda-time.sourceforge.net/ Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web: seagull.rocketsoftware.com  -Original Message- From: Ludwig

RE: [Lang] Null safe date comparisson

2011-01-06 Thread Gary Gregory
-Original Message- From: Niall Pemberton [mailto:niall.pember...@gmail.com] Sent: Thursday, January 06, 2011 13:28 To: Commons Users List Subject: Re: [Lang] Null safe date comparisson On Thu, Jan 6, 2011 at 4:38 PM, sebb seb...@gmail.com wrote: On 6 January 2011 16:31, Ludwig

RE: [validator] Status Of Future Development In Light of Bean Validation and ORO Retirement

2011-01-07 Thread Gary Gregory
Hi Jacob, The best way to get the ball rolling on something like this is to create a patch and attach it to a JIRA ticket. Next would be getting a release out which means a committer would need to volunteer and be voted in as the release manager. Gary Gregory Senior Software Engineer Rocket

RE: [validator] Status Of Future Development In Light of Bean Validation and ORO Retirement

2011-01-13 Thread Gary Gregory
? If so, where do you see volunteer help being useful? jz -Original Message- From: Gary Gregory [mailto:ggreg...@seagullsoftware.com] Sent: Friday, January 07, 2011 10:18 AM To: Commons Users List Subject: RE: [validator] Status Of Future Development In Light of Bean Validation

RE: [PIPELINE]

2011-01-21 Thread Gary Gregory
Hi Mark, Just curious: have you considered using Spring Batch? Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web: seagull.rocketsoftware.com  -Original Message

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
-Original Message- From: Rogelio Flores [mailto:rogelio.flo...@gmail.com] Sent: Monday, February 07, 2011 15:58 To: user@commons.apache.org Subject: [vfs] Where is version 1.1? VFS version 1.1 was not released AFAIK. This is probably a 1.1-SNAPSHOT build. There is a version 2.0 in

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
, 2011 16:35 To: Commons Users List Subject: Re: [vfs] Where is version 1.1? Thanks. And I suppose there's no archive of these snapshots, is there? -- Rogelio On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory ggreg...@seagullsoftware.com wrote: -Original Message- From: Rogelio

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
All: Should we include a SVN revision number in the manifest.mf file to help out in cases like this? Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web

Re: Question.

2011-02-11 Thread Gary Gregory
OSGi is designed to handle this. It is heavy handed and not for everyone. A cheaper solution is to keep application cleanly separated with their own lib directories. Gary On Feb 11, 2011, at 15:11, Ayar, Nadia nadia.a...@cgi.com wrote: Hello Common Developers, In my department, we

RE: [jci] Can someone please make a 1.1 release?

2011-02-15 Thread Gary Gregory
-Original Message- From: Joe Littlejohn [mailto:joelittlej...@gmail.com] Sent: Tuesday, February 15, 2011 12:46 To: Commons Users List Subject: Re: [jci] Can someone please make a 1.1 release? I already read the impl is part of JDK and I was wondering if JCI will stop

Re: [jci] Can someone please make a 1.1 release?

2011-02-20 Thread Gary Gregory
What about dropping support for Java 1.4? Gary On Feb 20, 2011, at 11:23, Torsten Curdt tcu...@vafer.org wrote: First steps are taken ... I've updated trunk to the most recent dependencies. The whole setup is a little complicated though. The project is 1.4 compatible. The javac compiler is

Re: [jci] Can someone please make a 1.1 release?

2011-02-20 Thread Gary Gregory
Check. Jsr199 is a separate issue IMO. Id like to see 1.4 dropped which simplifies things for the build. Brings up the option to use java 5 APIs and JUnit 4. Gary On Feb 20, 2011, at 12:41, Torsten Curdt tcu...@vafer.org wrote: I would be happy to bump it up to 1.5 ...but already that

RE: [lang] Whitespace method.

2011-03-04 Thread Gary Gregory
If you'd like to get the ball rolling on that, feel free to create a JIRA ticket and attach a patch ;) Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 • Atlanta, GA 30326 • USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web

RE: [runtime] Stability of memory mapped file support

2011-03-11 Thread Gary Gregory
-Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Saturday, March 12, 2011 01:23 To: user@commons.apache.org Subject: Re: [runtime] Stability of memory mapped file support On 03/12/2011 05:57 AM, Steve Ash wrote: Hello, I am working on something that could

[ANNOUNCEMENT] Apache Commons Codec 1.5 is now available

2011-03-29 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec-1.5 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to thes widely used encoders and decoders, the codec package also maintains acollection of phonetic

RE: Reseting a connection in RDCP

2011-04-01 Thread Gary Gregory
I think you just defined a clean way to do that :) You should create a JIRA with all the details. Patches are welcome as usual ;) Gary -Original Message- From: Fernando O. [mailto:fot...@gmail.com] Sent: Friday, April 01, 2011 15:37 PM To: user@commons.apache.org Subject: Reseting a

RE: Reseting a connection in RDCP

2011-04-01 Thread Gary Gregory
And there nothing wrong with improving the API for good use cases. This might be one. Gary From: Fernando O. [mailto:fot...@gmail.com] Sent: Friday, April 01, 2011 16:47 PM To: Commons Users List Cc: Gary Gregory Subject: Re: Reseting a connection in RDCP that will require a change

Re: [ANNOUNCEMENT] Apache Commons Discovery 0.5 released!

2011-05-05 Thread Gary Gregory
Congratulations to Simone for pushing this release out! Gary On May 5, 2011, at 8:26, Simone Tripodi simonetrip...@apache.org wrote: The Apache Commons team is pleased to announce the commons-discovery-0.5 release! The Apache Commons Discovery component is about discovering, or finding,

Fwd: About org.apache.commons.lang.time.DateUtils.getFragmentInHours () method

2011-07-06 Thread Gary Gregory
org.apache.commons.lang.time.DateUtils.getFragmentInHours () method Hello Serge Knystautas, Gary Gregory: I'm Lupeng.I come from China.I'm not good at English.If you do not understand, like him to forgive. I like the Apache Software. But when I was learning commons-lang-2.5.jar,I encountered a problem. Problem Description

Re: [vfs]

2011-07-20 Thread Gary Gregory
On Jul 20, 2011, at 0:45, Miroslav Pokorny miroslav.poko...@gmail.com wrote: Hiho I was just playing with Apache Commons VFS (thanks guys) and noticed that Ftp FileSystem does not support random access writing as confirmed by examining the capabilities. [LIST_CHILDREN, URI,

RE: [vfs]

2011-07-21 Thread Gary Gregory
Hi Miroslav, I think the best way to proceed is for you to create a JIRA and attach your code and unit tests. Thank you for sharing! :) Gary -Original Message- From: Miroslav Pokorny [mailto:miroslav.poko...@gmail.com] Sent: Wednesday, July 20, 2011 20:31 PM To: Commons Users List

RE: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Gary Gregory
We might as well use an RE instead of a prefix. Next week someone will want to do something will fields that /end/ in _ or whatnot. Gary -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Wednesday, July 27, 2011

RE: [pool] Spring configuration of org.apache.commons.pool.impl.GenericObjectPool.Config

2011-08-04 Thread Gary Gregory
Good question. I'm not sure where something like that could live. Should we have a companions project/directory like there is for Log4J? Gary -Original Message- From: Norval Hope [mailto:nrh...@gmail.com] Sent: Thursday, August 04, 2011 1:02 AM To: user@commons.apache.org Subject:

RE: [lang] java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils Exception

2011-08-11 Thread Gary Gregory
Please see https://commons.apache.org/lang/article3_0.html Gary -Original Message- From: Emi Lu [mailto:em...@encs.concordia.ca] Sent: Thursday, August 11, 2011 9:47 AM To: user@commons.apache.org Subject: [lang] java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils

RE: [lang] java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils Exception

2011-08-11 Thread Gary Gregory
3.x is not a drop-in replacement for 2.x. So it only makes sense to ADD 3.x if you are coding to the 3.x API. Gary -Original Message- From: Christian Grobmeier [mailto:grobme...@gmail.com] Sent: Thursday, August 11, 2011 10:28 AM To: Commons Users List; em...@encs.concordia.ca Subject:

RE: [io] Common IO 2.1 release date?

2011-09-20 Thread Gary Gregory
HI Kevin, I'm actually trying to get an RC out but ran into Maven problems last week. I plan on trying again this week. Gary -Original Message- From: Chen, Kevin [mailto:kc...@cppib.ca] Sent: Tuesday, September 20, 2011 13:16 PM To: user@commons.apache.org Subject: [io] Common IO 2.1

Re: [io] Should FileUtils.writeByteArrayToFile(...) not use a BufferedOutputStream?

2011-09-25 Thread Gary Gregory
It does seem like an omission indeed. Gary On Sep 25, 2011, at 12:46, Timo Rumland timo.ruml...@the-cr.de wrote: Hello everyone, sorry to bump this, but does anyone not have a comment to my question? I really think I missed something, I can't imagine that the Commons IO forgot to buffer

Re: [io] Should FileUtils.writeByteArrayToFile(...) not use a BufferedOutputStream?

2011-09-25 Thread Gary Gregory
The buffer increases performance actually. Its faster to write a file in 8KB blocks than 1 byte at a time. Gary On Sep 25, 2011, at 13:55, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Timo, Timo Rumland wrote: Hello everyone, sorry to bump this, but does anyone not have a comment

Re: [io] Should FileUtils.writeByteArrayToFile(...) not use a BufferedOutputStream?

2011-09-25 Thread Gary Gregory
True. I need to look at the impl to see how it writes the buffer. Gary On Sep 25, 2011, at 13:59, Daniel Pitts dan...@coloraura.com wrote: Buffering is important if you are writing many small chunks in a row. I haven't looked at the implementation of writeByteArrayToFile, but I'm assuming

Re: [io] Should FileUtils.writeByteArrayToFile(...) not use a BufferedOutputStream?

2011-09-25 Thread Gary Gregory
In this case we call FileOutputStream.write(byte[]) so the array should be output in one shot. Gary On Sep 25, 2011, at 13:59, Daniel Pitts dan...@coloraura.com wrote: Buffering is important if you are writing many small chunks in a row. I haven't looked at the implementation of

[ANNOUNCEMENT] Apache Commons IO 2.1 Released

2011-10-10 Thread Gary Gregory
The Commons IO team is pleased to announce the Commons IO 2.1 release! The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes. This is a drop-in replacement for 2.0.1. A list of the 7 new features, 1 change and 7 bug fixes in

Re: [jexl] Build for 2.1?

2011-11-25 Thread Gary Gregory
I'm not sure what state the trunk code is in, but I am sure we could push a snapshot build to Maven. Would that help you in the short term until the next release? Gary On Nov 25, 2011, at 18:44, Max Tardiveau maxtardiv...@automatedbusinesslogic.com wrote: It looks like 2.0.1 is still the

Re: [jexl] Build for 2.1?

2011-11-27 Thread Gary Gregory
On Nov 27, 2011, at 10:37, henrib hen...@apache.org wrote: Hi Max, Sorry I did not catch your message earlier. There was already a snapshot posted on the maven repository (thanks Gary btw). I've been nitpicking on a few remaining details (templating features) but 2.1 is really ready to go

[ANNOUNCEMENT] Apache Commons Codec 1.6 is now available

2011-12-07 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec-1.6 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

Re: commons vfs with http

2011-12-12 Thread Gary Gregory
Vfs is coded to the http-client API which is not compatible with http-components. What is on the site is all the docs we have. Then there's google ;) Gary On Dec 12, 2011, at 16:23, Lance Frohman lfroh...@gmail.com wrote: I am trying to use commons vfs with http, but I am getting some

Re: commons vfs with http

2011-12-19 Thread Gary Gregory
: Where can I find the documentation for Apache commons http-client? Only the documentation for the replacement seems available. On Mon, Dec 12, 2011 at 1:51 PM, Gary Gregory garydgreg...@gmail.comwrote: Vfs is coded to the http-client API which  is not compatible with http-components. What

Re: commons vfs with http

2011-12-19 Thread Gary Gregory
-manager.max-per-host parameter in VFS, can I do that without passing in a BaseFile to resolveFile() ? On Mon, Dec 19, 2011 at 11:30 AM, Gary Gregory garydgreg...@gmail.comwrote: You should ask this on their mailing list. AFAIK, the docs are in the zip you download. If the Javadoc

Re: [vfs] org.apache.commons.vfs.FileSystemException: Unknown message with code Could not determine the type of file ...

2011-12-20 Thread Gary Gregory
Hello Danny, If you can reproduce this in a standalone VFS test and attach it to a JIRA, someone on this list (like me) can take a closer look. Thank you, Gary On Tue, Dec 20, 2011 at 9:49 PM, Danny Sinang d.sin...@gmail.com wrote: Hello, We recently downloaded zehon SFTP for Java and all is

Re: Track progress of a file copy?

2012-01-09 Thread Gary Gregory
I've wanted to do this in the past as well, but I do not see how to do it without a new API that takes in a listener. Gary On Mon, Jan 9, 2012 at 12:47 PM, Smig smi...@gmail.com wrote: I'm using this method to download a set of files: FileUtils.copyURLToFile(url,file); I found this to be

Re: [dbutils] Mapping from JPA annotations

2012-01-19 Thread Gary Gregory
On Thu, Jan 19, 2012 at 12:08 PM, Moandji Ezana mwa...@gmail.com wrote: On Thu, Jan 19, 2012 at 3:52 PM, William Speirs wspe...@apache.org wrote: No, JPA hasn't been added to DbUtils in any way. I'm not familiar with JPA, could you give an example of what you'd like to see in DbUtils?

Re: [dbutils] Mapping from JPA annotations

2012-01-19 Thread Gary Gregory
/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Jan 19, 2012 at 9:28 PM, Moandji Ezana mwa...@gmail.com wrote: On 19 Jan 2012 20:26, Gary Gregory garydgreg...@gmail.com wrote: So why not use Hibernate or any JPA provider? Gary

Re: [pool] Way to destroy all the objects in a pool

2012-01-20 Thread Gary Gregory
On Thu, Jan 19, 2012 at 8:21 PM, Sandeep More moresand...@gmail.com wrote: Hello, I was wondering whether there is a method which one would call to destroy all the objects in a pool. To be specific, I am using ‘GenericObjectPool’ to create a pool consisting of object ‘MyObject’ (implements

Re: [pool] Way to destroy all the objects in a pool

2012-01-20 Thread Gary Gregory
not sound like a good idea but I would like to make sure that when my program terminates (abruptly) all the objects in the pool are properly destroyed. Thanks, /srm On Fri, Jan 20, 2012 at 10:36 AM, Gary Gregory garydgreg...@gmail.comwrote: On Thu, Jan 19, 2012 at 8:21 PM, Sandeep More moresand

Re: [pool] Way to destroy all the objects in a pool

2012-01-20 Thread Gary Gregory
On Fri, Jan 20, 2012 at 1:59 PM, Sandeep More moresand...@gmail.com wrote: On Jan 20, 2012, at 12:43 PM, Gary Gregory garydgreg...@gmail.com wrote: On Jan 20, 2012, at 13:29, Sandeep More moresand...@gmail.com wrote: Thanks Gary, Sorry for not being clear with my question. You

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Gary Gregory
On Sun, Mar 4, 2012 at 8:07 PM, sebb seb...@gmail.com wrote: On 4 March 2012 19:22, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. Please have a look at RC3. Thanks. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/ Which is Revision: 1296853

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Gary Gregory
How about adding a test coverage report (Cobertura) like a lot of other components do? Gary On Sun, Mar 4, 2012 at 8:27 PM, Gary Gregory garydgreg...@gmail.com wrote: On Sun, Mar 4, 2012 at 8:07 PM, sebb seb...@gmail.com wrote: On 4 March 2012 19:22, Gilles Sadowski gil

[ANNOUNCE] Commons Build Plugin 1.4

2012-03-07 Thread Gary Gregory
via the Mailing Lists and Issue Tracking links here: http://commons.apache.org/commons-build-plugin/project-info.html Gary Gregory On behalf of the Apache Commons community -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 Spring Batch in Action

Re: [vfs] changing file permissions / chmod

2012-03-07 Thread Gary Gregory
Hi Damian, This feature has not been implemented in VFS. Feel free to create a JIRA and provide a patch :) Gary On Wed, Mar 7, 2012 at 11:58 AM, Damian Waszak damian.was...@360t.comwrote: Hi all, Is it possible to change permissions on the file (before or after an upload to SFTP server)? I

Re: [vfs] changing file permissions / chmod

2012-03-15 Thread Gary Gregory
and/or could be made more precise. If you want this any time soon, you should submit a patch that includes tests. Gary Thanks, Damian On 03/07/2012 07:49 PM, Gary Gregory wrote: Hi Damian, This feature has not been implemented in VFS. Feel free to create a JIRA and provide a patch :) Gary

[ANNOUNCEMENT] Apache Commons IO 2.2 released

2012-03-30 Thread Gary Gregory
(EB) in FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary Gregory. o IO-173: FileUtils.listFiles() doesn't return directories Thanks to Marcos Vinícius da Silva. o IO-297: CharSequenceInputStream to efficiently stream content of a CharSequence Thanks to Oleg Kalnichevski. o IO

Re: [vfs] FTPS

2012-04-02 Thread Gary Gregory
Did you figure this out? Gary On Wed, Mar 21, 2012 at 9:25 AM, Jose Juan Montiel josejuan.mont...@gmail.com wrote: Hi, i'm trying to use VFS to connect to VSFTP server with FTPS (Explict) with a sample cert. If i follow sample use... finally i receive a 522 Data connections must be

Re: Commons VFS StaticUserAuthenticator Issue

2012-04-05 Thread Gary Gregory
Have you tried http://commons.apache.org/vfs/filesystems.html#CIFS? Gary On Apr 5, 2012, at 6:23, shabeena.k shabeena.kh...@etpgroup.com wrote: Hi All, I am using the Commons VFS API for accessing resources from a remote machine over LAN. However, it doesn't work for one of the

[ANNOUNCEMENT] Apache Commons IO 2.3 released

2012-04-15 Thread Gary Gregory
Hot on the heels of Commons IO 2.2, the Commons IO team is pleased to announce the Commons IO 2.3 release! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Commons

Re: [vfs] FTPS

2012-04-23 Thread Gary Gregory
Hi, Can you please create a JIRA issue for this? Please attach your code there as a patch with the grant to the ASF (done with a check-box). Make sure you include an example or preferably a patch to the unit test. Thank you! Gary On Mon, Apr 23, 2012 at 11:34 AM, Jose Juan Montiel

Re: bcell 5.3 in maven central

2012-06-26 Thread Gary Gregory
On Tue, Jun 26, 2012 at 7:07 AM, Jan Kis jano@gmail.com wrote: Hi Torsten, thanks a lot for your reply. 5.3 is not officially released yet. Are you using trunk? Yes I am using trunk. With enough positive feedback of trunk maybe we can cut a 5.3 release ...only then it will also

[ANNOUNCEMENT] Apache Commons IO 2.4 released

2012-07-05 Thread Gary Gregory
The Commons IO team is pleased to announce the Commons IO 2.4 release! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Commons IO library contains utility

[ANNOUNCEMENT] Apache Commons IO 2.4 released

2012-07-13 Thread Gary Gregory
[I think this only made it to the announce@ list] The Commons IO team is pleased to announce the Commons IO 2.4 release! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in

Re: [dbcp] prepared statement caching when connections are closed but connection pool still has connection

2012-07-27 Thread Gary Gregory
Note that if you must use 1.2 you should test with the latest version from that branch which is 1.2.2. We are on 1.4.x for current development. Gary On Jul 25, 2012, at 10:16, Amish Shah as...@opnet.com wrote: Does the DBCP support prepared statement caching in the following condition 1)

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
Please see the Javadoc at http://commons.apache.org/vfs/apidocs/org/apache/commons/vfs2/FileContent.html#getOutputStream(boolean) Gary On Jul 27, 2012, at 5:00, vijayaratha vijayasingam vijayara...@gmail.com wrote: Hi all; We are using commons.vfs2 library in our synapse vfs transport... I

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
.. On 27 July 2012 17:54, Gary Gregory garydgreg...@gmail.com wrote: Please see the Javadoc at http://commons.apache.org/vfs/apidocs/org/apache/commons/vfs2/FileContent.html#getOutputStream(boolean) Gary On Jul 27, 2012, at 5:00, vijayaratha vijayasingam vijayara...@gmail.com wrote: Hi all

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
..I thought it will append to existing output fileAm i misunderstand anything? On 27 July 2012 18:11, Gary Gregory garydgreg...@gmail.com wrote: You file never gets appended? Can you provide a test case? Does it still happen with the trunk code? What version are you using? Gary On Jul

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
that it should append. Ralph On Jul 27, 2012, at 6:00 AM, Gary Gregory wrote: Sounds like the API works as documented. Gary On Jul 27, 2012, at 8:52, vijayaratha vijayasingam vijayara...@gmail.com wrote: Hi Gray, This is my observation..if i pass false.., a output file is newly created (even

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
, Gary Gregory wrote: The Javadoc talks about append. What main docs? I thought the Javadoc what the primary doc source? Gary On Jul 27, 2012, at 11:04, Ralph Goers ralph.go...@dslextreme.com wrote: That is confusing. The main documentation says nothing about append, yet the true/false

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
but not to the specific parameter. Ralph On Jul 27, 2012, at 8:46 AM, Gary Gregory wrote: The Javadoc talks about append. What main docs? I thought the Javadoc what the primary doc source? Gary On Jul 27, 2012, at 11:04, Ralph Goers ralph.go...@dslextreme.com wrote: That is confusing. The main documentation

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-27 Thread Gary Gregory
I misunderstood his reply then. I'll ask again: You file never gets appended? Can you provide a test case? Does it still happen with the trunk code? What version are you using? Gary On Jul 27, 2012, at 14:21, Ralph Goers ralph.go...@dslextreme.com wrote: You file never gets appended? Can

Re: [commons-vfs] Need clarification for FileContent.getOutputStream(boolean) method..

2012-07-28 Thread Gary Gregory
Please answer each question: Does it still happen with the trunk code? What version are you using? What URL? What is your code? Gary On Jul 28, 2012, at 3:18, vijayaratha vijayasingam vijayara...@gmail.com wrote: Does it still happen with the trunk code? What version are you using?

Re: [NET] FTP Connection occasionally hangs on listFiles()

2012-09-11 Thread Gary Gregory
If you start the JVM from a command line, you can type control-break to get a thread dump at any time. Gary On Sep 11, 2012, at 12:06, sebb seb...@gmail.com wrote: On 11 September 2012 16:05, Johannes Frank johannes.fr...@kisters.de wrote: Hello! As stated in my initial post, the only way

[ANNOUNCEMENT] Apache Commons Codec 1.7 Released

2012-09-16 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec 1.7 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

Re: VFS - FileObject.exists - Could not determine the type of the filev

2012-10-15 Thread Gary Gregory
What happens with VFS 2.0? Gary On Mon, Oct 15, 2012 at 8:57 AM, Vijayan vijaya...@gmail.com wrote: Hi, We are using common-vfs-1.0.jar. And it used to work fined. But on and off in a random manner, we get the following exception org.apache.commons.vfs.FileSystemException: Could not

Re: [vfs] Release 1.1 / 2.1 ?

2013-02-26 Thread Gary Gregory
can run in the build. Gary On Tue, Feb 26, 2013 at 5:03 PM, Dan Tran dant...@gmail.com wrote: It is a good news to get 2.1 out as soon as we can :-) and please include smb support with a patch already in place -D On Tue, Feb 26, 2013 at 2:01 PM, Gary Gregory garydgreg...@gmail.com wrote

Re: [pool] New release

2013-03-12 Thread Gary Gregory
Can you submit a patch with unit tests for 1.6 in a JIRA please? Gary On Mar 12, 2013, at 18:00, Mariano Capurro mcapu...@gmail.com wrote: Hi. Any ideas when will there be a new release? There is a bug (validation exceptions are wrapped in a NoSuchElementException) that I saw is fixed in

Re: [ADVICE] Using commons-csv library

2013-03-19 Thread Gary Gregory
Hi Lewis, I think we are pretty close to a release. If you search this ML, you should find a TO-DO list of what some folks want to resolve before 1.0. I think I queried this ML a couple of months ago. Feel free to opine and help! Gary On Tue, Mar 19, 2013 at 12:10 AM, Lewis John Mcgibbney

Re: [LANG] How to escape JSON data

2013-04-10 Thread Gary Gregory
Note that json.org is a spec, not an implementation. Gary On Wed, Apr 10, 2013 at 2:13 PM, Daniel Pitts coloraura@gmail.comwrote: Do you mean a common way or the Commons way. json.org is pretty much canonical when it comes to JSON encoding. How much more common do you need? I realize

[ANNOUNCEMENT] Apache Commons Codec 1.8 Released

2013-04-28 Thread Gary Gregory
The Commons Codec team is pleased to announce the commons-codec 1.8 release! The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic

Re: [vfs] Use File.createTempFile in DefaultFileReplicator

2013-05-04 Thread Gary Gregory
Hello Keith, Are you looking at the latest code from trunk? I do not see a call to createTempFile in DefaultFileReplicatorin trunk. Gary On Wed, May 1, 2013 at 12:36 PM, Keith Turner ke...@deenlo.com wrote: I was looking at the code to see if collisions could occur and if it would retry in

Re: [dbcp] DBCP - 398 workaround

2013-05-21 Thread Gary Gregory
I'll take a look tonight. It would speed things up for you if attached a patch with a unit test that reproduces the problem. Gary On May 21, 2013, at 16:42, Sarvesh Sakalanaga sarvesh.sakalan...@microsoft.com wrote: Hi, Is there any work around for

Re: [VFS] Programmatically Determining Version Compatibility

2013-06-02 Thread Gary Gregory
On Jun 2, 2013, at 13:46, Mark Fortner phidia...@gmail.com wrote: I've been tinkering with yet another GUI for Commons VFS (hasn't everybody at this point). And I was wondering if there's a way to programmatically determine whether or not a SPI is compatible with a specific version of the

Re: [VFS] Programmatically Determining Version Compatibility

2013-06-03 Thread Gary Gregory
it then that most of the plugin providers package their JARs with the appropriate Manifest data. And I assume that if they don't, then the Package#getImplementationVersion method will return null. Cheers, Mark On Sun, Jun 2, 2013 at 3:01 PM, Gary Gregory garydgreg...@gmail.com wrote: On Jun 2

Re: [imaging] Jar Files and Documentation

2013-06-22 Thread Gary Gregory
Hi Mary, Commons Imaging version 1.0 is not released yet. To get the code, you can either build it from an SVN checkout or pick up a snapshot build from https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/1.0-SNAPSHOT/ I just updated the SNAPSHOT build with

Re: [csv] streaming proposal

2013-07-29 Thread Gary Gregory
Hi all, I'd like to see a code example using the current API, and then one using the new proposed API. It's not clear to me if starting down this road is creating a Spring Batch lite. Also, would you also transform for the other types like iterable? Gary On Jul 29, 2013, at 0:36, Adam Foxman

Re: [imaging] Success!

2013-08-08 Thread Gary Gregory
Yes, thank you for giving it a spin. The project needs a push to 1.0. Gary On Aug 8, 2013, at 2:51, Benedikt Ritter brit...@apache.org wrote: Hello Thad, thanks for your feedback. It is currently very quite around commons-imaging. But Maybe you can bring some life back to that component

Re: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-13 Thread Gary Gregory
On Tue, Aug 13, 2013 at 7:38 AM, Ilya Rodionov ilya.rodio...@gmail.comwrote: Sorry, I don't understand what are you talking about. Also it would be good to fix VFS-368https://issues.apache.org/jira/browse/VFS-368 - just a few minutes of work could save plenty of time. This is done in trunk.

Re: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-15 Thread Gary Gregory
but for directories too. Please feel free to provide a patch and attach it to the ticket or a new ticket. Gary Ilya 2013/8/13 Gary Gregory garydgreg...@gmail.com On Tue, Aug 13, 2013 at 7:38 AM, Ilya Rodionov ilya.rodio...@gmail.com wrote: Sorry, I don't understand what are you

Re: [vfs] implementation requires List privilege on the remote directory structure

2013-08-22 Thread Gary Gregory
On Wed, Aug 21, 2013 at 6:38 AM, Geoff Watters geoff.watt...@oracle.comwrote: I am writing an application that uses VFS to implement the FTP operations. I have found that the VFS implementation (commons-vfs2-2.0.jar)) relies on the List permission on the remote directory structure. For

Re: [jxpath] race in getNodePointerFactories() ?

2013-09-13 Thread Gary Gregory
Hello David, Can you test with the 1.4-SNAPSHOT code from trunk? (You'll have to check it out and build it). In trunk, NodePointer.java:80) is: pointer = new NullPointer(name, locale); which can't throw an NPE. I have not looked at this code in a while, now that multi-core CPUs are common

Re: [jxpath] race in getNodePointerFactories() ?

2013-09-13 Thread Gary Gregory
) at org.apache.commons.jxpath.ri.model.dynabeans.LazyDynaBeanTest.testLazyProperty(LazyDynaBeanTest.java:34) Gary On Fri, Sep 13, 2013 at 5:28 PM, Gary Gregory garydgreg...@gmail.comwrote: On Fri, Sep 13, 2013 at 4:27 PM, sebb seb...@gmail.com wrote: On 13 September 2013 19:06, Gary Gregory

  1   2   3   4   5   6   >