OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 107 forks source link

no main manifest attribute #104

Closed whitesnow9291 closed 6 years ago

whitesnow9291 commented 6 years ago

When I run the cmd java -jar onebusaway-gtfs-merge-cli-1.3.3.jar I got this error no main manifest attribute, in onebusaway-gtfs-merge-cli-1.3.3.jar

sheldonabrown commented 6 years ago

You need the jar with dependencies: http://nexus.onebusaway.org/nexus/content/groups/public/org/onebusaway/onebusaway-gtfs-merge-cli/1.3.3/onebusaway-gtfs-merge-cli-1.3.3-jar-with-dependencies.jar

whitesnow9291 commented 6 years ago

Thank!