Bug 319037 - apitooling.apideprecation_reportconversion task has incorrect parameters listed in doc
Summary: apitooling.apideprecation_reportconversion task has incorrect parameters list...
Status: VERIFIED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6.1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2010-07-06 14:30 EDT by Kim Moir CLA
Modified: 2010-08-10 16:29 EDT (History)
3 users (show)

See Also:
darin.eclipse: review+


Attachments
Proposed fix (2.91 KB, patch)
2010-07-19 15:20 EDT, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2010-07-06 14:30:14 EDT
The doc states that you should run the apitooling.apideprecation_reportconversion task with parameters xmlfiles and htmlfiles. In fact, the parameters in the task are xmlfile and htmlfile.

This is how it is run in the build, for bug 315037
<apitooling.apideprecation_reportconversion xmlfile="${api_deprecation_report}" debug="true" htmlfile="${api_deprecation_html}" />
Comment 1 Olivier Thomann CLA 2010-07-19 15:20:30 EDT
Created attachment 174664 [details]
Proposed fix
Comment 2 Olivier Thomann CLA 2010-07-19 15:20:58 EDT
Released for 3.7M1 and 3.6.1.