Đang chuẩn bị liên kết để tải về tài liệu:
Ant The Definitive Guide phần 10

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Thuộc tính loại trừ (tất cả, String, N) Một danh sách không gian giới hạn của các tập tin để loại trừ từ thanh toán. Được ưu tiên hơn bao gồm. tên thư mục (tất cả, String, N) thư mục con trong các dự án mà từ đó để kiểm tra các tập tin. lực lượng (tất cả, boolean, N) Nếu đúng như vậy, ghi đè lên thư mục hiện có. | Ant The Definitive Guide Attributes excludes all String N A space-delimited list of files to exclude from the checkout. Takes precedence over includes. foldername all String N The subfolder in the project from which to check out files. force all boolean N If true overwrite existing folders. Defaults to false. includes all String N Space-delimited list of files to include in the checkout. password all String Y The password to log in with. projectname all String Y The StarTeam project name. recursion all boolean N If true include subfolders when checking out. Defaults to true. servername all String Y The StarTeam server name. serverport all String Y The server port number. targetfolder all String Y The directory to check files out to. username all String Y The username to log in with. 285 Ant The Definitive Guide verbose all boolean N If true operate in verbose mode. Defaults to false. viewname all String Y The StarTeam view name. Content None. stylebook 1.3 1.4 org.apache.tools.ant.taskdefs.optional.StyleBook Executes the Apache Stylebook documentation generator. It depends on stylebook.jar available from http xml.apache.org . An appropriate JAR file is also included with the Apache Xalan distribution. Attributes book 1.3 1.4 File Y The book XML file to generate documentation from. classpath 1.3 1.4 Path N The classpath to use. classpathref 1.3 1.4 Reference N A reference to a classpath defined elsewhere in the buildfile. skindirectory 1.3 1.4 File Y A directory containing the Stylebook skin. targetdirectory 1.3 1.4 File Y The destination directory for the documentation. Content 0 1 nested classpath elements 1.3 1.4 May be used in place of the classpath or classpathref attributes. 286 Ant The Definitive Guide telnet 1.3 1.4 org.apache.tools.ant.taskdefs.optional.net.TelnetTask Executes a telnet session. Attributes initialcr 1.3 1.4 boolean N If true send a carriage return character after connecting. Defaults to false. password 1.3 1.4 String N The login password. .