Return-Path: X-Original-To: apmail-buildr-commits-archive@www.apache.org Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9A5149F3 for ; Fri, 17 Jun 2011 19:44:08 +0000 (UTC) Received: (qmail 81427 invoked by uid 500); 17 Jun 2011 19:44:08 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 81405 invoked by uid 500); 17 Jun 2011 19:44:08 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 81396 invoked by uid 500); 17 Jun 2011 19:44:08 -0000 Delivered-To: apmail-incubator-buildr-commits@incubator.apache.org Received: (qmail 81391 invoked by uid 99); 17 Jun 2011 19:44:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 19:44:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 19:44:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A711841EE08 for ; Fri, 17 Jun 2011 19:43:47 +0000 (UTC) Date: Fri, 17 Jun 2011 19:43:47 +0000 (UTC) From: "Alex Boisvert (JIRA)" To: buildr-commits@incubator.apache.org Message-ID: <1387576841.16121.1308339827681.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <736118866.15479.1308328847753.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (BUILDR-588) Buildr passes malformed -g argument to scalac MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BUILDR-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051284#comment-13051284 ] Alex Boisvert commented on BUILDR-588: -------------------------------------- What I meant to say was Scala 2.9 is fully supported in trunk. We'll do a release now. > Buildr passes malformed -g argument to scalac > --------------------------------------------- > > Key: BUILDR-588 > URL: https://issues.apache.org/jira/browse/BUILDR-588 > Project: Buildr > Issue Type: Bug > Components: Compilers, Packaging > Affects Versions: 1.4.5 > Environment: Buildr 1.4.5 > ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] > java version "1.6.0_24" > Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326) > Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode) > Scala code runner version 2.9.0.1 -- Copyright 2002-2011, LAMP/EPFL > Mac OS X 10.6.7 (10J869) > Reporter: Daniel Barowy > Assignee: Alex Boisvert > Priority: Blocker > Labels: buildr > Original Estimate: 1m > Remaining Estimate: 1m > > scalac barfs on '-g' option: > scalac error: Usage: -g: > where choices are none, source, line, vars, notailcalls (default: vars) > scalac -help gives more information > scalac error: bad option: '-g' > scalac -help gives more information > The fix is pretty simple (I assume that "source" is the desired debug level here). > 229c229 > < args << "-g" if options[:debug] > --- > > args << "-g:source" if options[:debug] -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira