### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.doc.user Index: reference/api-tooling/ant-tasks/deprecation-reportconversion-ant-task.htm =================================================================== RCS file: /cvsroot/eclipse/pde/doc/org.eclipse.pde.doc.user/reference/api-tooling/ant-tasks/deprecation-reportconversion-ant-task.htm,v retrieving revision 1.1 diff -u -r1.1 deprecation-reportconversion-ant-task.htm --- reference/api-tooling/ant-tasks/deprecation-reportconversion-ant-task.htm 26 May 2010 15:10:43 -0000 1.1 +++ reference/api-tooling/ant-tasks/deprecation-reportconversion-ant-task.htm 19 Jul 2010 19:14:45 -0000 @@ -19,8 +19,8 @@
 	<apitooling.apideprecation_reportconversion
-		xmlfiles="..."
-		htmlfiles="..."
+		xmlfile="..."
+		htmlfile="..."
 		debug="..."
 	/>
 
@@ -33,20 +33,22 @@ Required - xmlfiles - This attribute specifies the location of the xml files to convert. + xmlfile + This attribute specifies the location of the xml file to convert.

The location is specified using an absolute path. Yes - htmlfiles - This attribute specifies the location of the html files to generate. + htmlfile + This attribute specifies the location of the html file to generate. +
+ If omitted, the html file name will be the given xml file name where the extension is replaced with html.

The location is specified using an absolute path. - Yes + No debug @@ -62,13 +64,11 @@
 	<apitooling.apideprecation_reportconversion
-		xmlfiles="/eclipse/deprecation/XML"
-		htmlfiles="/eclipse/deprecation/HTML"
+		xmlfile="/eclipse/deprecation/deprecation.xml"
 		debug="true"
 	/>
 
-

This will run the task creating *.html files inside the folder /eclipse/deprecation/HTML corresponding -to the folder structure of the XML file location

+

This will run the task creating the deprecation.html file inside the folder /eclipse/deprecation.

If debug is enabled, some debug tracing will show up in the Ant console.

Related reference