Lightfoot library

Description

Runs the Lightfoot librarian on specified files

Parameters

Attribute Description Required
library
Name of the library
Yes
quiet
If set to yes, supress all messages
No
replace
If set to yes, replace files in the library
No
create
If set to yes, create an empty library
No
verbose
If set to yes, display verbose messages
No
delete
If set to yes, delete the specified files from the library
No
extract
If set to yes, extract the specified files from the library
No
print
If set to yes, print the specified files in the library
No
list
If set to yes, list the contents of the library
No

Parameters specified as nested elements

Objects

The fileset containing all the objects to work with.

Examples

    <lightfoot.library library="${libfile}"
        quiet="yes"
        replace="yes"
        create="yes">
        <objects>
            <fileset dir="${objdir}">
                <include name="**/*.lfo"/>
            </fileset>
        </objects>
    </lightfoot.library>