conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Include JAR in releases #41

Open nselikoff opened 7 years ago

nselikoff commented 7 years ago

The README indicates that there's a compiled JAR in the releases:

Use the JAR provided in the releases. java -jar gtfs-validator.jar yourGtfs.zip

But this does not appear to be the case

laidig commented 7 years ago

take a look here: https://github.com/laidig/gtfs-validator/releases

On Thu, May 4, 2017 at 5:49 PM, Nathan Selikoff notifications@github.com wrote:

The README indicates that there's a compiled JAR in the releases:

Use the JAR provided in the releases. java -jar gtfs-validator.jar yourGtfs.zip

But this does not appear to be the case

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/conveyal/gtfs-validator/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwdPa8kZtd99lhpz3Pm3TMzGz6YQh9Aks5r2kflgaJpZM4NRQw_ .

barbeau commented 7 years ago

The artifacts including snapshots are deployed to the Conveyal Maven repo too. You can see how to access them via our GTFS-realtime validator project: https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/pom.xml#L16

But yes, it would be nice to publish them on this project Github releases page too.

nselikoff commented 7 years ago

Thanks @laidig and @barbeau that's helpful. If it's more desirable to have artifacts in Conveyal's Maven repo vs Github that's understandable but in that case updating the README would be helpful (with the Maven repo info as well).

Is this still considered the master repo? I see activity on the CUTR-at-USF fork, is the plan to merge those changes back here regularly?

laidig commented 7 years ago

@nselikoff This is the main repo. CUTR and I both have forks that we try and merge back into this one.

@barbeau I don't see any jars in any of those repos. Is that expected? I'd gladly update the readme if that is the case.

barbeau commented 7 years ago

@laidig Whoops, you're right - looks like the artifacts are actually in the OneBusAway Maven repo: http://nexus.onebusaway.org/nexus/content/groups/public/com/conveyal/

laidig commented 7 years ago

@barbeau, they don't look like they've been updated since Tue Jun 07 08:42:51 EDT 2016

On Mon, May 8, 2017 at 10:56 AM, Sean Barbeau notifications@github.com wrote:

@laidig https://github.com/laidig Whoops, you're right - looks like the artifacts are actually in the OneBusAway Maven repo: http://nexus.onebusaway.org/nexus/content/groups/public/com/conveyal/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/conveyal/gtfs-validator/issues/41#issuecomment-299890584, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwdPdnd7e7jOrJVil_Yy2oSPQKzAh7vks5r3y0mgaJpZM4NRQw_ .

barbeau commented 7 years ago

Whoops again :). Ok, looks like the actual place artifacts are being published is:

I see JARs up to April for gtfs-validation-lib 0.1.7-SNAPSHOT at: http://build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validation-lib/0.1.7-SNAPSHOT/

...and gtfs-validator-json at: http://build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validator-json/0.1.7-SNAPSHOT/

Note that the webapp project (http://build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validator/0.1.7-SNAPSHOT/) won't have JARs. We're building this dynamically for our gtfs-rt-validator via Maven at https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/pom.xml#L281.

markstos commented 4 years ago

Since the README now references where to find the .jar files, I think this can be closed.

kateesutt commented 2 years ago

The link in the README is dead, so I was not able to track down the .jar files until I found this page. I would fix the link where it says 'Snapshots are available here'.

sheldonabrown commented 2 years ago

I used to host the jar files / maven dependencies. I can still extend that offer if its helpful...I've just moved repository providers two or three times since this ticket was created.

civiliaInc commented 2 years ago

Hello, I have been searching for the jar following this guidance https://github.com/MobilityData/gtfs-validator/blob/master/docs/DOWNLOAD_SNAPSHOT_JAR.md without success. Even when the artefacts were said to be downloadable I could not find any.

CORRECTION They are visible once I am logged in github.

Thanks!