Re: Eclise Annotation Editor

2006-12-21 Thread Jörn Kottmann
All the code is owned by my employer Calcucare GmbH (www.calcucare.com). I think we have to sign the CCLA too. CCLA and ICLA are now signed and send via facsimile. How show we proceed now ? I can prepare the code at sourceforge for moving to apache this would be: + changing the license

Re: Eclise Annotation Editor

2006-12-19 Thread Jörn Kottmann
thanks, I'll take a look over the holidays. Sorry if things seems a bit slow here right now, blame it on the approaching holidays ;-) Here are a couple of things we need to take care of for your code to be able to move to Apache. I assume/hope you will want to move with your code and

Re: Eclise Annotation Editor

2006-12-19 Thread Marshall Schor
Jörn Kottmann wrote: snip Some source files ( 10) are derived from eclipse code. I have always documented this in the header. All other code was written by me. I can just remove theses files for the contribution and than rewrite them. Derived files are e.g. drag handler, drop handler, copy

Re: Eclise Annotation Editor

2006-12-19 Thread Adam Lally
On 12/18/06, Jörn Kottmann [EMAIL PROTECTED] wrote: The new release is out now. I suggest to to take a look at the sample workspace. When I run the tae.exe and select the sample-workspace, I see an error in the Corpus Explorer view: java.lang.NullPointerException at

Re: Eclise Annotation Editor

2006-12-18 Thread Jörn Kottmann
Hmmm.. I tried adding a MANIFEST.MF file including this line, but no luck. I guess I'll wait for the next release. The new release is out now. I suggest to to take a look at the sample workspace. To add an annotation mark a piece of text and press shit + enter in the editor or delete to

Re: Eclise Annotation Editor

2006-12-15 Thread Jörn Kottmann
I got this from SourceForge but was unable to run it. The net.sf.tae plugins show up with red X's in the plugin registry, even though I've installed GEF and UIMA 1.3.2. There's nothing in the error log. What might I be doing wrong? There is a compatibility issue with the plugin loading

Re: Eclise Annotation Editor

2006-12-15 Thread Tong Fin
This is an un-popular issue that pop-ups from time to time ! Need to create a new manifest.mf that includes Eclipse-BuddyPolicy: registered for any UIMA 1.x. Regards, Tong On 12/15/06, Jörn Kottmann [EMAIL PROTECTED] wrote: I got this from SourceForge but was unable to run it. The

Re: Eclise Annotation Editor

2006-12-15 Thread Marshall Schor
Jörn Kottmann wrote: snip For the uima case there is a work-around (Eclipse-BuddyPolicy: dependent) inside eclipse, but this must be enabled in the uima eclipse plugin descriptor. Currently it is not. Version 2 releases of UIMA include in the UIMA Eclipse Runtime plugin manifest this line:

Re: Eclise Annotation Editor

2006-12-15 Thread Jörn Kottmann
Version 2 releases of UIMA include in the UIMA Eclipse Runtime plugin manifest this line: Eclipse-BuddyPolicy: registered (Note: this is not part of UIMA Version 1) Can you explain more about using dependent? OK, I did not noticed that it changed in version 2. If you use dependent it

Re: Eclise Annotation Editor

2006-12-14 Thread Thilo Goetz
Hi Joern, is this your Text Analysis Environment on SourceForge (https://sourceforge.net/projects/tae/)? Looks pretty cool! This would be a nice addition to our Eclipse-based tooling. --Thilo Jörn Kottmann wrote: Hello, I have developed an eclipse editor to edit xcas files, it can add,

Re: Eclise Annotation Editor

2006-12-14 Thread Jörn Kottmann
yes, there are some still compatibility issues with UIMA. The current release has many smaller issues, many of them are already fixed. I will make the next release soon. On Dec 14, 2006, at 10:27 AM, Thilo Goetz wrote: Hi Joern, is this your Text Analysis Environment on SourceForge

Re: Eclise Annotation Editor

2006-12-14 Thread Adam Lally
On 12/14/06, Thilo Goetz [EMAIL PROTECTED] wrote: Hi Joern, is this your Text Analysis Environment on SourceForge (https://sourceforge.net/projects/tae/)? Looks pretty cool! This would be a nice addition to our Eclipse-based tooling. --Thilo I got this from SourceForge but was unable to

Re: Eclise Annotation Editor

2006-12-14 Thread Michael Baessler
Adam Lally wrote: What do the other commiters think -- would this make a good first project for our UIMA sandbox? Yes I think this is good first component for the UIMA sandbox. But first we have to clarify the details for the submission... I seems that we need an Apache Software Grant for this