Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 94042 invoked from network); 3 May 2003 12:52:40 -0000 Received: from mxout1.cac.washington.edu (140.142.32.134) by daedalus.apache.org with SMTP; 3 May 2003 12:52:40 -0000 Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.12.1+UW03.04/8.12.1+UW02.12) with ESMTP id h43CqeRG015028 for ; Sat, 3 May 2003 05:52:41 -0700 Received: from u.washington.edu (pool-151-199-20-46.bos.east.verizon.net [151.199.20.46]) (authenticated bits=0) by smtp.washington.edu (8.12.1+UW03.04/8.12.1+UW02.12) with ESMTP id h43CqdPx006384 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NOT) for ; Sat, 3 May 2003 05:52:40 -0700 Date: Sat, 3 May 2003 08:52:36 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Maven build From: Michael Becke To: Commons Project Content-Transfer-Encoding: 7bit Message-Id: <1D8E28B4-7D66-11D7-ADB1-00306557E112@u.washington.edu> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The current version of the maven build for HttpClient is non functional. This is because JSSE and JCE, which are build requirements, are no longer available on ibiblio. I think we have only two options for fixing this: 1) Require JSSE and JCE be available locally for the build. Either they would be included in CVS or would need to be downloaded separately. 2) Remove JSSE and JCE from the build requirements. This will make the maven build only available on JDK 1.4+ machines. Do we have any other choices? What would everyone prefer? Mike