Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 74765 invoked from network); 25 Nov 2004 00:25:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Nov 2004 00:25:59 -0000 Received: (qmail 22466 invoked by uid 500); 25 Nov 2004 00:25:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 22372 invoked by uid 500); 25 Nov 2004 00:25:23 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 22315 invoked by uid 99); 25 Nov 2004 00:25:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smta11.mail.ozemail.net (HELO smta11.mail.ozemail.net) (203.103.165.150) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 24 Nov 2004 16:25:19 -0800 Received: from [192.168.2.3] ([203.103.108.157]) by smta11.mail.ozemail.net with ESMTP id <20041125002508.YRCD22503.smta11.mail.ozemail.net@[192.168.2.3]> for ; Thu, 25 Nov 2004 00:25:08 +0000 Message-ID: <41A52664.8040102@bigpond.com.au> Date: Thu, 25 Nov 2004 11:25:08 +1100 From: Skip/Jan Hodgson Reply-To: skiphod@bigpond.com.au User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: commons-user@jakarta.apache.org Subject: Commons-Net Ftp Client Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Has anyone noticed? I downloaded the commons-net-1.2.2.zip to use the Ftp Client feature for a Java project (with Sun Java SDK 1.4.2). Using the method FTPClient.listFiles(String) the code compiled OK but at runtime gave a NoClassDefFoundError looking for MalformedPatternException.class in the package org/apache/oro/text/regex. This package is available as jakarta-oro-2.0.8.jar of course and getting this fixed the little problem but wouldn't it be better to wrap these together somehow or list a formal dependency? A regex package is included in the Sun SDK now. Is this causing some sort of "version" problem? I have noticed similar little "packaging" problems with other projects in the past but I can't think of a neat way to point them out to the developers. They are hardly "bugs" but they are a bit annoying! Skip Hodgson --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org