McLeodMoores / starling

McLeod Moores Starling Platform
Apache License 2.0
3 stars 4 forks source link

Maven installation not working #149

Open AlessandroGnoatto opened 4 years ago

AlessandroGnoatto commented 4 years ago

Hi, I tried to follow the instructions for the installation. I am using Mac Os X 10.14.6 and Java 13. I use Apache Maven 3.6.0

Unfortunately the build stops immediately due to an issue with Maven relative paths, see attached snapshot.

Schermata 2020-04-17 alle 09 41 37

Is there a problem in my maven setting or is pom.xml somehow corrupt?

Thanks, Alessandro Gnoatto

emcleod commented 4 years ago

Hi Alessandro, I'm sorry that you are having this problem. I'll check this out and get back to you. Thanks for getting in touch!

AlessandroGnoatto commented 4 years ago

Thank you!

emcleod commented 4 years ago

Hi again, I have republished the artifacts to the repository and you should be good to go. Please get in touch if you have any further problems. You might be interested to know that we will be releasing version 2.0.0 next week, which will run on Java 8+ and has new features such as an easier curve construction API.

One quick word of warning - unless you want to create a Quandl session key, you should run mvn install -DskipTests when building on the command line.

AlessandroGnoatto commented 4 years ago

Hi, thanks for solving the issue with maven. There is still an issue with some code which is no longer featured in Java 11 onward.

immagine

java.xml.bind has been discontinued since Java 11, hence the installation will not work with any version of Java after 11 ( I am using 13 currently)

I tried to follow the instructions here but without success. https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

AlessandroGnoatto commented 4 years ago

Hi,

Version 2.0.0 has again the issue with the relative path.

immagine

Hope this helps.

Best Regards,

emcleod commented 4 years ago

Hi, Yes, I unfortunately hit the "publish" button too soon. It's deploying now and should be ready within the hour.

emcleod commented 4 years ago

Everything has been published, the new release is out and you should be ready to go.

Thanks again for getting in touch.