Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52292 invoked from network); 10 Sep 2007 13:37:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 13:37:49 -0000 Received: (qmail 83094 invoked by uid 500); 10 Sep 2007 13:37:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82837 invoked by uid 500); 10 Sep 2007 13:37:38 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 82826 invoked by uid 99); 10 Sep 2007 13:37:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 06:37:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.201.183.194] (HELO sscd0002.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 13:39:07 +0000 Received: from sscd0028.dmz.huk.de ([10.148.152.146]) by sscd0002.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Sep 2007 15:37:14 +0200 Received: by sscd0028.dmz.huk.de (Postfix, from userid 1) id 011995809A; Mon, 10 Sep 2007 15:37:54 +0200 (CEST) Received: from sscd0001.dmz.huk.de (sscd0001.dmz.huk.de [10.148.152.131]) by sscd0028.dmz.huk.de (Postfix) with ESMTP id E1E815809A for ; Mon, 10 Sep 2007 15:37:54 +0200 (CEST) Received: from sxf00002.lan.huk-coburg.de (unverified) by sscd0001.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id ; Mon, 10 Sep 2007 15:37:14 +0200 Received: from VEX00130.lan.huk-coburg.de ([10.131.117.132]) by sxf00002.lan.huk-coburg.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Sep 2007 15:37:15 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: Open and read file with ant and then copy Date: Mon, 10 Sep 2007 15:37:13 +0200 Message-ID: <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDCA3@VEX00130.lan.huk-coburg.de> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Open and read file with ant and then copy thread-index: AcfzqajQPheEI3HsTQeKBWXvaELWQAABTxdA References: From: "Rebhan, Gilbert" To: "Ant Users List" , "Mitja B." X-OriginalArrivalTime: 10 Sep 2007 13:37:15.0331 (UTC) FILETIME=[B31EB930:01C7F3AF] Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, -----Original Message----- From: Mitja B. [mailto:info@mitjab.com]=20 Sent: Monday, September 10, 2007 2:53 PM To: Ant Users List Subject: RE: Open and read file with ant and then copy /* This idea is also very good but i have problem. java.lang.NoClassDefFoundError: org/apache/bsf/BSFException" error which library do i need for running ruby? Thx */ you need available for ant (simply put in %ANT_HOME%/lib )=3D 1. the BeanScriptingFramework (bsf.jar) as for all other scripting langueages (groovy,javascript, beanshell ...), get it here =3D http://jakarta.apache.org/bsf/ BSF is also needed for most other scripting languages, i.e. Beanshell, Javascript,Groovy 2. the jruby-complete-1.01.jar, as it contains all needed ruby libraries the script includes with 'require ...' (like import in java) the normal jruby.jar will not be enough get it here =3D http://dist.codehaus.org/jruby/jruby-complete-1.0.1.jar Regards, Gilbert Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org