I myself haven't used ApiXmlDocReader tool yet. Where are the old and new xml file in our repo?
Thanks -min On 4/18/13 9:47 AM, "David Nalley" <da...@gnsa.us> wrote: >On Thu, Apr 18, 2013 at 12:41 PM, Min Chen <min.c...@citrix.com> wrote: > >> I updated on the bug, I compared both 4.0 and 4.1 code, >> TrafficMonitorResponse is exactly the same, no change at all except that >> id to uuid field change. deleteUser api will also just return a >> SuccessResponse, no mentioned response parameters at all since 4.0 or >>even >> earlier. So I am not sure if I understand how we got those differences. >> Joe, can you clarify this a bit? Did you run those 3 apis and found out >> those differences? >> >> Thanks >> -min >> >> On 4/18/13 9:29 AM, "Min Chen" <min.c...@citrix.com> wrote: >> >> >Chip, I am looking into the bug to see if this is a real issue. >> > >> >Thanks >> >-min >> > >> >On 4/18/13 9:00 AM, "Chip Childers" <chip.child...@sungard.com> wrote: >> > >> >>Min / Rohit, >> >> >> >>Joe ran into some changes (documented in CLOUDSTACK-2091) when >>reviewing >> >>the generated API documentation for 4.1 vs 4.0.x. Can either of you >>look >> >>at the >> >>bug for us and determine if we do in fact have an issue [1] to >>resolve? >> >> >> >>-chip >> >> >> >>https://issues.apache.org/jira/browse/CLOUDSTACK-2091 >> > >> >> >Hi Min: > >The 'diff' was generated by: > >java -cp <CS classpath> com.cloud.api.doc.ApiXmlDocReader -old <path to >old xml file> -new <path to new xml file> -d <diff target directory> > >Perhaps something has changed to make ApiXmlDocReader no longer diff >properly. > >--David