using oXygen features in ant?

Hi, I was wondering if it is possible to use features of oXygen such as the schema documentation function in an ant task in a similar way as xnsdoc? Cheers, Alex -- Alexander Voss, Research Associate School of Informatics, University of Edinburgh 1 Buccleuch Place, Edinburgh EH8 9LW Office +44 131 650 4412 Lab +44 131 650 8288 NTRAC +44 131 537 3363 Email avoss@inf.ed.ac.uk Homepage http://homepages.inf.ed.ac.uk/avoss

Hello, The feature of XML Schema documentation is available also as an external tool available from the command line. See the [oXygen-install-folder]/schemaDocumentation.sh script. The feature can be used from an Ant script by translating the two java commands of the above script as an Ant task. For example the attached Ant script copied to [oXygen-install-folder] generates the HTML documentation for the [oXygen-install-folder]/samples/personal.xsd schema. Best regards, Sorin http://www.oxygenxml.com/ Alexander Voss wrote:
Hi,
I was wondering if it is possible to use features of oXygen such as the schema documentation function in an ant task in a similar way as xnsdoc?
Cheers,
Alex
participants (2)
-
Alexander Voss
-
Sorin Ristache