Community over Code EU 2024: The countdown has started!

2024-05-14 Thread Ryan Skraba
[Note: You're receiving this email because you are subscribed to one or more project dev@ mailing lists at the Apache Software Foundation.] We are very close to Community Over Code EU -- check out the amazing program and the special discounts that we have for you. Special discounts You still hav

Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [SUSPICIOUS]

2024-05-14 Thread Miller, Timothy
What would you recommend for testing? Download the release tag to a clean system and try to do mvn compile and run some tests? Tim From: Finan, Sean Date: Thursday, May 2, 2024 at 6:57 AM To: dev@ctakes.apache.org Subject: Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [

Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [SUSPICIOUS] [SUSPICIOUS]

2024-05-14 Thread Miller, Timothy
I can check out and build successfully with mvn from the command line. I can successfully open in intellij and run the piper file submitter. I get an error trying to run the default fast pipeline piper file: Loading Piper File DefaultTokenizerPipeline ... Error: MESSAGE LOCALIZATION FAILED: Ca

Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [SUSPICIOUS] [SUSPICIOUS] [SUSPICIOUS]

2024-05-14 Thread Finan, Sean
Hi Tim, Thanks for testing, I'll look into this. Sean From: Miller, Timothy Sent: Tuesday, May 14, 2024 12:55 PM To: dev@ctakes.apache.org Subject: Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [SUSPICIOUS] [SUSPICIOUS] [SUSPICIOUS] * Ex

Re: Please test the Apache cTAKES 5.1.0 release candidate [EXTERNAL] [SUSPICIOUS] [SUSPICIOUS] [SUSPICIOUS]

2024-05-14 Thread Finan, Sean
Ah - are you just running the class within intellij? If so, you need to set the classpath in the run configuration to be ctakes-examples. Otherwise the classpath doesn't contain anything from modules outside ctakes-gui and ctakes-core. Alternatively, run the maven compile step with the "runPi