Skip to content
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

Had to manually add jaxb-api dependency in order for sphinx4-core to compile #92

Open
jotadepicas opened this issue May 10, 2019 · 0 comments

Comments

@jotadepicas
Copy link

Hi,
not sure if this is a bug or not, but in order for project sphinx4-core to compile I had to manually edit build.gradle and add the following line:

compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.4.0-b180830.0359'

I'm using Eclipse 2019-03 (4.11.0) and Java VM zulu-12-amd64 from Azul Systems. I cloned the git repo, imported it with the Eclipse gradle wizard, and got compilation errors not finding the JAXB classes like the one mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant