man jfile (Commandes) - a Jvm Access File Generator
NAME
Jfile - a Jvm Access File Generator
SYNOPSIS
jfile [ options ] file ...
DESCRIPTION
Jfile is a Jvm Access File generator. It produces file that suits Bigloo option -jfile. A Jvm Access File is a scheme list. Each elements of that list is a list of at least two elements: a module name, the Java class file that implements that module.
OPTIONS
- file
- -base
- Set the Jvm base package.
- -o <file>
- Print Module Access File into file. The default is to print the list on the standard output device.
- -suffix <suf>
- Adds suf to the jfile source file suffixes list. Default suffixes are "scm", "sch" and "bgl".
EXAMPLE
If the three files exists and contain legal Bigloo module clause, then:
$ jfile foo.scm bar.scm gee.scm
could print out a list like:
( (foo "./foo") (bar "./bar") (gee "./gee") )
SEE ALSO
AUTHOR
Manuel SERRANO, Manuel.Serrano@inria.fr