From 4e347a681e78a2c860e581608b0c6b0018ba3d2f Mon Sep 17 00:00:00 2001
From: Stefan Bodewig The cab task supports any number of nested <fileset>
basedir
the directory to start archiving files from.
- Yes
+ No
+verbose
@@ -91,6 +91,13 @@ supports all attributes of <fileset>
No
Parameters specified as nested elements
+fileset
+
+<fileset>
+elements to specify the files to be included in the archive.Examples
<cab cabfile="${dist}/manual.cab"
@@ -121,8 +128,21 @@ manual.cab in the ${dist} directory. Only html files under the
directory api are archived, and files with the name todo.html are
excluded. Output from the cabarc tool is displayed in the build
output.
++<cab cabfile="${dist}/manual.cab" + verbose="yes"> + <fileset + dir="htdocs/manual" + includes="api/**/*.html" + excludes="**/todo.html" + /> +</cab> +
is equivalent to the example above.
+Copyright © 2000-2002 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.