-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include JAR in releases #41
Comments
take a look here:
https://github.com/laidig/gtfs-validator/releases
…On Thu, May 4, 2017 at 5:49 PM, Nathan Selikoff ***@***.***> 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
<#41>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwdPa8kZtd99lhpz3Pm3TMzGz6YQh9Aks5r2kflgaJpZM4NRQw_>
.
|
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: But yes, it would be nice to publish them on this project Github releases page too. |
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? |
@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. |
@laidig Whoops, you're right - looks like the artifacts are actually in the OneBusAway Maven repo: |
@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 ***@***.***> 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
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwdPdnd7e7jOrJVil_Yy2oSPQKzAh7vks5r3y0mgaJpZM4NRQw_>
.
|
Whoops again :). Ok, looks like the actual place artifacts are being published is:
I see JARs up to April for gtfs-validation-lib ...and gtfs-validator-json at: 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. |
fix lacking documentation mentioned in conveyal#41
Since the README now references where to find the .jar files, I think this can be closed. |
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'. |
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. |
Hello, CORRECTION Thanks! |
The README indicates that there's a compiled JAR in the releases:
But this does not appear to be the case
The text was updated successfully, but these errors were encountered: