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

build troubles #10

Open
duncdrum opened this issue Apr 8, 2021 · 0 comments
Open

build troubles #10

duncdrum opened this issue Apr 8, 2021 · 0 comments

Comments

@duncdrum
Copy link
Collaborator

duncdrum commented Apr 8, 2021

for one we are bitten by the https bug in the archetype

[ERROR] Failed to execute goal on project stanford-nlp: Could not resolve dependencies for project org.exist-db:stanford-nlp:jar:0.6.0-SNAPSHOT: Failed to collect dependencies at org.exist-db:exist-core:jar:5.0.0 -> org.exist-db.thirdparty.com.thaiopensource:jing:jar:20151127

test/resources/conf.xml contains an invalid section, i don't think the file is necessary at all

<builtin-modules>
  <module uri="https://my-organisation.com/exist-db/ns/app/my-java-module" class="org.exist.xquery.ner.ExampleModule"/>
</builtin-modules>

my ide has a number of code-smell warning regarding unused imports and the like, some deprecation warnings

because of eXist-db/exist#3725 the app won't run on 5.3.0-SNAPSHOT

core-nlp has had a major version jump which we could try to follow

testing isn't working

ci produces false positives

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

No branches or pull requests

1 participant