Re: common-compress 1.26.1 not available on Maven

2024-03-08 Thread Niall Pemberton
There is an ongoing vote on the dev list to release Compress 1.26.1. If the vote is successful, then it should be released in the next few days: https://lists.apache.org/thread/ymqbqxvft9j209j93l3cgw4z83f2pkr8 Niall On Fri, 8 Mar 2024 at 15:09, Sahib Yar wrote: > Hello Commons Team, > > I

Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Thu, 28 Sep 2023 at 14:47, Niall Pemberton wrote: > On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > >> On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory >> wrote: >> >> > (Let's stop high jacking the announcement thread.) >> > >> >> Agre

Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory > wrote: > > > (Let's stop high jacking the announcement thread.) > > > > Agreed. Sorry about that. > > > > > In the future, FYI, I plan on supporting both Java and Jakarta by > splitting > > DBCP

Re: [ jexl3 ]

2023-01-09 Thread Niall Pemberton
I can see the *ASTFunctionNode *class file in the *org.apache.commons.jexl3.parser* package of the *commons-jexl3-3.2.1.jar* file. Can you provide more details? - what specific version of jexl are you using? - can you provide the fully qualified name of the *ASTFunctionNode *class file

Re: [VALIDATOR] JavaScript port of commons-validator

2015-12-02 Thread Niall Pemberton
Either way, as far as I know the JavaScript code that was removed in 1.5.0 > did not handle email / domain validation. > On Nov 29, 2015 7:20 PM, "Niall Pemberton" <niall.pember...@gmail.com> > wrote: > > > On Sat, Nov 28, 2015 at 2:11 PM, Danny Leshem <dle

Re: [VALIDATOR] JavaScript port of commons-validator

2015-11-29 Thread Niall Pemberton
On Sat, Nov 28, 2015 at 2:11 PM, Danny Leshem wrote: > *TL;DR-* > commons-validator-js is a > partial JavaScript port of commons-validator (currently EmailValidator and > DomainValidator). > I think its unlikely the current people

Re: OSGI - missing imported package=org.apache.commons.collections

2012-02-19 Thread Niall Pemberton
Collections 3.2.0 doesn't have the OSGi meta data. Collections 3.2.1 was released to rectify this: http://commons.apache.org/collections/release_3_2_1.html Niall On Fri, Feb 17, 2012 at 4:05 PM, rcbandit peter.pen...@gmail.com wrote: I'm trying to create very simple OSGI bundle with Circular

Re: [beanutils] Issue with ContextClassLoaderLocal class.

2011-05-24 Thread Niall Pemberton
On Tue, May 24, 2011 at 1:55 PM, Rammohan Natarajan rammohan.natara...@tcs.com wrote: Hi, We are working on migrating a J2EE application from WAS6.1 to JBoss EAP 5.0. For unmarshalling of some custom XML we make use of commons-beanutils-1.8.3 within this application; and in the process, we

Re: [io] Tailer returning partial lines returned when EOF before newline

2011-05-24 Thread Niall Pemberton
On Tue, May 24, 2011 at 6:32 PM, frankgrimes97 frankgrime...@gmail.com wrote: Hi All, We are using org.apache.commons.io.input.Tailer to process log files for insertion into a database. What we are seeing is that occasionally a line fails to process because it is incomplete. In reviewing

Re: [io] Apache Tailer prevents log4j from creating backup files?

2011-04-08 Thread Niall Pemberton
On Thu, Apr 7, 2011 at 6:04 PM, Hemal Pandya hemal.pan...@gmail.com wrote: Hello, I am trying to use Apache Tailer for a utility that processes log file entries. My log4j configuration creates backup files when the max file size has been reached. It seems the Tailer is correctly handling

Re: Re: [beanutils] BeanUtilsBean#setProperty() behaviour in 1.7 and 1.8

2011-03-11 Thread Niall Pemberton
2011/3/11 Björn Moritz bjoern.mor...@gmail.com: Wed, 09 Mar 2011 15:38:23 -0800 2011/3/7 Björn Moritz bjoern.mor...@gmail.com: Hello, is there a reason for BeanUtilsBean#setProperty() in line 968 not using the PropertyType of the current PropertyDescriptor as the type of class to

Re: [beanutils] BeanUtilsBean#setProperty() behaviour in 1.7 and 1.8

2011-03-09 Thread Niall Pemberton
2011/3/7 Björn Moritz bjoern.mor...@gmail.com: Hello, is there a reason for BeanUtilsBean#setProperty() in line 968 not using the PropertyType of the current PropertyDescriptor as the type of class to convert to, but instead the class of the value to be converted? Until beanutils 1.7 a

[ANNOUNCE] Commons Lang 2.6 released

2011-01-17 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons Lang 2.6 Details of the changes and bug fixes in this release can be found in the release notes: http://commons.apache.org/lang/upgradeto2_6.html For information on Commons Lang please visit the Lang website:

Re: [Lang] Null safe date comparisson

2011-01-06 Thread Niall Pemberton
On Thu, Jan 6, 2011 at 6:47 PM, Gary Gregory ggreg...@seagullsoftware.com wrote: -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

Re: [Lang] Null safe date comparisson

2011-01-06 Thread Niall Pemberton
On Thu, Jan 6, 2011 at 6:27 PM, Niall Pemberton niall.pember...@gmail.com wrote: On Thu, Jan 6, 2011 at 4:38 PM, sebb seb...@gmail.com wrote: On 6 January 2011 16:31, Ludwig Magnusson lud...@itcatapult.com wrote: Hi! I'm looking for a way to do null safe date comparison. Something like

[ANNOUNCE] Commons IO 2.0.1 released

2011-01-01 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons IO 2.0.1 This release contains a small number of bug fixes for the 2.0 release - full details of which can be found in the release notes: http://commons.apache.org/io/upgradeto2_0_1.html For information on Commons IO please

Re: [io] It seems not possible to control order in which FileAlterationObserver triggers FileAlterationListener when more than one file alteration was detected

2010-12-31 Thread Niall Pemberton
On Tue, Dec 28, 2010 at 10:51 AM, Damien Tacheron dtache...@sqli.com wrote: Hi, i'm not english native, so i'll do my best. i need to be triggered by FileAlterationListener for file creation or file update, based a timeline : - first the first file which was created or updated - second,

Re: [IO] tailer sample code

2010-11-10 Thread Niall Pemberton
2010/11/10 Sébastien Roux roux.sebast...@gmail.com: I'm not a Java specialist but quite curious about the new tailer classes in commons IO 2.0. Now what does this mean : TailerListener listener = ... Its just an abbreviation to show the line is not complete. You have to create your own

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
...@carmanconsulting.comwrote: The confusion is probably because most folks assume we would be using the new group id which commons io (for some strange reason) did not. On Fri, Oct 29, 2010 at 7:51 AM, Niall Pemberton niall.pember...@gmail.com wrote: Its been there since the day after it was released

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
On Fri, Oct 29, 2010 at 2:13 PM, James Carman ja...@carmanconsulting.com wrote: On Fri, Oct 29, 2010 at 9:07 AM, Niall Pemberton niall.pember...@gmail.com wrote: I believe it does, but for example if a put a redirection pom in for commons-io:commons-io:1.4 to org.apache.commons:commons-io:1.4

Re: [lang]

2010-10-27 Thread Niall Pemberton
On Wed, Oct 27, 2010 at 2:32 PM, Dirk Starke dirk.sta...@protagen.de wrote: Hello, I just recognized the following example in class StringUtils: StringUtils.indexOfAnyBut(zzabyycdxx, '')  = 0 I don't understand this example, because [] is used for an empty array in the documentation of

Re: [validator] Possible to configure multiple error messages for a single validator?

2010-10-05 Thread Niall Pemberton
On Wed, Sep 29, 2010 at 7:09 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've been happily using commons-validator 1.3.1 with Struts 1.3 for some years, now, and I've recently developed my own custom validator that checks

Re: [vfs] How to implement (add) Samba Provider?

2010-09-22 Thread Niall Pemberton
On Wed, Sep 22, 2010 at 10:28 PM, Pavel Bortnovskiy pbortnovs...@jefferies.com wrote: Hi: VFS doesn't seem to support smb:// protocol out-of-the-box:  Due to some technical reasons we had to move the webdav and jcifs (smb) filesystem to the sandbox. So if you need one of these filesystems you

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Sun, Jun 6, 2010 at 3:02 AM, Dimitris Tsitses 4.biz@gmail.com wrote: Hi all, I'm trying to do something really simple but I can't seem to figure it out, I hope someone can help. I have a simple bean: public class MyBean {        private ClassTypeA myProperty;        public void

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Sun, Jun 6, 2010 at 5:55 PM, Dimitris Tsitses 4.biz@gmail.com wrote: myProperty is of one type only. The overloaded setters are there only for convenience, i.e., to convert to the type of myProperty before setting it. I don't think the JavaBeans spec disallows that, if it did, that

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Mon, Jun 7, 2010 at 5:18 PM, Dimitris Tsitses 4.biz@gmail.com wrote: Hi James, thanks for keeping up with my questions. So, you mean end up with something like this: ? public class MyBean {       private ClassTypeA myProperty;       private ClassTypeB myPropertyAsB;       private

Re: how to implement login using httpclient?

2010-03-31 Thread Niall Pemberton
On Wed, Mar 31, 2010 at 6:37 PM, maikeru8 msantos.my...@gmail.com wrote: I'm still a beginner with regards to Apache Commons, and I wish to implement the login for a plugin in Eclipse. The user does not log in via the browser but rather Eclipse instead. And I found out about httpclient and I

Re: Commons-transaction abandoned?

2010-03-07 Thread Niall Pemberton
On Fri, Mar 5, 2010 at 10:01 AM, Oliver Zeigermann oliver.zeigerm...@gmail.com wrote: Folks! What Henri says is completely right. The project has been abandoned by me as I lost faith in one of its goal - ACID properties (especially atomicity) on any file system. From my (and others) point

Re: [validator] Trouble using global constants in variable values

2010-02-10 Thread Niall Pemberton
On Wed, Feb 10, 2010 at 11:46 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 2/10/2010 6:27 PM, Christopher Schultz wrote: constant-value^.*(([0-9]+.*\p{L}+)|(\p{L}+.*[0-9]+)).*$/constant-value Okay, something must be wrong

Re: Problem of 404 with apache tomcat mod_jk

2010-01-09 Thread Niall Pemberton
You have the wrong mailing list - try the Tomcat User list http://tomcat.apache.org/lists.html Niall On Thu, Jan 7, 2010 at 5:11 PM, vishal.mes...@techprocess.co.in wrote: Hi all, We are getting http 404 error sometimes.NOT all times.. Can any one help us how to proceed in order to

Re: DBCP - Unable to successfully call Connection.createArrayOf() method

2009-12-16 Thread Niall Pemberton
The createArrayOf() method was added in JDBC 4 / JDK 1.6: http://tinyurl.com/yhwwejv The current release of DBCP doesn't currently support JDBC 4 which is why you're seeing this error. Commons is currently going through the process of releasing DBCP 1.4 which will support JDBC 4 - hopefully this

Re: Setting null on Integer property via BeanUtils.setProperty

2009-12-09 Thread Niall Pemberton
: http://twitter.com/smhumayun Flickr : http://www.flickr.com/photos/smhumayun YouTube : http://www.youtube.com/user/smhumayun --- -Original Message- From: Niall Pemberton [mailto:niall.pember...@gmail.com] Sent: Wednesday, December 09, 2009 4

Re: File upload: not identified content type.

2009-11-04 Thread Niall Pemberton
AIUI it gets it from the request headers: http://commons.apache.org/fileupload/xref/org/apache/commons/fileupload/FileUploadBase.html#993 Niall On Wed, Nov 4, 2009 at 5:26 PM, vijay shanker vijay.s...@gmail.com wrote: Hello friends; I am using commons file upload library to upload files. I

Re: [BeanUtils] dependencies

2009-10-28 Thread Niall Pemberton
On Wed, Oct 28, 2009 at 10:44 AM, Joonas Pulakka joonas.pula...@iki.fi wrote: Hello, I'm wondering what external dependencies BeanUtils actually has. On the main page http://commons.apache.org/beanutils/ it's mentioned that commons-beanutils.jar has an optional dependency on Collections. What

Re: [BeanUtils] dependencies

2009-10-28 Thread Niall Pemberton
On Wed, Oct 28, 2009 at 3:45 PM, Brent Worden brent.wor...@gmail.com wrote: On Wed, Oct 28, 2009 at 6:03 AM, Niall Pemberton niall.pember...@gmail.comwrote: On Wed, Oct 28, 2009 at 10:44 AM, Joonas Pulakka joonas.pula...@iki.fi wrote: Hello, I'm wondering what external dependencies

[ANNOUNCE] Commons BeanUtils 1.8.1 released

2009-10-21 Thread Niall Pemberton
The Commons team is pleased to announce the release of Commons BeanUtils 1.8.1. This release contains a number of bug fixes for the 1.8.0 release - full details of which can be found in the release notes: http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt For information on

Re: NPE from DBCP connection pool

2009-10-08 Thread Niall Pemberton
On Thu, Oct 8, 2009 at 8:16 PM, TomStrummer tomstrum...@gmail.com wrote: Anyone ever seen this before?  A NPE from PoolingConnection.normalizeSQL: java.lang.NullPointerException         at org.apache.commons.dbcp.PoolingConnection.normalizeSQL(PoolingConnection.java:178)         at

Re: Does I download other commond jars for using the common configurnation

2009-09-28 Thread Niall Pemberton
On Mon, Sep 28, 2009 at 9:34 AM, maven apache apachemav...@gmail.com wrote: I am using the common configurnation, first I found the error message which tell me the class org.apache.commons.lang.exception.NestableException can not be resovled, so I download the common lang jar, then this error

Re: log4j NTEventLogAppender.dll for windows 64 bit

2009-09-02 Thread Niall Pemberton
On Tue, Sep 1, 2009 at 10:27 PM, Trin Chavalittumrongtri...@microsoft.com wrote: Hi All, The NTEVentLogAPpender.dll that comes with log4j seems to be working with Windows 32-bit only. Has anyone had any solutions for this problem in Windows 64-bit? Wrong list, try

Re: [VFS] Minimum Java version

2009-08-19 Thread Niall Pemberton
On Wed, Aug 19, 2009 at 3:34 PM, Ralph Goersralph.go...@dslextreme.com wrote: The packages haven't been changed so far. But this would definitely have to be considered whether we would want to take on the package renaming right now. With IO there were only a couple of JDK 1.5 changes that

Re: [VFS] Minimum Java version

2009-08-19 Thread Niall Pemberton
On Wed, Aug 19, 2009 at 5:22 PM, Gary Gregoryggreg...@seagullsoftware.com wrote: -Original Message- From: Niall Pemberton [mailto:niall.pember...@gmail.com] Sent: Wednesday, August 19, 2009 7:40 AM To: Commons Users List Subject: Re: [VFS] Minimum Java version On Wed, Aug 19, 2009

Re: Commons codec 1.4 on maven repo?

2009-08-18 Thread Niall Pemberton
On Mon, Aug 17, 2009 at 6:43 PM, Gary Gregoryggreg...@seagullsoftware.com wrote: I do not recall seeing an announcement email for the release. Did I miss it? No I've been on holiday so its the only thing left todo. Niall Gary -Original Message- From: Marvin Froeder

Re: Release codec 1.4?

2009-07-31 Thread Niall Pemberton
On Fri, Jul 31, 2009 at 9:20 PM, Gary Gregoryggreg...@seagullsoftware.com wrote: Hi Tom: I need to look at the patch for [CODEC-59] and then make sure our test coverage is a good as before the patch. Then we can cut another RC and people can look at the bits and vote. My intention is to

Re: [Sanselan] Writing XMP leads to semi-corrupted IPTC

2009-07-13 Thread Niall Pemberton
On Tue, Jul 14, 2009 at 1:47 AM, Charles Matthew Chencharlesmc...@gmail.com wrote: +dev Hi Jonathan,   Sanselan is in the process of moving into the Commons project - bear with us.   dev, user: how does Commons handle issue tracking?  Should we open an issue for this issue in our old

Re: [Net] Whom to contact

2009-05-16 Thread Niall Pemberton
On Fri, May 15, 2009 at 12:37 PM, Olli Loikkanen olli.loikka...@gmail.com wrote: Hi, The webpage http://commons.apache.org/ seems to lack information. I could not find contact information of any particular person/webmaster who is responsible for updating the webpage. Thefore I sent this email

Re: org.apache.commons.digester.rss.* ?

2009-04-06 Thread Niall Pemberton
On Mon, Apr 6, 2009 at 5:59 PM, Christian Grobmeier grobme...@gmail.com wrote: On Mon, Apr 6, 2009 at 6:54 PM, k2 karlk...@spiritone.com wrote: So to put this simply, is there an ftp location for the example files from where I can download the source tree for rss? No you have to go through

Re: bean utils : automatic type conversion newbie question

2009-03-03 Thread Niall Pemberton
On Tue, Mar 3, 2009 at 2:24 PM, Paul Hussein paul.huss...@hapnin.net wrote: Hi, I am trying to use Bean Utils to fill my bean. I am expecting automatic conversion from String to BigDecimal or Float and various other base types. However for me this is not working. When I call

Re: [beanutils] converting HTTP params into an arbitrary object model

2009-02-25 Thread Niall Pemberton
On Tue, Feb 24, 2009 at 3:09 PM, Matt Benson gudnabr...@yahoo.com wrote: --- On Tue, 2/24/09, Adam Hardy ahardy.str...@cyberspaceroad.com wrote: From: Adam Hardy ahardy.str...@cyberspaceroad.com Subject: Re: [beanutils] converting HTTP params into an arbitrary object model To: Commons

Re: [beanutils] converting HTTP params into an arbitrary object model

2009-02-25 Thread Niall Pemberton
On Wed, Feb 25, 2009 at 12:53 PM, Adam Hardy ahardy.str...@cyberspaceroad.com wrote: Niall Pemberton on 25/02/09 10:54, wrote: On Tue, Feb 24, 2009 at 3:09 PM, Matt Benson gudnabr...@yahoo.com wrote: --- On Sat, 2/21/09, Adam Hardy wrote: The problem is that there are that many little

Re: [BeanUtils] Possible to hook in a different getter/setter naming convention?

2009-01-04 Thread Niall Pemberton
On Fri, Jan 2, 2009 at 11:13 PM, kennardconsulting rich...@kennardconsulting.com wrote: Dear All, I am enjoying using Commons BeanUtils with all its converters and 'foo.bar.baz' path notation goodness. I was wondering if it was possible to retain this goodness whilst changing to a

Re: SCXML and commons survay

2008-12-05 Thread Niall Pemberton
On Fri, Dec 5, 2008 at 1:48 PM, Torsten Curdt [EMAIL PROTECTED] wrote: Hey Karl I am a developer here in Germany, and we (the software team I am working for) are considering to use the SCXML and the Commons libraries for a Prove of Concept Prototype, and I would like to know if SCXML and the

Re: JXPath and LazyDynaBeans

2008-11-21 Thread Niall Pemberton
On Thu, Nov 20, 2008 at 12:10 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi All, There are so many options here, I'm not sure which one is the easiest/best solution. I've got a data structure which I am using to populate (a hierarchy of) LazyDynaBean's so that we can run JXPath across it.

Re: beanutils copy to ignore null properties

2008-10-13 Thread Niall Pemberton
On Mon, Oct 13, 2008 at 7:25 PM, miro [EMAIL PROTECTED] wrote: I have Bean Test with properties A and B An instance of Test TestA has value for A and B is null. another intance of Test TestB has value for B and A is null . now when I call copyProperties

Re: Commons-beanutils indexdProperty error

2008-10-10 Thread Niall Pemberton
On Fri, Oct 10, 2008 at 6:28 AM, Deep D [EMAIL PROTECTED] wrote: Hi, I am very new to the beanutils. I am trying to set value to an array list using indexed properties. It is throwing the following error Exception in thread main java.lang. IndexOutOfBoundsException: Index: 0, Size: 0

Re: BeanUtils copyProperties with null Date

2008-10-03 Thread Niall Pemberton
On Fri, Oct 3, 2008 at 7:30 PM, Tom Spencer [EMAIL PROTECTED] wrote: Hi, I'm new to BeanUtils and I would firstly like to say a big thank you - this is such a useful utility and has saved me countless hours of my time! I am, however, running into a difficulty. I am using BeanUtils 1.8.0 to

Re: PropertyUtils.copyProperties() and inherited classes

2008-09-23 Thread Niall Pemberton
On Tue, Sep 23, 2008 at 8:46 AM, [EMAIL PROTECTED] wrote: Hi @all, as it seems, the PropertyUtils.copyProperties() as well as BeanUtils.copyProperties() only do a copy on class-level. As I would like to reuse my copy-methods for an inherited class-structure I would like to ask if there is

Re: [Chain] Parametizing commands?

2008-09-05 Thread Niall Pemberton
On Fri, Sep 5, 2008 at 5:49 PM, [EMAIL PROTECTED] wrote: I'm looking for a way to decouple the context keys used in a command from the actual context keys used at runtime. Here's an example: Here's a really simple command that just concatenates two strings from the context - the keys are A

Re: isEscaped

2008-09-03 Thread Niall Pemberton
On Tue, Sep 2, 2008 at 7:28 PM, Gabriel Reis [EMAIL PROTECTED] wrote: Hi, Is there any tool to verify if a String is escaped? Something like this: assertFalse( StringEscapeUtils.isHtmlEscaped(btext/b) ); assertTrue( StringEscapeUtils.isHtmlEscaped(lt;bgt;textlt;/bgt;) ); Perhaps one way to

[ANNOUNCEMENT] Commons BeanUtils 1.8.0 Released

2008-09-01 Thread Niall Pemberton
/download_beanutils.cgi For more information on Commons BeanUtils, visit the project home page: http://commons.apache.org/beanutils/ - Niall Pemberton - on behalf of the Apache Commons community - To unsubscribe, e-mail: [EMAIL

Re: Commons validator

2008-08-29 Thread Niall Pemberton
On Fri, Aug 29, 2008 at 5:36 AM, Vinay Binny [EMAIL PROTECTED] wrote: Hi all, I see a compareDates method in the DateValidator class of the routine package, I was wondering if I could use it directly in my validator-rules.xml by specifying something like: validator name=compareDate

Re: Is Common FileUpload 1.2.1 compatible with JDK 1.3

2008-08-15 Thread Niall Pemberton
On Fri, Aug 15, 2008 at 1:18 PM, Peng Ming [EMAIL PROTECTED] wrote: Hi all, I'm still using JDK 1.3 for a very old project. Just want to add Apache Common FileUpload to that project to implement the Upload function. Is the latest FileUpload version, that is 1.2.1, working fine in JDK 1.3?

Re: JDK 1.4 EOL date is October

2008-07-02 Thread Niall Pemberton
On Wed, Jul 2, 2008 at 10:16 AM, Brosnan, Michael [EMAIL PROTECTED] wrote: The date for JDK 1.4 bing EOL is October 2008, see http://java.sun.com/j2se/1.4.2/ Are there plans in place to update the commons apache components to build with JDK 1.5 instead? Its being done on a

Re: Commons IO FileUtils question

2008-06-30 Thread Niall Pemberton
On Mon, Jun 30, 2008 at 8:15 PM, Eric Hamacher [EMAIL PROTECTED] wrote: Hello: I took a file on my filesystem, copied and renamed it. I took the two files and compared them using FileUtils.contentEquals(File, File). In this case, shouldn't the method return true? If not, when would it

[ANNOUNCE] Commons Chain 1.2 Released

2008-06-03 Thread Niall Pemberton
: http://commons.apache.org/chain/ -Niall Pemberton on behalf of the Apache Commons community - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [cli2] Negative number arguments seen as options

2008-05-30 Thread Niall Pemberton
On Fri, May 30, 2008 at 8:12 PM, Emmanuel Bourg [EMAIL PROTECTED] wrote: Niall Pemberton a écrit : How can Avalon CLI be released - that projects closed? The Avalon CLI code was imported in a branch of Commons CLI: https://svn.apache.org/repos/asf/commons/proper/cli/branches/avalon

Re: Is JXPath project abandoned?

2008-05-19 Thread Niall Pemberton
On Mon, May 19, 2008 at 4:13 PM, Adrian Mitev [EMAIL PROTECTED] wrote: Is the project still active? Matt Benson has been working on it recently: http://markmail.org/search/?q=jxpath%20list%3Aorg.apache.commons.commits%2F ...and has been working on a 1.3 release:

Re: About commons codec ver 1.1 and export control rules

2008-05-19 Thread Niall Pemberton
On Mon, May 19, 2008 at 3:15 PM, Trevisson Cristina [EMAIL PROTECTED] wrote: Dear All, Would you be so kind to help me in answering the following question ? Does common codec ver 1.1 contain symmetric cryptographic algorithms employing a key length in excess of 56 bits or an asymmetric

Re: [beanutils] getPropertyType() on java.util.Map

2008-03-22 Thread Niall Pemberton
On Fri, Mar 21, 2008 at 2:43 PM, Doug Breaux [EMAIL PROTECTED] wrote: The following property: myMap(myKey) with a bean property of: new java.util.HashMapString, Long() returns java.util.Map from PropertyUtils.getPropertyType() I was expecting Long. Map seems like a bug. Well it

Re: BeanUtils: dirty checking

2008-03-05 Thread Niall Pemberton
On Wed, Mar 5, 2008 at 3:33 PM, Paul Benedict [EMAIL PROTECTED] wrote: This question is about BeanUtils 1.8. Does any functionality exist to compare two beans of the same type to determine whether (a) it is dirty and (b) a list/set of differences of properties? Not at the moment, but I

Re: Enhanced DirectoryWalker

2008-02-20 Thread Niall Pemberton
This was been raised before here: http://tinyurl.com/3dmkcl The one thing that makes me hesitate is it could be confusing since the user might expect the Collection to be sorted. Anyway, it needs to be filed as an enhancement request in JIRA - preferably with a patch - since thats easier to see

Re: [BEANUTILS] LocaleConvertUtilsBean convert method with null locale

2008-02-15 Thread Niall Pemberton
On Fri, Feb 15, 2008 at 1:39 PM, Lucian Chirita [EMAIL PROTECTED] wrote: Is the LocaleConvertUtilsBean.convert(String value, Class clazz, Locale locale, String pattern) method supposed to accept null Locale arguments? This generally works, as the locale is used to resolve a converter, and

[ANNOUNCE] Commons IO 1.4 Released

2008-01-21 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons IO 1.4. Commons IO is a library of utilities to assist with developing IO functionality. See the IO website for more details: http://commons.apache.org/io/ This 1.4 release contains a few bugfixes and a number of new features

Re: [daemon] where can i find procrun

2007-12-06 Thread Niall Pemberton
On Dec 6, 2007 12:11 PM, [EMAIL PROTECTED] wrote: I hope this Mail gets where it should get! (Some people have a problem to document something where everyone can find it) can anyone help me please? From the archives: http://commons.markmail.org/message/3ks6333gdkwuttru

Re: Commons validator error

2007-11-09 Thread Niall Pemberton
On Nov 9, 2007 4:47 PM, Nuno Martins [EMAIL PROTECTED] wrote: Hi all, I'm developing a commons-validator (with struts) standalone application. Not sure what you mean by standalone and with Struts. Are you using the standard built-in Struts validation? From the error below I guess not - I can

Re: Beanutils: Problem with DateConverter

2007-10-08 Thread Niall Pemberton
I replied to this on the dev@ list - please don't cross-post, thanks http://tinyurl.com/3y2bqm Niall On 10/5/07, Chris Helck [EMAIL PROTECTED] wrote: Hi, I'm trying to use the DateConverter, and it just doesn't seem to work (or I don't understand it). Here's my code: DateConverter

Re: ECCN classification for Apache Commons

2007-09-06 Thread Niall Pemberton
On 8/22/07, Henriques, Tiago (ext) [EMAIL PROTECTED] wrote: Hi all, We are using Apache Commons in one of our products, and are now in the process of collecting the information needed to export it to other countries. In order to do this, can you tell me whether any citizens of the United

[ANNOUNCE] Commons BeanUtils 1.8.0 Beta release

2007-08-05 Thread Niall Pemberton
://commons.apache.org/beanutils/ Release notes: http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt Download: http://commons.apache.org/downloads/download_beanutils.cgi Niall Pemberton, on behalf of the Commons community