Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 41145 invoked from network); 22 Jun 2010 14:48:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jun 2010 14:48:03 -0000 Received: (qmail 80935 invoked by uid 500); 22 Jun 2010 14:48:03 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 80845 invoked by uid 500); 22 Jun 2010 14:48:02 -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 80837 invoked by uid 99); 22 Jun 2010 14:48:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 14:48:02 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antoine.toulme@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 14:47:55 +0000 Received: by iwn9 with SMTP id 9so2137241iwn.17 for ; Tue, 22 Jun 2010 07:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=IATWAb1NChPIMOX6U+FPy0bSOz6HAIKCRHAKzqLRH9U=; b=CFVQwP6UqSkx3K3q1u/m3crMMetMMXsbn6Mp+ut8jLa4zuII0mSUrkAROA6gtgVs7i 6VaCeI2anc/AHU8+QwWuGtB5f/hh9Fxv4rCK+T6A2tbEpW4I7bgCNfeE4nhpUbU0J7l1 QZFMmJOV6YdqEniA/TrrzVe5ywvoM7WDmiCow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=k56AR4c6TCJBWg5oy1UBGp4wTaTqGVWS67XrR2mF7fyexFTCWWDmi24jd6NBlhcim2 c3K6bnNg9WbfuKFF79d5JU9bw6O7QzglX2gqdf7/YehlaWxE2IGo3jA9F4T8hetEdgng iFoNpu+47Kh3yMu2sl45UKQpG7qli7J05Alds= Received: by 10.231.111.209 with SMTP id t17mr7049564ibp.182.1277218054213; Tue, 22 Jun 2010 07:47:34 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.toulme@gmail.com Reply-To: antoine@lunar-ocean.com Received: by 10.231.169.20 with HTTP; Tue, 22 Jun 2010 07:47:14 -0700 (PDT) In-Reply-To: References: <31B1DA3C-7E98-40A5-AF96-CAECCCDD6FC0@oneeyedmen.com> <49C8E619-05C6-4CC1-9771-D0F0AFD523E8@oneeyedmen.com> From: Antoine Toulme Date: Tue, 22 Jun 2010 07:47:14 -0700 X-Google-Sender-Auth: 0zO42x_BNixRoTmXXH3do6_veJ4 Message-ID: Subject: Re: Buildr and Cucumber - classpath To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016e649c74c6c102804899f8082 X-Virus-Checked: Checked by ClamAV on apache.org --0016e649c74c6c102804899f8082 Content-Type: text/plain; charset=ISO-8859-1 OK, you can chat with the jruby devs over the #jruby IRC channel about that - or Charles will comment here whenever he reads this message. On Tue, Jun 22, 2010 at 07:28, Duncan McGregor wrote: > > On 22 Jun 2010, at 15:01, Duncan McGregor wrote: > > > quite happily, but if I try that from a rake task in Buildr > > > > task :run_task do > > puts `which jruby` > > puts `jruby -J-cp /Users/duncan/.m2/repository/org/netbeans/jemmy/ > 2.2.7.5/jemmy-2.2.7.5.jar -S cucumber src/features` > > end > > > > it fails > > > > /usr/local/jruby/bin/jruby > > jruby: unknown option -J-cp > > Actually this looks like a bug in JRuby, given that > > jruby -J-Xmx512m -e 'puts `jruby -JXmx512m --version`' > > from the command-line also fails. > > I'll pull on that thread first. > > Duncan --0016e649c74c6c102804899f8082--