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/08 10:46:27 UTC

[jira] [Created] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

Further restructuring and renaming of the TextMarker projects
-------------------------------------------------------------

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


The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.

This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

The restructuring and renaming is done.

Five projects remained:
uimaj-ep-cev
uimaj-ep-textmarker-addons
uimaj-ep-textmarker-engine
uimaj-ep-textmarker-ide
uimaj-ep-textmarker-textruler

The html extension for the CEV plugin is not part of these projects. Many issues remain in the ide plugin, but those will be addressed when converting the plugin to DLTK 2.0 or 3.0.

The engine plugin is a fetcher for the rule engine and antlr, and should be separated when moving to a maven build process.


Jörn, do you have an idea how I can add these projects? "svn add" works only for single files (and no, there are just too many files) and "svn import" requires a login. I can't attach an archive to this issue, because the projects together are bigger than 10MB. Should I attach one archive for each project?


> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

I will now remove all existing Text


> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

Re: [jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
No, not really yet. It happened when I was opening the editor. So I 
would guess that's some sort of bad dltk integration, either a bug in 
the old dltk version or a wrong usage of the dltk framework.

If I have some spare time next week, I'll try to find the leak with a 
profiler or something.

Peter


Am 12.08.2011 15:38, schrieb Marshall Schor:
> any idea what's filling up perm space?
>
> -Marshall
>
> On 8/12/2011 8:01 AM, Peter Klügl (JIRA) wrote:
>>      [ https://issues.apache.org/jira/browse/UIMA-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084057#comment-13084057 ]
>>
>> Peter Klügl commented on UIMA-2206:
>> -----------------------------------
>>
>> Tested the new projects for basic functionality. First, I had some problems with the MaxPermSize, but all worked fine with -XX:MaxPermSize=128m added to the Eclipse arguments. If further problems or bugs occur, then they should be fixed in new issues.
>>
>> I'm closing this issue.
>>
>>> Further restructuring and renaming of the TextMarker projects
>>> -------------------------------------------------------------
>>>
>>>                  Key: UIMA-2206
>>>                  URL: https://issues.apache.org/jira/browse/UIMA-2206
>>>              Project: UIMA
>>>           Issue Type: Task
>>>           Components: TextMarker
>>>             Reporter: Peter Klügl
>>>             Assignee: Peter Klügl
>>>          Attachments: TextMarker.zip
>>>
>>>
>>> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
>>> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.
>> --
>> This message is automatically generated by JIRA.
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>
>>


Re: [jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

Posted by Marshall Schor <ms...@schor.com>.
any idea what's filling up perm space? 

-Marshall

On 8/12/2011 8:01 AM, Peter Klügl (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/UIMA-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084057#comment-13084057 ] 
>
> Peter Klügl commented on UIMA-2206:
> -----------------------------------
>
> Tested the new projects for basic functionality. First, I had some problems with the MaxPermSize, but all worked fine with -XX:MaxPermSize=128m added to the Eclipse arguments. If further problems or bugs occur, then they should be fixed in new issues.
>
> I'm closing this issue.
>
>> Further restructuring and renaming of the TextMarker projects
>> -------------------------------------------------------------
>>
>>                 Key: UIMA-2206
>>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>>             Project: UIMA
>>          Issue Type: Task
>>          Components: TextMarker
>>            Reporter: Peter Klügl
>>            Assignee: Peter Klügl
>>         Attachments: TextMarker.zip
>>
>>
>> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
>> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>        
>

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

Tested the new projects for basic functionality. First, I had some problems with the MaxPermSize, but all worked fine with -XX:MaxPermSize=128m added to the Eclipse arguments. If further problems or bugs occur, then they should be fixed in new issues.

I'm closing this issue.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Updated] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

    Attachment: TextMarker.zip

Attached zipped projects (TextMarker.zip). The features and the html cev plugin are missing. The features can simply be created when a release is prepared. The cev html plugin has an uncertain future. The decision if it will be revived is postponed after the cas editor integration.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

Yes, but I'll wait till we switch to a maven build process. I want to concentrate on the reimplementation of the engine first. That was postponed too many times and I really need to get this done ASAP.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

The size of the archive is reduced to 7MB now.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

You could also zip your patch.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

The five projects are completely new and not yet linked to the svn. If I use subclipse to share the project, then I need a login. With the svn command line, I think, I can only add single files without a login. Therefore I can't  create a patch. Please correct me, if I got something wrong. A patch has  also maybe a wrong semantic since I really changed a lot, the five projects are new projects and replacing the about 20 old projects.

I'd rather attach the zipped projects to this issues. Maybe you can move the current projects to a branch or tag and add then the new ones to the svn location? 

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Issue Comment Edited] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

Peter Klügl edited comment on UIMA-2206 at 8/12/11 11:33 AM:
-------------------------------------------------------------

Yes, but I'd wait till we switch to a maven build process. I want to concentrate on the reimplementation of the engine first. That was postponed too many times and I really need to get this done ASAP.

      was (Author: pkluegl):
    Yes, but I'll wait till we switch to a maven build process. I want to concentrate on the reimplementation of the engine first. That was postponed too many times and I really need to get this done ASAP.
  
> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

I removed now the projects, and added the projects in the zip archive. 

Please verify that everything is correct and close this issue.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

Large patches are also "difficult" to apply, it can take ages to get the commit done, and it often might just stop in between. Maybe I am doing something wrong.

Anyway, what do you think if I simply rename these projects in subversion for you?
Or did you already merged them?

Otherwise you might be able to split up your changes into multiple patches?

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Closed] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

    Resolution: Fixed

Restructuring and renaming is done. Basic functionality is working correctly. Further restructuring will be performed when adapting the projects to maven.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

I suggest that we remove the 20 old projects, they are still available in svn anyway, and then take your zip package to import the re-structured version.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

Re: [jira] [Issue Comment Edited] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

Posted by Jörn Kottmann <ko...@gmail.com>.
Hi all,

this issue is a quite big change to the subversion repository, and I 
check in
the zip package provided by Peter.

I know that this is not the way it should be done, anyway I think 
providing a
large patch is also not much better. If there are any concerns please 
let me know.

Jörn

On 8/12/11 11:38 AM, Jörn Kottmann (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/UIMA-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084017#comment-13084017 ]
>
> Jörn Kottmann edited comment on UIMA-2206 at 8/12/11 9:36 AM:
> --------------------------------------------------------------
>
> I will now remove all existing TextMarker projects, and then check in the content of the zip. The zip is a re-structuring of the current subversion projects, and can therefore be safely checked-in without any IP issues.
>
>
>        was (Author: joern):
>      I will now remove all existing Text
>
>
>> Further restructuring and renaming of the TextMarker projects
>> -------------------------------------------------------------
>>
>>                  Key: UIMA-2206
>>                  URL: https://issues.apache.org/jira/browse/UIMA-2206
>>              Project: UIMA
>>           Issue Type: Task
>>           Components: TextMarker
>>             Reporter: Peter Klügl
>>             Assignee: Peter Klügl
>>          Attachments: TextMarker.zip
>>
>>
>> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
>> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>


[jira] [Issue Comment Edited] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

Jörn Kottmann edited comment on UIMA-2206 at 8/12/11 9:36 AM:
--------------------------------------------------------------

I will now remove all existing TextMarker projects, and then check in the content of the zip. The zip is a re-structuring of the current subversion projects, and can therefore be safely checked-in without any IP issues.


      was (Author: joern):
    I will now remove all existing Text

  
> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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

       

[jira] [Commented] (UIMA-2206) Further restructuring and renaming of the TextMarker projects

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

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

Maybe we should do a little more re-structuring and move all the resources to maven resource folders.

> Further restructuring and renaming of the TextMarker projects
> -------------------------------------------------------------
>
>                 Key: UIMA-2206
>                 URL: https://issues.apache.org/jira/browse/UIMA-2206
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: TextMarker.zip
>
>
> The TextMarker projects should be further restructured, especially the dltk plugins should be merged. That will ease the migration to the maven build process. The engine project should then be separated to a normal java project and a fetcher plugin. This will be done not until the migration to maven.
> This restructuring enforces some renaming. Therefore, also additional renaming is performed in this task. All projects will be adapted to the UIMA convention for eclipse plugins. The namespaces will be unified to org.apache.uima.textmarker.* and the mention of dltk will be replaced by ide.

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