Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40534 - new ebuild: dev-java/fscript : Java based scripting engine designed to be embedded into other Java applications.
Summary: new ebuild: dev-java/fscript : Java based scripting engine designed to be em...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Java team
URL: http://fscript.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 15:06 UTC by Mike Javorski
Modified: 2004-02-18 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-java/fscript/fscript-1.14.ebuild (fscript-1.14.ebuild,866 bytes, text/plain)
2004-02-05 15:07 UTC, Mike Javorski
Details
dev-java/fscript/fscript-1.14.ebuild (fscript-1.14.ebuild,1.03 KB, text/plain)
2004-02-05 16:02 UTC, Mike Javorski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Javorski 2004-02-05 15:06:25 UTC
This bug will contain an ebuild for v1.14 of dev-java/FScript. 


Description From FScript website: 

"FScript is an extremely simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed - it can be as simple as sub-classing one class to add your own functionality. However is not a complete programming language, as it has no library of standard functions (such as IO and string processing). FScript supplies a base functionality (such as flow control, variable handling and basic math operations) that can extended by the host application."

Dependencies:
 - virtual/jdk-1.4

USE Options:
 - doc (enables JavaDoc (API) creation as well as general docs)
Comment 1 Mike Javorski 2004-02-05 15:07:59 UTC
Created attachment 25038 [details]
dev-java/fscript/fscript-1.14.ebuild

Here is the ebuild.
Comment 2 Mike Javorski 2004-02-05 15:13:41 UTC
I need to fix this ebuild.. I discovered an error in the JAR file generation.. 


-r1 to be added shortly.

Comment 3 Mike Javorski 2004-02-05 16:00:34 UTC
Comment on attachment 25038 [details]
dev-java/fscript/fscript-1.14.ebuild

- bad jar file creation
Comment 4 Mike Javorski 2004-02-05 16:02:25 UTC
Created attachment 25041 [details]
dev-java/fscript/fscript-1.14.ebuild

Updated ebuild:
- Makefile tweaks for JAR compilation:
  - removed extraneous top level directory
  - renamed jar to include version
Comment 5 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-18 19:42:54 UTC
In portage now, thanks.