You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Silvestre Losada <si...@gmail.com> on 2014/11/14 10:18:23 UTC

ruta update site

Hi All,

I'm trying to generate eclipse update site for UIMA current Ruta version
2.2.2-SNAPSHOT. There is a project ruta-eclipse-update-site when I try to
use it, is asking me to set-up different properties on several files.
Now there is an error related that is related to the property,
 uima-eclipse-jar-processor in settigns file. could you advise to me on how
add this property.

thanks in advance.

Re: ruta update site

Posted by Silvestre Losada <si...@gmail.com>.
Many thanks!!

I thought that this properties has to be added in ant.

Thanks for the info

On 14 November 2014 10:48, Peter Klügl <pk...@uni-wuerzburg.de> wrote:

> Hi,
>
> it's the same procedure as for the UIMA update site. You need to add
> some properties to the settings.xml in your .m2 folder (most often found
> in the folder for the local user). Here's an excerpt of my settings.xml:
>
>     <profile>
>       <id>local-build-configuration</id>
>       <properties>
>
>
> <uima-maven-build-eclipse-home>D:/work/eclipse</uima-maven-build-eclipse-home>
>
>
> <eclipse-equinox-launcher>D:/work/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar</eclipse-equinox-launcher>
>
>
> <uima-eclipse-jar-processor>${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar</uima-eclipse-jar-processor>
>         <gpg.useagent>true</gpg.useagent>
>       </properties>
>     </profile>
>
> ...
>
> <activeProfiles>
>     <activeProfile>local-build-configuration</activeProfile>
>   </activeProfiles>
>
> You need to replace the paths and the version of the Eclipse plugins.
>
> This information can be found here:
> http://uima.apache.org/eclipse-update-site.html#Releasing an update to
> the Eclipse Update Site
>
>
> Best,
>
> Peter
>
>
> Am 14.11.2014 10:18, schrieb Silvestre Losada:
> > Hi All,
> >
> > I'm trying to generate eclipse update site for UIMA current Ruta version
> > 2.2.2-SNAPSHOT. There is a project ruta-eclipse-update-site when I try to
> > use it, is asking me to set-up different properties on several files.
> > Now there is an error related that is related to the property,
> >  uima-eclipse-jar-processor in settigns file. could you advise to me on
> how
> > add this property.
> >
> > thanks in advance.
> >
>
>

Re: ruta update site

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
Hi,

it's the same procedure as for the UIMA update site. You need to add
some properties to the settings.xml in your .m2 folder (most often found
in the folder for the local user). Here's an excerpt of my settings.xml:

    <profile>
      <id>local-build-configuration</id>
      <properties>
       
<uima-maven-build-eclipse-home>D:/work/eclipse</uima-maven-build-eclipse-home>
       
<eclipse-equinox-launcher>D:/work/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar</eclipse-equinox-launcher>
       
<uima-eclipse-jar-processor>${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar</uima-eclipse-jar-processor>
        <gpg.useagent>true</gpg.useagent>
      </properties>
    </profile>

...

<activeProfiles>
    <activeProfile>local-build-configuration</activeProfile>
  </activeProfiles>

You need to replace the paths and the version of the Eclipse plugins.

This information can be found here:
http://uima.apache.org/eclipse-update-site.html#Releasing an update to
the Eclipse Update Site


Best,

Peter


Am 14.11.2014 10:18, schrieb Silvestre Losada:
> Hi All,
>
> I'm trying to generate eclipse update site for UIMA current Ruta version
> 2.2.2-SNAPSHOT. There is a project ruta-eclipse-update-site when I try to
> use it, is asking me to set-up different properties on several files.
> Now there is an error related that is related to the property,
>  uima-eclipse-jar-processor in settigns file. could you advise to me on how
> add this property.
>
> thanks in advance.
>