You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marco Struck <M....@PopNet.de> on 2000/12/05 14:14:06 UTC

where can i get the BSF-Library ?

....\webapp\context\build.xml:7: Could not create task of type:
script due to java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException
java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException

where can i get the BSF-Library ?

--
Marco Struck
Software Development

PopNet Kommunikation GmbH & Co KG
Medienpark Kampnagel
Barmbeker Str.10
D-22303 Hamburg

http://www.popnet.de 

Telefon: +49 (0)40 - 27 8 27 - 116
Fax: +49 (0)40 - 27 8 27 - 199
mailto:mstruck@popnet.de


-----Ursprüngliche Nachricht-----
Von: ant-user-help@jakarta.apache.org
[mailto:ant-user-help@jakarta.apache.org]
Gesendet am: Dienstag, 5. Dezember 2000 14:06
An: M.Struck@PopNet.de
Betreff: ezmlm response

Hi! This is the ezmlm program. I'm managing the
ant-user@jakarta.apache.org mailing list.

I'm working for my owner, who can be reached
at ant-user-owner@jakarta.apache.org.

I've been unable to carrry out your request: The address

   M.Struck@PopNet.de

was already on the ant-user mailing list when I received
your request, and remains a subscriber.


--- Administrative commands for the ant-user list ---

I can handle administrative requests automatically. Please
do not send them to the list address! Instead, send
your message to the correct command address:

For help and a description of available commands, send a message to:
   <an...@jakarta.apache.org>

To subscribe to the list, send a message to:
   <an...@jakarta.apache.org>

To remove your address from the list, just send a message to
the address in the ``List-Unsubscribe'' header of any list
message. If you haven't changed addresses since subscribing,
you can also send a message to:
   <an...@jakarta.apache.org>

or for the digest to:
   <an...@jakarta.apache.org>

For addition or removal of addresses, I'll send a confirmation
message to that address. When you receive it, simply reply to it
to complete the transaction.

If you need to get in touch with the human owner of this list,
please send a message to:

    <an...@jakarta.apache.org>

Please include a FORWARDED list message with ALL HEADERS intact
to make it easier to help you.

--- Enclosed is a copy of the request I received.

Return-Path: <M....@PopNet.de>
Received: (qmail 94226 invoked from network); 5 Dec 2000 13:05:43 -0000
Received: from gneiss.popnet.de (nobody@194.195.135.5)
  by locus.apache.org with SMTP; 5 Dec 2000 13:05:43 -0000
Received: (qmail 31379 invoked by uid 74); 5 Dec 2000 13:05:34 -0000
Received: from M.Struck@PopNet.de by gneiss with qmail-scanner-0.93 (uvscan:
v4.0.70/v4109. . Clean. Processed in 0.375508 secs); 05/12/2000 14:05:33
Received: from smaragd.popnet.de (HELO ringwoodit.popnet.de)
(212.184.202.190)
  by gneiss.popnet.de with SMTP; 5 Dec 2000 13:05:33 -0000
Received: by RINGWOODIT with Internet Mail Service (5.5.2650.21)
	id <WF3GZTMD>; Tue, 5 Dec 2000 14:02:49 +0100
Message-ID: <18...@SODALITH.popnet.de>
From: Marco Struck <M....@PopNet.de>
To:
"'ant-user-sc.976009694.bjmlmkockpcpkdgohlek-M.Struck=PopNet.de@jakarta.apac
he.org'"
	
<ant-user-sc.976009694.bjmlmkockpcpkdgohlek-M.Struck=PopNet.de@jakarta.apach
e.org>
Subject: where can i get the BSF-Library ?
Date: Tue, 5 Dec 2000 14:03:49 +0100 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="iso-8859-1"
X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N

....\webapp\context\build.xml:7: Could not create task of type:
script due to java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException
java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException

where can i get the BSF-Library ?

--
Marco Struck
Software Development

PopNet Kommunikation GmbH & Co KG
Medienpark Kampnagel
Barmbeker Str.10
D-22303 Hamburg

http://www.popnet.de 

Telefon: +49 (0)40 - 27 8 27 - 116
Fax: +49 (0)40 - 27 8 27 - 199
mailto:mstruck@popnet.de

Re: where can i get the BSF-Library ?

Posted by Stefan Bodewig <bo...@apache.org>.
Marco Struck <M....@PopNet.de> wrote:

> where can i get the BSF-Library ?

Should be documented in docs/index.html#script, let me see, yes
<http://oss.software.ibm.com/developerworks/opensource/bsf/>.  You
need to build it from sources IIRC, but as it uses Ant, that should be
rather simple 8-)

Stefan

Re: where can i get the BSF-Library ?

Posted by Bill Burton <bi...@progress.com>.
Marco Struck wrote:
> 
> ....\webapp\context\build.xml:7: Could not create task of type:
> script due to java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException
> java.lang.NoClassDefFoundError: com/ibm/bsf/BSFException
> 
> where can i get the BSF-Library ?

I was just looking into this today and also have problems building BSF. 
Depending on what language you're interested in, it may come bundled with
a bsf.jar.  Two I found that include it are:
* Rhino (JavaScript)
  http://www.mozilla.org/rhino/
* Xalan (XSLT)
  http://xml.apache.org/xalan-j/index.html

Although I've not verified this, the bsf.jar included with each package
was probably built to support just that language and not any others.  So
if you want to support more than one scripting language it looks like you
will have to build BSF anyway.  Although, maybe you could put the bsf.jar
for each language in Ant's lib with a different name.  It's worth a try.

If you figure out how to get BSF to compile, please post as I'm sure there
are others like myself that would be interested as well.

-Bill Burton