You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: this issue system is intended for reporting bugs and tracking progress in software
development. For all other usage and software development questions or discussion, please post a
question in our chat room: https://gitter.im/opentripplanner/OpenTripPlanner.
Expected behavior
The build script generates schema.graphqls exactly to the repo when building
Observed behavior
The build script generates schema.graphqls with a different number of empty lines to the repo
Version of OTP used (exact commit hash or JAR name)
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
not relevant
Command line used to start OTP
not relevant
Router config and graph build config JSON
not relevant
Steps to reproduce the problem
Run mvn package on Windows directly from a cloned repository.
The text was updated successfully, but these errors were encountered:
NOTE: this issue system is intended for reporting bugs and tracking progress in software
development. For all other usage and software development questions or discussion, please post a
question in our chat room: https://gitter.im/opentripplanner/OpenTripPlanner.
Expected behavior
The build script generates
schema.graphqls
exactly to the repo when buildingObserved behavior
The build script generates
schema.graphqls
with a different number of empty lines to the repoVersion of OTP used (exact commit hash or JAR name)
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
not relevant
Command line used to start OTP
not relevant
Router config and graph build config JSON
not relevant
Steps to reproduce the problem
Run
mvn package
on Windows directly from a cloned repository.The text was updated successfully, but these errors were encountered: