diff --git a/docs/index.html b/docs/index.html index 8bd0e04a2..21f80611b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -375,6 +375,10 @@ time:
When both inclusion and exclusion are used, only files/directories that match the include patterns, and don't match the exclude patterns are used.
+Patterns can be specified inside the buildfile via task attributes or +nested elements and via external files. Each line of the external file +is taken as pattern that is added to the list of include or exclude +patterns.
As described earlier, patterns are used for the inclusion and exclusion. These patterns look very much like the patterns used in DOS and UNIX:
@@ -617,9 +621,9 @@ UNIX system.Copies a directory tree from the source to the destination.
It is possible to refine the set of files that are being copied. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on excludes attribute.
included. All files are included when omitted.Deletes either a single file or all files in a specified directory and its sub-directories.
It is possible to refine the set of files that are being deleted. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included in the deletion process by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included in the deletion process by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded from the deletion process. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on dir directory.
and any sub-directories are deleted when omitted.Adjusts a text file to local.
-The basedir attribute is the reference directory from where to jar.
+It is possible to refine the set of files that are being adjusted. This can be +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify +the files you want to have excluded. This is also done with patterns. And +finally with the defaultexcludes attribute, you can specify whether you +want to use default exclusions or not. See the section on directory based tasks, on how the +inclusion/exclusion of files works, and how to write patterns. The patterns are +relative to the src directory.
No | ||
includesfile | +the name of a file. Each line of this file is + taken to be an include pattern | +No | +
excludes | comma separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | +the name of a file. Each line of this file is + taken to be an exclude pattern | +No | +
defaultexcludes | indicates whether default excludes should be used or not
@@ -1246,9 +1295,9 @@ subdir is a directory).
Jars a set of files. The basedir attribute is the reference directory from where to jar. It is possible to refine the set of files that are being jarred. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on included. All files are included when omitted. |
No |
includesfile | +the name of a file. Each line of this file is + taken to be an include pattern | +No | +
excludes | comma separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | +the name of a file. Each line of this file is + taken to be an exclude pattern | +No | +
defaultexcludes | indicates whether default excludes should be used or not
@@ -1427,9 +1488,9 @@ classpath.
The directory structure of the source tree should follow the package hierarchy. It is possible to refine the set of files that are being compiled/copied. -This can be done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on srcdir directory. included. All files are included when omitted. |
No |
includesfile | +the name of a file. Each line of this file is + taken to be an include pattern | +No | +
excludes | comma separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | +the name of a file. Each line of this file is + taken to be an exclude pattern | +No | +
defaultexcludes | indicates whether default excludes should be used or not
@@ -2165,9 +2238,9 @@ compiled files will be stored in the directory ${build}/classes .Creates a tar archive.
The basedir attribute is the reference directory from where to tar. It is possible to refine the set of files that are being tarred. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on included. All files are included when omitted. |
No |
includesfile | +the name of a file. Each line of this file is + taken to be an include pattern | +No | +
excludes | comma separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | +the name of a file. Each line of this file is + taken to be an exclude pattern | +No | +
defaultexcludes | indicates whether default excludes should be used or not
@@ -2294,9 +2379,9 @@ initialization target.
This is useful for building views of XML based documentation, or in generating code. It is possible to refine the set of files that are being copied. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on | No |
includes | +comma separated list of patterns of files that must be + included. All files are included when omitted. | +No | +
includesfile | +the name of a file. Each line of this file is + taken to be an include pattern | +No | +
excludes | +comma separated list of patterns of files that must be + excluded. No files (except default excludes) are excluded when omitted. | +No | +
excludesfile | +the name of a file. Each line of this file is + taken to be an exclude pattern | +No | +
defaultexcludes | +indicates whether default excludes should be used or not + ("yes"/"no"). Default excludes are used when omitted. | +No | +
@@ -2385,9 +2500,9 @@ carried from tarfile.Creates a zipfile.
The basedir attribute is the reference directory from where to zip.
It is possible to refine the set of files that are being zipped. This can be -done with the includes, excludes and defaultexcludes -attributes. With the includes attribute you specify the files you want to -have included by using patterns. The exclude attribute is used to specify +done with the includes, includesfile, excludes, excludesfile and defaultexcludes +attributes. With the includes or includesfile attribute you specify the files you want to +have included by using patterns. The exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on included. All files are included when omitted.
The directory structure of the source tree should follow the package hierarchy.
It is possible to refine the set of files that are being compiled/copied. -This can be done with the includes, excludes and -defaultexcludes attributes. With the includes attribute you +This can be done with the includes, includesfile, excludes, excludesfile and +defaultexcludes attributes. With the includes or includesfile attribute you specify the files you want to have included by using patterns. The -exclude attribute is used to specify the files you want to have +exclude or excludesfile attribute is used to specify the files you want to have excluded. This is also done with patterns. And finally with the defaultexcludes attribute, you can specify whether you want to use default exclusions or not. See the section on srcDir directory.
omitted.