You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2011/08/04 11:37:27 UTC

[jira] [Created] (UIMA-2201) TextMarker IDE functionality missing due to renaming

TextMarker IDE functionality missing due to renaming
----------------------------------------------------

                 Key: UIMA-2201
                 URL: https://issues.apache.org/jira/browse/UIMA-2201
             Project: UIMA
          Issue Type: Bug
          Components: TextMarker
            Reporter: Peter Klügl
            Assignee: Peter Klügl


Restore the functionality of the TextMarker eclipse plugins.

Observed bugs till now:
- missing syntax coloring
- missing code and template completion
- missing launch configuration
- backtesting does not work
- cev views cannot be loaded
- explanation views cannot be loaded
- textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079923#comment-13079923 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

I'll try some disconnecting and stuff. Maybe then a new patch will work.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079416#comment-13079416 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

There is a problem with the patch. I removed the "textmarker" in the packages in the launching project, also moving some classes to another package. That was done for consistent namespaces and ids.

These files are affected:

TextMarkerConsoleConstants.java
TextMarkerConsoleUtil.java
TextMarkerInterpreter.java

builtins.tm
GenericTextMarkerInstall.java
GenericTextMarkerInstallType.java
JavaLocalApplicationLaunchConfigurationDelegate.java
JavaLocalApplicationTabGroup.java
TextMarkerInterpreterRunner.java

IConfigurableRunner.java
ITextMarkerInterpreterRunnerConfig.java
TextMarkerDebuggingEngineSelector.java
TextMarkerLaunchConfigurationConstants.java
TextMarkerLaunchConfigurationDelegate.java
TextMarkerLaunchingPlugin.java
 

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl closed UIMA-2201.
-----------------------------

    Resolution: Fixed

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
  Am 05.08.2011 14:20, schrieb Jörn Kottmann:
> On 8/5/11 1:52 PM, Peter Klügl wrote:
>>
>>> I guess it will be easy for you to port these views to the Cas 
>>> Editor. It is actually very simple, an ICasEditor has
>>> a method to retrieve an ICasDocument which can retrieve the CAS 
>>> object, and has a few method to track
>>> changes done to the CAS.
>>> If you create a new annotation, you need to call a method on the 
>>> ICasDocment to signal that to other views.
>>>
>>
>> Yes, I will do that, but it will take some time :-) 
>
> We also need to integrate the Cas Editor into your TextMarker eclipse 
> project nature. I guess
> a user needs to define a type system which you use in CEV to open an 
> XMI file. The Cas Editor
> needs to lookup a type system for the XMI file the users is opening.
>

Yes.

Currently the user cannot specify the type system directly. There is an 
extension point int he CEV plugin for different search strategies with 
priorities. An example: if the user tries to open a xmi in a TextMarker 
project, then one strategy looks at the latest launch configuration. If 
the called script has a type system in the same project, then that type 
system is applied for opening the xmi.

> I could help out and try to create an extension plugin which can do 
> that. Eventually we
> need some changes in the Cas Editor to make this easier.

I'd like that, but no hurry here. The rule inference has a higher 
prriority for me.


Peter

-- 
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@informatik.uni-wuerzburg.de
      http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------


Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Jörn Kottmann <ko...@gmail.com>.
On 8/5/11 1:52 PM, Peter Klügl wrote:
>
>> I guess it will be easy for you to port these views to the Cas 
>> Editor. It is actually very simple, an ICasEditor has
>> a method to retrieve an ICasDocument which can retrieve the CAS 
>> object, and has a few method to track
>> changes done to the CAS.
>> If you create a new annotation, you need to call a method on the 
>> ICasDocment to signal that to other views.
>>
>
> Yes, I will do that, but it will take some time :-) 

We also need to integrate the Cas Editor into your TextMarker eclipse 
project nature. I guess
a user needs to define a type system which you use in CEV to open an XMI 
file. The Cas Editor
needs to lookup a type system for the XMI file the users is opening.

I could help out and try to create an extension plugin which can do 
that. Eventually we
need some changes in the Cas Editor to make this easier.

Jörn

Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Jörn Kottmann <ko...@gmail.com>.
On 8/5/11 2:00 PM, Peter Klügl wrote:
>  Some other things:
>
> What about the licence and notice files? Should I open an issues and 
> add them?
>
> Probably the provider in the plugin manifests should be changed to 
> Apache UIMA?

These files must be there in certain locations. Anyway I suggest to 
defer that a little
and add them when we work on creating distributables.

Jörn

Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
  Some other things:

What about the licence and notice files? Should I open an issues and add 
them?

Probably the provider in the plugin manifests should be changed to 
Apache UIMA?

Peter

Am 05.08.2011 13:52, schrieb Peter Klügl:
>  Am 05.08.2011 13:37, schrieb Jörn Kottmann:
>> On 8/5/11 1:18 PM, Peter Klügl wrote:
>>> I think so. As for the DLTK plugins, maybe two plugins can remain, 
>>> one for core one for ui stuff. The TextRuler plugins should not 
>>> merge since they are really extensions with new functionality and 
>>> independent of each other. Right now you also need to knoe what you 
>>> are doing to use the framework at all. So it's not so interesting 
>>> for other users. Besides that we have here also two new rule 
>>> learning algorithms that work better with the rule engineering 
>>> approach than the well known algorithms and should maybe join the 
>>> other extension sometime.
>>>
>>
>> I would even go further to join the DLTK ui and core plugins, or is 
>> there a motivation not to do it?
>>
>>
>
> I don't know right now. I don't have a good feeling that it will be 
> done without problems. I'll just try and we'll see if there are some 
> reason against it.
>
>> ...
>>
>>> There some really useful views for my use cases, e.g, selection 
>>> displays all annotations that cover the click position or the 
>>> annotation browser that has a field for filtering types. I often 
>>> have more than 20 overlapping annotations and more than 100 
>>> different types.
>>>
>> We can improve the existing Cas Editor views to handle this, maybe 
>> add a new one to work with many overlapping
>> annotations.
>
> Yes.
>
>>> Then there is the explanation component. Information about the rule 
>>> execution is stored in the cas and there are some special views that 
>>> display this information in a special manner. Other general views 
>>> should ignore these feature structures since there might be really 
>>> many of them. The CEV needs to be capable to open xmis of more then 
>>> 200MB because of that. So an extension point for the definition of 
>>> ignored type would come handy.
>>>
>> That sounds more like a new view, which should not be part of the Cas 
>> Editor itself. The Cas Editor
>> supports adding of new views which can visualize and change an aspect 
>> of the CAS opened in the
>> editor.
>>
>
> Yes, there need to be extra views, because they also communicate 
> between each other. An example: if you click an a node in the "applied 
> rule" view, the views for matched and not matched display where the 
> selected rule tried to apply. If you click on one element of these 
> views, then the "rule elements" view displays what rule elements tried 
> to match on what text passages and how the conditions were evaluated.
>
>> I guess it will be easy for you to port these views to the Cas 
>> Editor. It is actually very simple, an ICasEditor has
>> a method to retrieve an ICasDocument which can retrieve the CAS 
>> object, and has a few method to track
>> changes done to the CAS.
>> If you create a new annotation, you need to call a method on the 
>> ICasDocment to signal that to other views.
>>
>
> Yes, I will do that, but it will take some time :-)
>
> Peter
>


-- 
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@informatik.uni-wuerzburg.de
      http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------


Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
  Am 05.08.2011 13:37, schrieb Jörn Kottmann:
> On 8/5/11 1:18 PM, Peter Klügl wrote:
>> I think so. As for the DLTK plugins, maybe two plugins can remain, 
>> one for core one for ui stuff. The TextRuler plugins should not merge 
>> since they are really extensions with new functionality and 
>> independent of each other. Right now you also need to knoe what you 
>> are doing to use the framework at all. So it's not so interesting for 
>> other users. Besides that we have here also two new rule learning 
>> algorithms that work better with the rule engineering approach than 
>> the well known algorithms and should maybe join the other extension 
>> sometime.
>>
>
> I would even go further to join the DLTK ui and core plugins, or is 
> there a motivation not to do it?
>
>

I don't know right now. I don't have a good feeling that it will be done 
without problems. I'll just try and we'll see if there are some reason 
against it.

> ...
>
>> There some really useful views for my use cases, e.g, selection 
>> displays all annotations that cover the click position or the 
>> annotation browser that has a field for filtering types. I often have 
>> more than 20 overlapping annotations and more than 100 different types.
>>
> We can improve the existing Cas Editor views to handle this, maybe add 
> a new one to work with many overlapping
> annotations.

Yes.

>> Then there is the explanation component. Information about the rule 
>> execution is stored in the cas and there are some special views that 
>> display this information in a special manner. Other general views 
>> should ignore these feature structures since there might be really 
>> many of them. The CEV needs to be capable to open xmis of more then 
>> 200MB because of that. So an extension point for the definition of 
>> ignored type would come handy.
>>
> That sounds more like a new view, which should not be part of the Cas 
> Editor itself. The Cas Editor
> supports adding of new views which can visualize and change an aspect 
> of the CAS opened in the
> editor.
>

Yes, there need to be extra views, because they also communicate between 
each other. An example: if you click an a node in the "applied rule" 
view, the views for matched and not matched display where the selected 
rule tried to apply. If you click on one element of these views, then 
the "rule elements" view displays what rule elements tried to match on 
what text passages and how the conditions were evaluated.

> I guess it will be easy for you to port these views to the Cas Editor. 
> It is actually very simple, an ICasEditor has
> a method to retrieve an ICasDocument which can retrieve the CAS 
> object, and has a few method to track
> changes done to the CAS.
> If you create a new annotation, you need to call a method on the 
> ICasDocment to signal that to other views.
>

Yes, I will do that, but it will take some time :-)

Peter

-- 
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@informatik.uni-wuerzburg.de
      http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------


Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Jörn Kottmann <ko...@gmail.com>.
On 8/5/11 1:18 PM, Peter Klügl wrote:
> I think so. As for the DLTK plugins, maybe two plugins can remain, one 
> for core one for ui stuff. The TextRuler plugins should not merge 
> since they are really extensions with new functionality and 
> independent of each other. Right now you also need to knoe what you 
> are doing to use the framework at all. So it's not so interesting for 
> other users. Besides that we have here also two new rule learning 
> algorithms that work better with the rule engineering approach than 
> the well known algorithms and should maybe join the other extension 
> sometime.
>

I would even go further to join the DLTK ui and core plugins, or is 
there a motivation not to do it?


...

> There some really useful views for my use cases, e.g, selection 
> displays all annotations that cover the click position or the 
> annotation browser that has a field for filtering types. I often have 
> more than 20 overlapping annotations and more than 100 different types.
>
We can improve the existing Cas Editor views to handle this, maybe add a 
new one to work with many overlapping
annotations.
> Then there is the explanation component. Information about the rule 
> execution is stored in the cas and there are some special views that 
> display this information in a special manner. Other general views 
> should ignore these feature structures since there might be really 
> many of them. The CEV needs to be capable to open xmis of more then 
> 200MB because of that. So an extension point for the definition of 
> ignored type would come handy.
>
That sounds more like a new view, which should not be part of the Cas 
Editor itself. The Cas Editor
supports adding of new views which can visualize and change an aspect of 
the CAS opened in the
editor.

I guess it will be easy for you to port these views to the Cas Editor. 
It is actually very simple, an ICasEditor has
a method to retrieve an ICasDocument which can retrieve the CAS object, 
and has a few method to track
changes done to the CAS.
If you create a new annotation, you need to call a method on the 
ICasDocment to signal that to other views.

Jörn

Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
  Am 05.08.2011 11:46, schrieb Jörn Kottmann:
> On 8/5/11 11:33 AM, Peter Klügl (JIRA) wrote:
>> ... or something like that. However, when taking a look at the other 
>> UIMA Eclipse Tooling projects, maybe the project names should also 
>> change? Some projects can also merge.
>
> We maybe should follow the current convention which contains ep in the 
> project name.
> Any opinions?

I have applied domain reverse engineering for eclispe plugins because I 
read somewhere that this is the common approach. However, I think the 
TextMarker plugins should adapt to the UIMA convention of plugins naming.

>
> Would it be possible to merge some of the dltk plugins? Because that 
> will make a maven build
> simpler, and if there is no reason to have so many project we should 
> not do it.
>

I think so. As for the DLTK plugins, maybe two plugins can remain, one 
for core one for ui stuff. The TextRuler plugins should not merge since 
they are really extensions with new functionality and independent of 
each other. Right now you also need to knoe what you are doing to use 
the framework at all. So it's not so interesting for other users. 
Besides that we have here also two new rule learning algorithms that 
work better with the rule engineering approach than the well known 
algorithms and should maybe join the other extension sometime.

>> I think the functionality of the CEV plugins should be integrated in 
>> the CAS Editor in future, because actively using two different 
>> editors for xmis is really annoying. Therefore its namespace isn't 
>> really important.
>
> +1 to replace CEV with our Cas Editor. I will help with the 
> integration and any issues which
> pop up.
>
> What features do you think are missing from the Cas Editor?
>

There some really useful views for my use cases, e.g, selection displays 
all annotations that cover the click position or the annotation browser 
that has a field for filtering types. I often have more than 20 
overlapping annotations and more than 100 different types.

Then there is the explanation component. Information about the rule 
execution is stored in the cas and there are some special views that 
display this information in a special manner. Other general views should 
ignore these feature structures since there might be really many of 
them. The CEV needs to be capable to open xmis of more then 200MB 
because of that. So an extension point for the definition of ignored 
type would come handy.

Then there are also some application specific views that are not part of 
the contribution. Those need some interfaces to create annotations 
themselves. One example is a view that enables the user to annotated 
selected text with instances of terminology or ontology, storing an id 
in a defined feature.

There is definitely some other stuff. However, I have to take a closer 
look at CAS Editor. I don't even know if views added by other plugins 
are supported. However, before I  start with that task, I want to 
reimplement the rule inference. So all that will have to wait for some time.

Peter

-- 
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@informatik.uni-wuerzburg.de
      http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------


Re: [jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by Jörn Kottmann <ko...@gmail.com>.
On 8/5/11 11:33 AM, Peter Klügl (JIRA) wrote:
> ... or something like that. However, when taking a look at the other UIMA Eclipse Tooling projects, maybe the project names should also change? Some projects can also merge.

We maybe should follow the current convention which contains ep in the 
project name.
Any opinions?

Would it be possible to merge some of the dltk plugins? Because that 
will make a maven build
simpler, and if there is no reason to have so many project we should not 
do it.

> I think the functionality of the CEV plugins should be integrated in the CAS Editor in future, because actively using two different editors for xmis is really annoying. Therefore its namespace isn't really important.

+1 to replace CEV with our Cas Editor. I will help with the integration 
and any issues which
pop up.

What features do you think are missing from the Cas Editor?

Jörn

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079870#comment-13079870 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

Another thing:

I would also propose some further renaming:
Removing tm and exchanging dltk by ide. "tm" was standing a bit for textmarker, but more for the working group here (text mining). The projects would look like:

org.apache.uima.cev.feature
org.apache.uima.cev.html.feature
org.apache.uima.textmarker.feature
org.apache.uima.cev
org.apache.uima.cev.html
org.apache.uima.textmarker.ide.antlr
org.apache.uima.textmarker.ide.core
org.apache.uima.textmarker.ide.debug
org.apache.uima.textmarker.ide.debug.ui
org.apache.uima.textmarker.ide.debugger
org.apache.uima.textmarker.ide.formatter
org.apache.uima.textmarker.ide.launching
org.apache.uima.textmarker.ide.testing
org.apache.uima.textmarker.ide.ui
org.apache.uima.textmarker.ide.utils
org.apache.uima.textmarker.ide.query
org.apache.uima.textmarker.ide.testing
org.apache.uima.textmarker.ide.validator
org.apache.uima.textmarker.cev.extensions
org.apache.uima.textmarker.engine
org.apache.uima.textruler
org.apache.uima.textruler.lp2
org.apache.uima.textruler.rapier
org.apache.uima.textruler.whisk
org.apache.uima.textruler.wien

... or something like that. However, when taking a look at the other UIMA Eclipse Tooling projects, maybe the project names should also change? Some projects can also merge.

I think the functionality of the CEV plugins should be integrated in the CAS Editor in future, because actively using two different editors for xmis is really annoying. Therefore its namespace isn't really important.  

Then there is still the stuff with the name "TextMarker". I'm not a lawyer. Maybe someone with more insights can give an advice.


> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-2201:
------------------------------

    Attachment: UIMA-2201.patch

Former functionality is restored. Errors were caused by wrong namespaces and source folders in the plugin manifests.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-2201:
------------------------------

    Attachment: UIMA-2201-4.patch

Sorry, wasn't working with the command line tool till now. Here's the patch that will hopefully work.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079896#comment-13079896 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

Hmm, don't know what the next best step. Can you maybe restore the files in the old package? When there is some further renaming, the package can still be changed.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079419#comment-13079419 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

Maybe I should mention what's the problem:

These modification should be covered by the patch, but aren't in the SVN.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079901#comment-13079901 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

still searching for that option. I only use subclipse and no separate SVN installation.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079856#comment-13079856 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I guess the intention was to move this file:
src/main/java/org/apache/uima/tm/dltk/textmarker/console/TextMarkerInterpreter.java
to:
src/main/java/org/apache/uima/tm/dltk/console/TextMarkerInterpreter.java

As far as I understand the patch, the source file is deleted, and a change is applied to the destination file, but I cannot see an instruction to add the file at the new location, does someone know how that works in a patch file?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079411#comment-13079411 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Patch applied.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079363#comment-13079363 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

All observed problems are fixed. I'll wait with the patch for UIMA-2202.

To work with TextMarker right now on already existing TextMarker projects:
1. change the nature in .project to org.apache.uima.tm.dltk.core.nature
2. exhchange the template descriptors in the folder descriptors by new ones, e.g., by creating a new project and copying the files.
3. clean and rebuild the project, if that's not automatically done.


> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079922#comment-13079922 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

The svn diff patch also does not work. It is patching files which are not in our subversion.
Maybe something went wrong with your local subversion information in the project.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079902#comment-13079902 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I suggest that you install a local svn version.

We have these options:
- Reverting the launching project to the rev before the patch
- Reverting single folders in the launching project to the rev before the patch
- You provide a patch which adds the missing files. I hope that svn diff can do this correctly.
- Maybe you can disconnect, clean your local project, attach it again, and then create a patch with eclipse.

When you attach a copy of your local projet as a zip, it still needs to be merged in someway.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079874#comment-13079874 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

The new patch also does not work, because it is patching files which are not in subversion.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079975#comment-13079975 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

The launching plugin works works.

The empty packages can be removed.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079928#comment-13079928 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

Did not work. Looks like I can't add files with a patch at all.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079988#comment-13079988 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Nice. Please close the issue when we are done here.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079931#comment-13079931 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Sure, you can add files with a patch.

Maybe you forgot to do svn add? Without it svn diff will not contain them.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-2201:
------------------------------

    Attachment: UIMA-2201-3.patch

Applied svn diff > UIMA-2201-3.patch on launching project. Added patch.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079971#comment-13079971 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I applied the patch. Can you please check? 

Should the empty textmarker package be removed?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079819#comment-13079819 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Do you know what happened? I am still trying to figure out what went wrong this time. 

Can you please explain what changes you did to TextMarkerInterpreter.java in this patch?
And what is the full path?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079926#comment-13079926 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I would rename the project in eclipse to something else. Get a fresh checkout from subversion, merge the changes from the old into it, and then create a patch.
Just make sure you don't copy any old .svn folders.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079898#comment-13079898 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

@your last comment 05/Aug/11 10:47:

That would miss the other changes that fixed the functionality, I think. Maybe I can just attach the local version of my project? 

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079965#comment-13079965 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

The new patch adds a couple of files, and is removing files which are not in subversion (anymore).

Therefore the patch cannot be applied as it is, but I can exclude the removed files in the apply dialog. Should I do that?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079967#comment-13079967 ] 

Peter Klügl commented on UIMA-2201:
-----------------------------------

Yes please. This task already took some time. We should just get it done somehow.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201-4.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Peter Klügl (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-2201:
------------------------------

    Attachment: UIMA-2201-2patch

Patch for the launching project added.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079895#comment-13079895 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I suggest that you try to use svn diff > UIMA-2201-3.patch, maybe that works better. Just run the command inside the launching project folder.

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079899#comment-13079899 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Sure we can go back to the revision before the patch. Or you provide a patch which adds these files again. Did you try the svn diff command as suggested?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079935#comment-13079935 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

Here a short test:

$ echo test > test.txt
$ svn diff
$ svn add test.txt
A         test.txt
$ svn diff
Index: test.txt
===================================================================
--- test.txt	(revision 0)
+++ test.txt	(revision 0)
@@ -0,0 +1 @@
+test


> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201-2patch, UIMA-2201-3.patch, UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (UIMA-2201) TextMarker IDE functionality missing due to renaming

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079862#comment-13079862 ] 

Jörn Kottmann commented on UIMA-2201:
-------------------------------------

I tried to apply the patch again, and believe that the patch file is incorrect. It seems that the patch is moving files around, for the move the file is deleted, but not added again.

Anyway this I should have seen in the patch apply dialog, but I didn't. 
I reviewed the patch in the eclipses Team Synchronizing perspective, but believed that the removal of some files was intentional.

Peter, can you please attach another patch to get everything synchronized again with your local workspace?

> TextMarker IDE functionality missing due to renaming
> ----------------------------------------------------
>
>                 Key: UIMA-2201
>                 URL: https://issues.apache.org/jira/browse/UIMA-2201
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2201.patch
>
>
> Restore the functionality of the TextMarker eclipse plugins.
> Observed bugs till now:
> - missing syntax coloring
> - missing code and template completion
> - missing launch configuration
> - backtesting does not work
> - cev views cannot be loaded
> - explanation views cannot be loaded
> - textruler view cannot be loaded

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira