Hi,

-----Original Message-----
From: Mitja B. [mailto:[EMAIL PROTECTED] 
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 )=

1. the BeanScriptingFramework (bsf.jar) as for
    all other scripting langueages (groovy,javascript,
    beanshell ...), get it here =
    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 =
    http://dist.codehaus.org/jruby/jruby-complete-1.0.1.jar


Regards, Gilbert



Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to