OGC Test Suite Resources

Assembles all libraries required by OGC conformance test suites into a single archive for distribution.

License

License

GroupId

GroupId

org.opengis.cite
ArtifactId

ArtifactId

ets-resources
Last Version

Last Version

16.02.23
Release Date

Release Date

Type

Type

pom
Description

Description

OGC Test Suite Resources
Assembles all libraries required by OGC conformance test suites into a single archive for distribution.
Project URL

Project URL

https://github.com/opengeospatial/ets-resources
Project Organization

Project Organization

Open Geospatial Consortium
Source Code Management

Source Code Management

https://github.com/opengeospatial/ets-resources

Download ets-resources

How to add to project

<!-- https://jarcasting.com/artifacts/org.opengis.cite/ets-resources/ -->
<dependency>
    <groupId>org.opengis.cite</groupId>
    <artifactId>ets-resources</artifactId>
    <version>16.02.23</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite/ets-resources/
implementation 'org.opengis.cite:ets-resources:16.02.23'
// https://jarcasting.com/artifacts/org.opengis.cite/ets-resources/
implementation ("org.opengis.cite:ets-resources:16.02.23")
'org.opengis.cite:ets-resources:pom:16.02.23'
<dependency org="org.opengis.cite" name="ets-resources" rev="16.02.23">
  <artifact name="ets-resources" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite', module='ets-resources', version='16.02.23')
)
libraryDependencies += "org.opengis.cite" % "ets-resources" % "16.02.23"
[org.opengis.cite/ets-resources "16.02.23"]

Dependencies

runtime (9)

Group / Artifact Type Version
org.opengis.cite : ets-gml32 jar 1.23
org.opengis.cite : ets-wfs20 jar 1.21
org.opengis.cite : ets-cat30 jar 0.10
org.opengis.cite : ets-kml2 jar 0.4
org.opengis.cite : ets-kml22 jar 1.12
org.opengis.cite : ets-sta10 jar 0.3
org.opengis.cite : ets-owc10 jar 0.1
org.opengis.cite : ets-wms-client13 jar 1.2
org.opengis.cite : cite1-utils jar 1.1.1

Project Modules

There are no modules declared in this project.

OGC Test Suite Resources

This umbrella project assembles all Java libraries required by OGC conformance test suites into a single archive for distribution. The contents of the resulting archive are summarized in the table below.

Archive Entry Description
ets-releases.csv A CSV file that contains a list of test suite releases. Each line has two fields as shown below (Git repository URL, tag name).
Repository,Tag
https://github.com/opengeospatial/ets-gml32.git,1.25
https://github.com/opengeospatial/ets-wfs20.git,1.26
...
lib/ A directory containing required runtime dependencies--these must be available on the application classpath.
bin/ A directory containing shell scripts for Windows- and UNIX-based (Linux/Mac) hosts:
  • setup-tebase: Sets up a TEAM-engine instance (TE_BASE) with the test suites listed in a CSV file.

To setup a TEAM-engine instance, unpack the archive created by the build process and just run the setup-tebase script for your environment. Maven and Git must be installed and available on the system path in order to run the script. Several environment variables must be set (this can be done in the setenv script if desired):

  • TE_BASE: A file system path that refers to the TEAM-engine instance directory.
  • ETS_SRC: A file system path that refers to a directory containing the Git repositories (a repository will be cloned into here if it doesn't already exist).
  • JAVA_HOME: Refers to a JDK installation directory.

A CSV file that lists the test suite releases of interest must be given as a script argument:

$ ./setup-tebase ../../ets-releases.csv

The OGC test suites currently included in this package are listed in the CSV file.

The JAR files in the TE_BASE/resources/lib/ directory are added to the classpath when the test suites are run using the web application.

All releases are tagged in the GitHub repository and published to Maven Central at org.opengis.cite:ets-resources.

org.opengis.cite

Open Geospatial Consortium

Versions

Version
16.02.23
15.11.05
15.06.04
15.01.07
14.11.07