jQAssistant / jqassistant

Your Software. Your Structures. Your Rules.
https://jqassistant.org/
GNU General Public License v3.0
198 stars 35 forks source link

Provide the XSD of the jQAssistant Rules file online #202

Closed obfischer closed 4 years ago

obfischer commented 9 years ago

The manual uses the URL http://www.buschmais.com/jqassistant/core/analysis/rules/schema/v1.0 to refer to the XSD of the rules XML. Unfortunately the XSD is not available at this URL. It would be usefull to have it online to be able to download it. For example Intellij IDEA allows you to fetch an XSD from its URL. Afterwards it is able to use it for the XML files using this XSD.

ronanquillevere commented 8 years ago

+1

http://www.buschmais.com/jqassistant/core/analysis/rules/schema/v1.0

-> 404 error

ronanquillevere commented 8 years ago

For information,

http://raw.githubusercontent.com/buschmais/jqassistant/master/core/analysis/src/main/resources/META-INF/xsd/jqassistant-rules-1.0.xsd

I have create a github repository where I generated the corresponding java classes if needed for someone else

https://github.com/ronanquillevere/jqassistant-rules-java

ghost commented 4 years ago

Link to the 1.0 version with commit hash: https://raw.githubusercontent.com/jQAssistant/jqa-core-framework/b688dbf42d274881312a1e2fd1370d97224f7c38/analysis/src/main/resources/META-INF/xsd/jqassistant-rules-1.0.xsd

DirkMahler commented 4 years ago

The issue will be fixed with 1.8, see https://github.com/jQAssistant/jqa-core-framework/issues/32.