Closed dancesWithCycles closed 2 years ago
BTW, This is my environment.
mvn -version
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.14.1, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/open-jdk-11
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-12-amd64", arch: "amd64", family: "unix"
java -version
openjdk version "11.0.14.1" 2022-02-08
OpenJDK Runtime Environment Temurin-11.0.14.1+1 (build 11.0.14.1+1)
OpenJDK 64-Bit Server VM Temurin-11.0.14.1+1 (build 11.0.14.1+1, mixed mode)
@dancesWithCycles Thanks for reporting! This is due to some of the issues I mention here: https://github.com/OneBusAway/onebusaway-gtfs-realtime-from-siri-cli/issues/6#issuecomment-1086055417
I've been working on trying to fix some of the dependency issues. @sheldonabrown has been helping by publishing some of the missing artifacts he was able to dig up.
Kudos Sean @barbeau !
Firing mvn clean package
now results in a happy end.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.189 s - in org.onebusaway.siri.SiriClientAndServerIntegrationTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ onebusaway-siri-integration-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/begerad/git/github/onebusaway-siri/onebusaway-siri-integration-tests/target/onebusaway-siri-integration-tests-1.0.7-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for onebusaway-siri 1.0.7-SNAPSHOT:
[INFO]
[INFO] onebusaway-siri .................................... SUCCESS [ 9.312 s]
[INFO] onebusaway-siri-core ............................... SUCCESS [01:02 min]
[INFO] onebusaway-siri-jetty .............................. SUCCESS [ 9.099 s]
[INFO] onebusaway-siri-client-cli ......................... SUCCESS [ 4.516 s]
[INFO] onebusaway-siri-repeater ........................... SUCCESS [ 0.063 s]
[INFO] onebusaway-siri-repeater-cli ....................... SUCCESS [ 4.770 s]
[INFO] onebusaway-siri-repeater-webapp .................... SUCCESS [ 30.611 s]
[INFO] onebusaway-siri-integration-tests .................. SUCCESS [ 42.960 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:48 min
[INFO] Finished at: 2022-04-17T13:50:58+02:00
[INFO] ------------------------------------------------------------------------
I love communities with cooperation!
Sean @barbeau , Do you know, by any chance, if I have to install all those Maven modules locally or if the respective continuos integration processes result in the availability of these modules on a particular public Maven repository?
Cheers!
Thanks @dancesWithCycles, the CI is passing now too: https://github.com/OneBusAway/onebusaway-siri/runs/5975169362?check_suite_focus=true
Do you know, by any chance, if I have to install all those Maven modules locally or if the respective continuos integration processes result in the availability of these modules on a particular public Maven repository?
@sheldonabrown has been working on making some of these artifacts available via the Cambridge Systematics Maven repository that OneBusAway uses.
I think some of the artifacts from this project still aren't uploaded, so you might need to run mvn install
on this project to install them locally to be able to compile https://github.com/OneBusAway/onebusaway-gtfs-realtime-from-siri-cli, for example.
I'm going to close this issue now, though, because the main build has been fixed.
Hi folks, Thank you so much for providing this repository. This is the first time I came across and spend some time on it. I would appreciate any hints on the following questions.
mvn package
in the root folder? I am not sure, as I found no documentation an this and the instruction ended up in this build error.Cheers!