You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Kai Schlamp <sc...@gmx.de> on 2009/05/16 14:44:11 UTC

Adding source to UIMA Eclipse plugins

Hello.

I installed the UIMA as mentioned in 
http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.installation

The problem is that sources added by the addSourceToJars script are 
added to the jar files under the lib folder of UIMA_HOME and not to the 
Eclipse UIMA plugins. So if you use those plugins for development those 
sources can't be accessed in Eclipse.
Is there an easy way to also add the sources to the UIMA Eclipse plugins?

Best regards,
Kai


Re: Adding source to UIMA Eclipse plugins

Posted by Kai Schlamp <sc...@gmx.de>.
Hy Tong,

thanks for your answer.
I created an JIRA issue:
https://issues.apache.org/jira/browse/UIMA-1356

Tong Fin wrote:
> Hi Kai,
> I agree with you that it is not easy (maybe impossible) to add source codes
> to the UIMA Eclipse plug-ins. Actually, it is a slightly complicated issue
> for the following reasons:
>  1. The Eclipse 3.4 has a different (recommended) way than the previous
> Eclipse versions.
>  2. We are using Maven to build the plug-ins.
> 
> Could you please create a JIRA for this issue so that we will not forget it.


Re: Adding source to UIMA Eclipse plugins

Posted by Tong Fin <to...@gmail.com>.
Hi Kai,
I agree with you that it is not easy (maybe impossible) to add source codes
to the UIMA Eclipse plug-ins. Actually, it is a slightly complicated issue
for the following reasons:
 1. The Eclipse 3.4 has a different (recommended) way than the previous
Eclipse versions.
 2. We are using Maven to build the plug-ins.

Could you please create a JIRA for this issue so that we will not forget it.

Thanks,
Tong

On Mon, May 18, 2009 at 4:28 AM, Kai Schlamp <sc...@gmx.de> wrote:

> It seems, there is no easy way. Then I suggest adding a SDK version of
> those plugins with the source included.
> Eclipse projects also often do this. Many have a runtime version (without
> source) and a SDK version (with source).
>
>
> Kai Schlamp wrote:
>
>> Hello.
>>
>> I installed the UIMA as mentioned in
>> http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.installation
>>
>> The problem is that sources added by the addSourceToJars script are added
>> to the jar files under the lib folder of UIMA_HOME and not to the Eclipse
>> UIMA plugins. So if you use those plugins for development those sources
>> can't be accessed in Eclipse.
>> Is there an easy way to also add the sources to the UIMA Eclipse plugins?
>>
>> Best regards,
>> Kai
>>
>>
>>
>

Re: Adding source to UIMA Eclipse plugins

Posted by Kai Schlamp <sc...@gmx.de>.
It seems, there is no easy way. Then I suggest adding a SDK version of 
those plugins with the source included.
Eclipse projects also often do this. Many have a runtime version 
(without source) and a SDK version (with source).

Kai Schlamp wrote:
> Hello.
> 
> I installed the UIMA as mentioned in 
> http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.installation 
> 
> 
> The problem is that sources added by the addSourceToJars script are 
> added to the jar files under the lib folder of UIMA_HOME and not to the 
> Eclipse UIMA plugins. So if you use those plugins for development those 
> sources can't be accessed in Eclipse.
> Is there an easy way to also add the sources to the UIMA Eclipse plugins?
> 
> Best regards,
> Kai
> 
>