gtfs-validator icon indicating copy to clipboard operation
gtfs-validator copied to clipboard

"no main manifest attribute" error for 0.1.7 Snapshot jar

Open answerquest opened this issue 6 years ago • 3 comments

0.1.7 Snapshot jar from here gives this error:

$ java -server -Xmx4g -Xms3g -jar gtfs-validation-lib-0.1.7-20170510.105354-7.jar gtfs-hmrl-19.12.18.zip 
no main manifest attribute, in gtfs-validation-lib-0.1.7-20170510.105354-7.jar

Java environment details:

$ java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

answerquest avatar May 30 '19 03:05 answerquest

try the JAR here: https://github.com/laidig/gtfs-validator/releases/tag/0.1.8

laidig avatar Jun 02 '19 16:06 laidig

@laidig thanks a bunch, it worked! I understand you made a fork and.. compiled it?

answerquest avatar Jun 03 '19 03:06 answerquest

I have a fork that is now even with the master. All I did was run mvn package.

On Sun, Jun 2, 2019 at 8:56 PM Nikhil VJ [email protected] wrote:

@laidig https://github.com/laidig thanks a bunch, it worked! I understand you made a fork and.. compiled it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/conveyal/gtfs-validator/issues/48?email_source=notifications&email_token=AAGB2PNJFW4WRW3DB4CVMKLPYSI73A5CNFSM4HQ4JD22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWYHSZA#issuecomment-498104676, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGB2PLDM7KVGXO7P5L7VADPYSI73ANCNFSM4HQ4JD2Q .

laidig avatar Jun 04 '19 21:06 laidig