usgs / warc-iridium-sbd-decoder

Java library for decoding Iridium Short Burst Data packets.
Other
9 stars 4 forks source link

I have a question #1

Closed songxiansen521 closed 5 years ago

songxiansen521 commented 6 years ago

Hello, I am very glad to see that this project has helped me a lot.

But when I downloaded the project, I reported an error with maven install; the prompt did not find some classes, such as MessageBuilder, Header BUilder, etc. Why?

Thank you very much for helping me solve this problem.

from chao

mckelvym-usgs commented 6 years ago

Hi Chao,

There are several factors that could be at play. Currently the project is being built with Java 8. If you have a different version of Java that may be the cause.

Another cause could be running maven from one of the sub directories. Please run from the parent directory.

You can compare your build results to the latest build results: https://travis-ci.org/usgs/warc-iridium-sbd-decoder

For example, this build: https://travis-ci.org/usgs/warc-iridium-sbd-decoder/jobs/405922551

Thank you for reaching out.