Logo FsShelter

Package Module

JAR package creation

Functions and values

Function or value Description

makeJar includes binDir jarPathname

Full Usage: makeJar includes binDir jarPathname

Parameters:
    includes : string -> (string * string) seq
    binDir : string
    jarPathname : string

Returns: string

Package the included files into a JAR and return its name includes: get list of files (src*dst) to include given the specified `binDir`. binDir: binaries (assemblies) folder.

includes : string -> (string * string) seq
binDir : string
jarPathname : string
Returns: string

Type something to start searching.