Re: Compilation Errors and the context.tokenizer

2023-11-27 Thread gandhi rajan
Hi Peter, I did found your old discussion with Sean in the following link - https://lists.apache.org/thread/w9c33421vxb21bnr6gd9r2tb3n1odnnw I am facing the same issue while building cakes core module. Could you please send me the URL details from your 'settings.xml' under '/usr/local/maven/confi

Re: Compilation Errors and the context.tokenizer

2023-11-27 Thread Peter Abramowitsch
Ghandi, As I mentioned at the beginning of this thread, there's only one change I needed to make to the settings.xml: to comment out the dummy mirror server that maven uses as a way of enforcing the https requirement. Commenting it out allowed maven to fetch slf4j-api. Since slf4j is integral

Re: Compilation Errors and the context.tokenizer [EXTERNAL]

2023-11-27 Thread Finan, Sean
Hi guys, There is supposed to be another way to get around this that doesn't require changes to the maven setting.xml I checked in the fix back in January and it looks like the change is still present in the main branch. https://github.com/apache/ctakes/commit/ec37c5948a0abc6dcd278077911db2a651

Re: Compilation Errors and the context.tokenizer [EXTERNAL]

2023-11-27 Thread Finan, Sean
As for slf4j being on http:, I don't know that I ever saw that. If you check maven central it is actually https: https://repo1.maven.org/maven2/org/slf4j/ As referred to here: https://mvnrepository.com/artifact/org.slf4j/slf4j-api/2.0.5 I will do some more research on this tonight, though I we

Re: Compilation Errors and the context.tokenizer [EXTERNAL]

2023-11-27 Thread Peter Abramowitsch
Thanks Sean. Could be that slf4j is available from two sites, one of them still on http and for whatever reason it is coming up first. I'm not sure though whether all this is the same as the problem Gandhi has been having. Let's see what e says. - Peter On Mon, Nov 27, 2023 at 4:43 PM Finan, Se

Re: Compilation Errors and the context.tokenizer [EXTERNAL]

2023-11-27 Thread gandhi rajan
Hi Sean/Peter, Thanks for the insights. As Sean mentioned, I do have the root pom.xml changes in my codebase as well. But in my settings.xml file, I have mentioned the maven repo as "https://repo1.maven.org/maven2"; and the maven build is trying to fetch " org.apache.ctakes:ctakes-core-models:jar: