Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 77013 invoked from network); 12 Jan 2001 00:15:47 -0000 Received: from adsl-63-198-176-15.dsl.snfc21.pacbell.net (HELO filip.net) (63.198.176.15) by h31.sny.collab.net with SMTP; 12 Jan 2001 00:15:47 -0000 Received: from filip ([64.78.185.2]) by filip.net (8.11.0/8.11.0) with SMTP id f0AKHMi10435 for ; Thu, 11 Jan 2001 04:17:23 +0800 Message-ID: <009c01c07c2c$b2e17860$7801010a@pakana.com> From: "Filip Hanik" To: References: <462F323275D6D311BA0200805F356C52EC6C5B@lgcadev001.zycor.lgc.com> Subject: Re: not working on SunOS Date: Thu, 11 Jan 2001 16:14:51 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I've tried that one, still get the same message "can not read com/filip/swing/*.java" even if I give it the whole path I get "can not read /home/fhanik/com/filip/swing/*.java" any more ideas? Filip Filip Hanik Technical Architect Pakana Corporation fhanik@pakana.com 415-371 9200 ext 3529 "Windows is a 32 bit patch to a 16 bit GUI based on a 8 bit operating system written for a 4 bit processor by a 2 bit company which can not stand 1 bit of competition." ----- Original Message ----- From: "Steve Donie" To: Sent: Thursday, January 11, 2001 1:48 PM Subject: RE: not working on SunOS > I think the problem is that you can't use multiple > statements. These should all be in one line I think, > or as multiple statements > > Steve > > -----Original Message----- > From: Filip Hanik [mailto:filip@filip.net] > Sent: Thursday, January 11, 2001 2:59 PM > To: ant-user@jakarta.apache.org > Subject: not working on SunOS > > > the output into my manual_javac.log file is > "can not read com/filip/swing/*.java" > > if I copy the command out into my shell environment, everything works fine. > > any ideas why this would happen? > below is the command I run, > > executable="javac" > output="manual_javac.log" > failonerror="on"> > > > > > > > > > > > > > thanks in advance > Filip