42 lines
1.2 KiB
XML
42 lines
1.2 KiB
XML
<?xml version="1.0" ?>
|
|
|
|
<project default="run">
|
|
<property name="chapter" value="files"/>
|
|
<property name="excludedfiles" value=""/>
|
|
<import file="../Ant-Common.xml"/>
|
|
<import file="../Ant-Clean.xml"/>
|
|
|
|
<target name="run" description="Compile and run" depends="build">
|
|
<jrun cls="AddAndSubtractPaths" />
|
|
<jrun cls="Directories" />
|
|
<jrun cls="File_System" />
|
|
<jrun cls="Find" />
|
|
<jrun cls="ListOfLines" />
|
|
<jrun cls="PartsOfPaths" />
|
|
<jrun cls="PathAnalysis" />
|
|
<jrun cls="PathInfo" />
|
|
<jrun cls="PathWatcher" />
|
|
<jrun cls="ReadLineStream" />
|
|
<jrun cls="StreamInAndOut" />
|
|
<jrun cls="TreeWatcher" />
|
|
<jrun cls="Writing" />
|
|
</target>
|
|
|
|
<target name="runconsole" description="Compile and run" depends="build">
|
|
<jrunconsole cls="AddAndSubtractPaths" />
|
|
<jrunconsole cls="Directories" />
|
|
<jrunconsole cls="File_System" />
|
|
<jrunconsole cls="Find" />
|
|
<jrunconsole cls="ListOfLines" />
|
|
<jrunconsole cls="PathAnalysis" />
|
|
<jrunconsole cls="PathInfo" />
|
|
<jrunconsole cls="PathWatcher" />
|
|
<jrunconsole cls="ReadLineStream" />
|
|
<jrunconsole cls="StreamInAndOut" />
|
|
<jrunconsole cls="TreeWatcher" />
|
|
<jrunconsole cls="Writing" />
|
|
</target>
|
|
|
|
|
|
</project>
|