Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 65135 invoked from network); 14 Apr 2005 11:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2005 11:04:40 -0000 Received: (qmail 30368 invoked by uid 500); 14 Apr 2005 11:04:26 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 30330 invoked by uid 500); 14 Apr 2005 11:04:26 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 30315 invoked by uid 99); 14 Apr 2005 11:04:25 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: error (hermes.apache.org: local policy) Received: from Unknown (HELO gizmo05ps.bigpond.com) (144.140.71.40) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 14 Apr 2005 04:04:21 -0700 Received: (qmail 19672 invoked from network); 14 Apr 2005 11:03:08 -0000 Received: from unknown (HELO PSMAM03.bigpond.com) (144.135.25.75) by gizmo05ps.bigpond.com with SMTP; 14 Apr 2005 11:03:08 -0000 Received: from cwpp-p-203-54-206-36.prem.tmns.net.au ([203.54.206.36]) by PSMAM03.bigpond.com(MAM REL_3_4_2a 83/39861916) with SMTP id 39861916; Thu, 14 Apr 2005 21:03:08 +1000 Message-ID: <425E4DE9.1080601@bigpond.com> Date: Thu, 14 Apr 2005 21:03:05 +1000 From: Kristian Perkins User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Error output from javac compiles being blocked References: <79328ea805041103035caac8b9@mail.gmail.com> In-Reply-To: <79328ea805041103035caac8b9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N it works OK for me, maybe its ants logging 'adornments' which is wrapping the output and throwing you. try running ant with -emacs or logging output to a file. It can be hard to decipher what the ^ is pointing to when lines are longer than the console width. Asfand Yar Qazi wrote: >Hi, > >I like the little arrows beneath the snippets of java code that the >javac application provides (more compilers need to copy this behaviour >really). But unfortunately, ant blocks these! > >For example, javac gives the following error: >sources/org/trainingforlife/elearning/User.java:27: illegal >combination of modifiers: abstract and private > private abstract String getTableName(); > ^ >1 error > >Excuse the stupid misalignment of the little ^ arrow, I hate variable >width fonts. > >But ant gives the following (this is just a snippet): > [javac] C:\Documents and Settings\dflguest\My Documents\Asfand_Yar_Qazi\eLea >rning\src\sources\org\trainingforlife\elearning\Student.java:9: ';' expected > [javac] ^ > >Is there any option I can set to make ant display the full error >message without getting in the way? > >Thanks, > Asfand Yar > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org