Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-15 Thread Charles Bearden
Hi all, I'm updating Eclipse with the new UIMA 2.3.1 SDK plugins, but I notice that they conflict with the UIMA-AS 2.3.0 deployment descriptor editor plugin. My intent is to implement AS soon, so I'm thinking that I'd be better off reverting to the 2.3.0 SDK & plugins so that I can use the de

Re: Performance metrics

2011-02-15 Thread Jaroslaw Cwiklik
Kameron, while the CPE is processing it aggregates statistics. When the processing is completed, the CPE GUI fetches the stats using CollectionProcessingEngine API: getPerformanceReport() To see how this report is generated look at the source in: uimaj-tools project. Source File: PerformanceReport

Re: Eclipse Run Configurations...

2011-02-15 Thread James Carman
I have got it working now. Again, it's a case of RTFM. I think the key missing piece was restarting eclipse with the "-clean" option so that it picks up the plugin changes. Perhaps a note in the directions that says "THE PLUGIN WILL NOT WORK UNLESS YOU DO THIS, DUMMY!" would have helped me. :)

Re: Eclipse Run Configurations...

2011-02-15 Thread James Carman
Okay, very strange. I'll try to dot my i's and cross my t's to see if I can get this thing running. We're very interested in Apache UIMA at work, so I'd like to get it working. Thanks, Thilo! On Tue, Feb 15, 2011 at 9:58 AM, Thilo Götz wrote: > On 2/15/2011 15:39, James Carman wrote: >> It doe

Re: Eclipse Run Configurations...

2011-02-15 Thread Thilo Götz
On 2/15/2011 15:39, James Carman wrote: > It does seem odd! :) So, just setting up the plugin (along with EMF) > doesn't configure those run configuration options? No. There is a technical reason for this that I've forgotten. This is pretty old stuff, so maybe with today's Eclipse, there could

Performance metrics

2011-02-15 Thread Kameron Cole
After processing using the CPE GUI, there is a display with completion time. How does that get there? In other words, is there some reusable timing API that could be invoked by other programs? As a side note, I wonder if there are any software projects out there which do reporting on triple stor

Re: Eclipse Run Configurations...

2011-02-15 Thread James Carman
It does seem odd! :) So, just setting up the plugin (along with EMF) doesn't configure those run configuration options? On Tue, Feb 15, 2011 at 2:11 AM, Thilo Götz wrote: > It may seem odd, but for this to work, you need to follow the > instructions on how to set up the UIMA example code in Ecli