NightOwl888 commented on PR #852: URL: https://github.com/apache/lucenenet/pull/852#issuecomment-1890484676
@GAInTheHouse It turns out it was possible to overcome the issues with `MavenReference` with some due diligence. I have submitted #892, which should resolve this (even on macOS). You can download the latest update with these changes here: https://dev.azure.com/shad0962/Experiments/_build/results?buildId=2242&view=artifacts&pathAsName=false&type=publishedArtifacts A few things to note: - Sometimes it may be necessary to physically delete your bin and obj folders in order to fix IKVM build issues, and these build issues (such as type initialization errors) often look like runtime issues. - IKVM will download several GB of dependencies onto your build machine. So, it is important to ensure there is enough space. - Nearly all issues you are likely to encounter will either be with [IKVM](https://github.com/ikvmnet/ikvm) or [OpenNLP](https://opennlp.apache.org/get-involved.html) (the Java project), so please report them to the appropriate party. Of course, there could still be a problem with the Lucene.Net.Analysis.OpenNLP project, and we would like to hear feedback if you do find a problem with it. - Since there will likely be a learning curve to get into the weeds with OpenNLP, it would be appreciated if you contribute what you learn as documentation back to this project so it can help others get up to speed more easily (as you pointed out in #890, there isn't much to go on). Documentation for OpenNLP can be provided via Markdown in the following file: https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Analysis.OpenNLP/overview.md. Additional documentation can be provided on class and members via inline XML doc comments. Documents can also be added as Markdown files and then added to the `/websites/apidocs` folder. There is some information about how to build the docs here: https://lucenenet.apache.org/contributing/documentation.html. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org