• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

compare xml files with ant or maven

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a requirement to compare 2 directories of wsdl and xsd files
using maven or ant and to generate a report (preferably html) of the differences.

Any recommendations?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"green man" please see your private messages regarding an important administrative matter. (Once that is cleared up we will offer possible solutions.)
 
Anthony Callaghan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

I've updated my profile based on the PM. Apologies for the oversight.

Any recommendations would be appreciated.

A bit more background to what I am doing:

Given a set of WSDLs I am generating services stubs using axis with XMLBeans.

All service operations are creating their soap responses from xml files
which i am manually creating (for the moment).

These WSDLs get updated regularly with little documentation around the changs.

It would be very useful to have a report generated with the differences between
the WSDLs in order to update the soap responses as necessary.





 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know there is nothing built into either Ant or Maven to do diffs. Usually, people call a diff utility using, for example, Ant's <exec> task.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic