CUTR-at-USF / transit-feed-quality-calculator

A tool that uses the gtfs-realtime-validator to calculate the quality of a large number of GTFS-realtime feeds
Other
7 stars 1 forks source link

Change to new gtfs-realtime-validator-lib module structure #14

Closed barbeau closed 6 years ago

barbeau commented 6 years ago

Summary:

See https://github.com/CUTR-at-USF/gtfs-realtime-validator/pull/295 - we're breaking up the gtfs-realtime-validator project into two modules to better separate the core rules from the web server/client implementation.

TODO;

  1. The pom.xml needs to be updated to reference gtfs-realtime-validator-lib artifact instead of gtfs-realtime-validator.
  2. Imports in this project need to be updated to the new package structure, namely to reference the classes in the new gtfs-realtime-validator-lib submodule/library.

Steps to reproduce:

After https://github.com/CUTR-at-USF/gtfs-realtime-validator/pull/295 is merged:

mvn package

Expected behavior:

Build without errors

Observed behavior:

Project fails to build due to classes that were relocated in package structure in the gtfs-realtime-validator-lib project.

Platform:

N/A