Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 96180 invoked by uid 500); 22 Sep 2001 08:03:30 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 96169 invoked from network); 22 Sep 2001 08:03:29 -0000 Date: Sat, 22 Sep 2001 10:03:25 +0200 From: Christian Haul To: cocoon-users@xml.apache.org Cc: cib Subject: Re: abstract class Message-ID: <20010922100325.A10374@london.dvs1.informatik.tu-darmstadt.de> Reply-To: haul@informatik.tu-darmstadt.de References: <001301c14310$28b0d5e0$ed4d06c3@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001301c14310$28b0d5e0$ed4d06c3@wanadoo.fr>; from c.cib@laposte.net on Sat, Sep 22, 2001 at 04:42:01AM +0200 Organization: Databases and Distributed Systems Group, Darmstadt University of Technology X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Cib, I'd really appreciate it if you'd care to read me responses and don't post the same question over and over. If you change your code the code as indicated it compiles OK. On 22.Sep.2001 -- 04:42 AM, cib wrote: > > > language="java" > xmlns:xsp="http://apache.org/xsp" > xmlns:esql="http://apache.org/cocoon/SQL/v2"> > > > java.io.* > > > > class make_xsl { public void main( ) throws IOException { // before: public void main(String[]) throws IOException { > FileReader entree = new > FileReader(("http//:localhost/cocoon/test/make.xsl")); > FileWriter sortie = new FileWriter("output.txt"); > int c; > while ( (c = entree.read()) != -1 ) > sortie.write(c); > sortie.close(); > entree.close(); > } > } > > > > > > make_xsl anObject = new make_xsl(); > anObject.main(); > > > > If you see this, it works. > > > Chris. -- C h r i s t i a n H a u l haul@informatik.tu-darmstadt.de fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: