xquery-saxon-parent

XQuery Saxon parent module

License

License

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

com.github.lizardev
ArtifactId

ArtifactId

xquery-saxon-parent
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

pom
Description

Description

xquery-saxon-parent
XQuery Saxon parent module
Project URL

Project URL

https://github.com/lizardev/xquery-saxon
Source Code Management

Source Code Management

https://github.com/lizardev/xquery-saxon

Download xquery-saxon-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lizardev/xquery-saxon-parent/ -->
<dependency>
    <groupId>com.github.lizardev</groupId>
    <artifactId>xquery-saxon-parent</artifactId>
    <version>0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lizardev/xquery-saxon-parent/
implementation 'com.github.lizardev:xquery-saxon-parent:0.7'
// https://jarcasting.com/artifacts/com.github.lizardev/xquery-saxon-parent/
implementation ("com.github.lizardev:xquery-saxon-parent:0.7")
'com.github.lizardev:xquery-saxon-parent:pom:0.7'
<dependency org="com.github.lizardev" name="xquery-saxon-parent" rev="0.7">
  <artifact name="xquery-saxon-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lizardev', module='xquery-saxon-parent', version='0.7')
)
libraryDependencies += "com.github.lizardev" % "xquery-saxon-parent" % "0.7"
[com.github.lizardev/xquery-saxon-parent "0.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • coverage
  • support

XQuery Coverage for Saxon implementation

Build Status Maven Central

xquery-saxon-support module features

  • many TraceCodeInjectors and TraceListeners supported in the same time via TraceExtension interface
  • TraceExtensions could be provided via generic Service Provider Interface (SPI). It makes prod code independent on potential TraceExtension

xquery-saxon-coverage module features

  • Coverage collection from many module's compilations
  • Coverage report per line and instruction in HTML format

Configuration

  • add xquery-saxon-support to prod classpath and use SpiTraceExtensionProvider to obtain TraceExtension
  • add xquery-saxon-coverage to test classpath and enable coverage collection via -Dxquery.saxon.coverage Java system property

IDE integration

Provide Java system properties

  • -Dxquery.saxon.coverage - enables coverage collection
  • -Dxquery.saxon.coverage.report.bin.save.on.shutdown - saves binary coverage report on JVM shutdown in report directory
  • -Dxquery.saxon.coverage.report.html.save.on.shutdown - saves HTML coverage report on JVM shutdown in report directory
  • -Dxquery.saxon.coverage.report.dir - report directory, default value is build/reports/xquery-saxon-coverage
com.github.lizardev

lizardev

Versions

Version
0.7
0.6
0.5
0.4
0.3
0.2
0.1