-
Notifications
You must be signed in to change notification settings - Fork 10
/
update_site.xml
176 lines (154 loc) · 8.56 KB
/
update_site.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<xt:extensions xmlns:xt="http://www.oxygenxml.com/ns/extension"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="com.oxygenxml.xspec.XSpecSupportPlugin">
<xt:location href="https://github.com/xspec/oXygen-XML-editor-xspec-support/releases/download/${project.version}/${project.build.finalName}-plugin.zip"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>22.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Syncro Soft</xt:author>
<xt:name>XSpec Helper view</xt:name>
<xt:description><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XSpec Helper View</title>
</head>
<body>
<div>
<p>This add-on contributes an <b>XSpec Test Results</b> view that provides the ability to run XSpec test scenarios and view the results directly in Oxygen. To use the new view, after installation, open an XSpec file and click the <b>Run XSpec test scenarios</b> button on the toolbar.</p>
<p style="color:red">This plugin also requires the <b>XSpec Framework</b>. Please install them both.</p>
</div>
<div>
<h3>How to Use It</h3>
<ol>
<li>Inside Oxygen XML Editor/Developer, open an XSpec file.</li>
<li>Click the <b>XSpec Run</b> button on the toolbar or use the <b>Run test scenario(s)</b> action from the
editor contextual menu.</li>
</ol>
<p><b>Result:</b> An <b>XSpec Test Results</b> view will be opened.</p>
<p><b>Tip:</b> At this point you can switch to the XSLT and use the <b>Run</b> actions in this view to execute the scenarios.</p>
<h3>What you can do inside the <b>XSpec Test Results</b> view</h3>
<ul>
<li>For each test, there is a <b>Show</b> action that selects the coresponding test in the editor.</li>
<li>For each scenario, there is a <b>Run</b> action that just runs that particular scenario.</li>
<li>For a failed test, you can click on it to open the diff comparison between the expected and actual results.</li>
</ul>
</div>
<div>
<h3>What's new in version 2.2.6</h3>
<ol>
<li>Fixed Saxon 11 classpath issues and API changes that made it crash in Oxygen version 25.0.</li>
</ol>
</div>
<div>
<h3>What's new in version 2.2.5</h3>
<ol>
<li>Fixed some classpath issues that made it crash in Oxygen version 24.1.</li>
</ol>
</div>
<div>
<h3>What's new in version 2.2.4</h3>
<ol>
<li>Comes bundled with XSpec version 2.2.4.</li>
</ol>
</div>
<div>
<h3>What's new in version 2.0.0</h3>
<ol>
<li>Comes bundled with XSpec version 2.0.7.</li>
<li>Supports running XSpec tests for XQuery files.</li>
</ol>
</div>
<div>
<h3>What's new in version 1.5.0</h3>
<ol>
<li>Comes bundled with XSpec version 1.5.0.</li>
<li>Fixed some classpath issues that made it crash in Oxygen version 22.0.</li>
</ol>
</div>
<div>
<h3>What's new in version 1.2.1</h3>
<ol>
<li>Fixed bug that didn't allow running XSpec scenarios that needed Saxon EE.</li>
</ol>
</div>
<div>
<h3>What's new in version 1.2.0</h3>
<ol>
<li>Comes bundled with XSpec version 1.2.0.</li>
<li>Better handling of witespaces in when presenting the diff. <a href="https://github.com/xspec/oXygen-XML-editor-xspec-support/issues/29">#29</a></li>
</ol>
</div>
<div>
<h3>What's new in version 1.0.0</h3>
<ol>
<li>Comes bundled with XSpec version 1.0.0.</li>
<li>The plugin can now execute Schematron tests.</li>
<li>Activating an Oxygen dark theme will also reflect in the view.</li>
<li>The possibility to rerun only the failed scenario.</li>
</ol>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[
MIT License
Copyright (c) 2017 XSpec
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
]]></xt:license>
</xt:extension>
<xt:extension xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="com.oxygenxml.xspec.XSpecSupportFramework">
<xt:location href="https://github.com/xspec/oXygen-XML-editor-xspec-support/releases/download/${project.version}/${project.build.finalName}-framework.zip"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>22.0+</xt:oxy_version>
<xt:type>framework</xt:type>
<xt:author>Syncro Soft</xt:author>
<xt:name>XSpec Framework (required by the XSpec Helper view plugin)</xt:name>
<xt:description><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XSpec Helper View</title>
</head>
<body>
<div>
<p style="color:red">This framework is required for the <b>XSpec Helper view</b> plugin. Both add-ons must be installed.</p>
<p>This add-on constributes a customized version of Oxygen's built-in XSpec framework. The <b>XSpec Helper view</b> add-on uses this framework for XSpec test scenarios.</p>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[
MIT License
Copyright (c) 2017 XSpec
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
]]></xt:license>
</xt:extension>
</xt:extensions>