Name: | bsh |
---|---|
Version: | 1.3.0 |
Release: | 9jpp.1 |
Architecture: | i386 |
Group: | Development/Java |
Size: | 1306356 |
License: | LGPL |
RPM: | bsh-1.3.0-9jpp.1.i386.rpm |
Source RPM: | bsh-1.3.0-9jpp.1.src.rpm |
Build Date: | Tue Jun 05 2007 |
Build Host: | ca-build14 |
Vendor: | Oracle USA |
URL: | http://www.beanshell.org/ |
Summary: | Lightweight Scripting for Java |
Description: | BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for your applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Another way to describe it is to say that in many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide scripting extensibility for your applications. Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results. |
- Added missing requirements
- Rebuilt
- Removing vendor and distribution tags.
- Add conditional native compilation.
- First JPP-1.7 release
- Build with ant-1.6.2
- really drop readline patch
- drop readline patch
- port libreadline-java patch to new bsh
- add Distribution tag
- 1.3.0 - remove bsf patch (fixed upstream) - add epoch to demo package Requires
- fix strange permissions
- rebuild for JPackage 1.5 - add bsf patch
- remove servlet dependency (if anyone wants to add this as a separate package and do the tomcat integration, be my guest)
- rename to bsh - add manual - add Changes.html to %doc - add bsh and bshdoc scripts - add %dir %{_datadir}/%{name} to main package - correct test interpreter and make bsh files executable
- really section macro
- additional sources in individual archives - versioned dir for javadoc - no dependencies for javadoc package - stricter dependency for demo package - section macro
- first JPackage release