Hi Pete, Thanks for testing!
I haven't seen those compilation errors, but I think that changing the import statements to fit the project structure is the best thing to do. Just out of curiosity, are those imports in any particular module? Thanks, Sean ________________________________ From: Peter Abramowitsch <pabramowit...@gmail.com> Sent: Friday, November 17, 2023 5:12 PM To: dev@ctakes.apache.org <dev@ctakes.apache.org> Subject: Starting to look at 5.0 repo and found this... [EXTERNAL] * External Email - Caution * Hi all, Looking at the 5.0 repo, there's a compilation error across many projects because what is being imported as *org.apache.ctakes.contexttokenizer.ae.** is actually located in package *org.apache.ctakes.context.tokenizer.ae <https://urldefense.com/v3/__http://org.apache.ctakes.context.tokenizer.ae__;!!NZvER7FxgEiBAiR_!p79KksRzZXao7y7ebcUY0g8-0p2zlHkzMHcvOb7z5Anm0dtKNhdBShvWAJf2ulJt5pfbr4ki0mhSwKJky6PhTpIPy_DU6mLetw$ >* and the maven artifact is declared as *<artifactId>ctakes-context-tokenizer</artifactId>* I've changed the import statements in 13 files, but if there's anyone who feels strongly that I should leave those alone and change the package & folder instead, let me know. DId anyone else notice this too? Peter