From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- site/antdocs/ProjectDef.html | 332 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 332 insertions(+) create mode 100644 site/antdocs/ProjectDef.html (limited to 'site/antdocs/ProjectDef.html') diff --git a/site/antdocs/ProjectDef.html b/site/antdocs/ProjectDef.html new file mode 100644 index 0000000..a23ad34 --- /dev/null +++ b/site/antdocs/ProjectDef.html @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + cpptasks: Compile tasks for Apache Ant - project + + + + + + + +
+ +
+
+
+

+project

+

+Description

+Requests the creation of an IDE project file. Experimental. + + Implementation status: msdev5, msdev6 and cbuilderx + generate reasonable project files for simple projects, + xcode and msdev7 and msdev71 capture source file lists and + a few settings.
+

+parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attribute +Description +Type +
classnameClass name for a user-supplied project writer. Use the "type" + attribute to specify built-in project writer implementations.String
descriptionString
failonerrorSets whether a failure to write the project file should cause the + task to fail. Default is true.boolean
ifSets the property name for the 'if' condition. + + The configuration will be ignored unless the property is defined. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") will throw an exception when + evaluated.String
nameSet name.String
outfileSets the name for the generated project file.File
overwriteSets whether an existing project file should be overwritten, + default is true. If false and the project file exists, + the value of failonerror will determine if the task fails.boolean
refidReference
typeSet project type. + + + Supported project formats + + + + + + + + + + + + + + + + + + + + + + + +
cbuilderxBorland C++BuilderX
msvc5Microsoft Visual C++ 97
msvc6Microsoft Visual C++ 6
msvc7Microsoft Visual C++.NET
msvc71Microsoft Visual C++.NET 2003
msvc8Microsoft Visual C++ 2005
msvc9Microsoft Visual C++ 2008
xcodeApple Xcode
+
ProjectWriterEnum +
unlessSet the property name for the 'unless' condition. + + If named property is set, the configuration will be ignored. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") of the behavior will throw an + exception when evaluated.String
+
+

+parameters as nested elements

+
comment +
+
Add comment for the generated project file.
+
dependency +
+
Add a dependency definition to the project.
+
+
+
+ +
+
+
+
+
+ + + -- cgit v1.2.3