xpybuild.targets.archive
|
Targets relating to creating and unpacking archives such as .\zip , .tar.gz . |
xpybuild.targets.copy
|
Contains the xpybuild.targets.copy.Copy target for binary file and directory copies, and the xpybuild.targets.copy.FilteredCopy target for copying text file(s) while filtering their contents through a set of mappers. |
xpybuild.targets.csharp
|
Contains xpybuild.targets.csharp.CSharp for compiling C# files to an executable or library. |
xpybuild.targets.custom
|
Contains xpybuild.targets.custom.CustomCommand (and similar classes) for executing an arbitrary command line to produce a file or directory of output. |
xpybuild.targets.docker
|
Contains targets for building docker images and pushing tags. |
xpybuild.targets.download
|
Contains xpybuild.targets.download.Download for downloading a file from an FTP or HTTP server. |
xpybuild.targets.java
|
Contains targets for building and documenting Java applications. |
xpybuild.targets.native
|
Contains targets for compiling C and C++, and linking the resulting object files into a library or executable. |
xpybuild.targets.symlink
|
Contains a target for creating a symbolic link. |
xpybuild.targets.writefile
|
Contains targets for writing a single file containing dynamically generated contents. |