Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 74927 invoked from network); 1 Aug 2000 12:21:41 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 1 Aug 2000 12:21:41 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA11815 for ; Tue, 1 Aug 2000 14:21:32 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id OAA03438; Tue, 1 Aug 2000 14:21:33 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: FTP & JSPC References: <2561BD1655ADD2119E230008C75D96A904527703@emily.barclaycard.co.uk> From: Stefan Bodewig Date: 01 Aug 2000 14:21:33 +0200 In-Reply-To: Walker Joe's message of "Tue, 1 Aug 2000 13:12:33 +0100" Message-ID: Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "WJ" == Walker Joe writes: WJ> I've not seen anything and I guess that java.net.URL is not up to WJ> the job so it would mean using some other FTP classes, which WJ> maybe why it's not been done already. Yes - Get will work on FTP URLs but there is no corresponding PUT (one for HTTP using WebDAV would be nice as well). WJ> I'm tempted to write this but it must have been debated before? Usually on the "if I find time or urgently need it ..." level. Go ahead 8^). WJ> I'm also tempted to write something to call tomcat's jspc WJ> process. Anyone tried this? There have at least been two people around here who asked for it. Haven't seen any implementations yet. Stefan