Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 35205 invoked from network); 12 May 2009 13:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 13:24:35 -0000 Received: (qmail 69811 invoked by uid 500); 12 May 2009 13:24:35 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 69795 invoked by uid 500); 12 May 2009 13:24:35 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 69785 invoked by uid 99); 12 May 2009 13:24:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 13:24:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gethemant@gmail.com designates 209.85.142.191 as permitted sender) Received: from [209.85.142.191] (HELO ti-out-0910.google.com) (209.85.142.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 13:24:26 +0000 Received: by ti-out-0910.google.com with SMTP id a20so363859tia.11 for ; Tue, 12 May 2009 06:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=mv8hPoOrSCRnKTGULn0nM0e4+iJ81CnH6eAZTSIrSrA=; b=U9ivgB2WvK7+zQDvYTXgEUkzYLvYz7Mtgs0iQhyByu+JwBDCL4Aqwwp7RXxfVeen5X FrWUdx3xoFhA9UqnJfIFF6Cfrn5TUByWeWVhA8nyhdxMRUqOpZ4N2Whuvlxaq6HThorg LV/ZEhKTDxS/YsVFeGWgyTRtbIDukR95jteM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=R/HTpV5Ru/JQAMmT2SKJ3kBCFNVYB0Hu0NdUn7xXDVXWelsXUN4e75QxP+AM++ihUL EYQZedtBnyhLO1arfbPtqUqscj5yCqASot268vVb+k5wqCZhL8+an5h7KphOrMVy65sN XbL7OZAdCZ0cEhyyhgHldo4Dmloijj/fDTsSc= MIME-Version: 1.0 Received: by 10.110.2.2 with SMTP id 2mr573307tib.40.1242134643730; Tue, 12 May 2009 06:24:03 -0700 (PDT) From: hemant Date: Tue, 12 May 2009 18:53:43 +0530 Message-ID: Subject: Scala Compiler Crash errors To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=001485f3e8be33eb8c0469b7027d X-Virus-Checked: Checked by ClamAV on apache.org --001485f3e8be33eb8c0469b7027d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit buildr swallows the error silently with "unknown exception" if the compiler crashes for some reason. I think whatever stacktrace with which the compiler crashed should be printed to STDOUT. --001485f3e8be33eb8c0469b7027d--