You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by "Berwanger, Christian" <ch...@logica.com> on 2009/08/10 11:52:59 UTC

How to get rid of UIMA nature in Eclipse

Hi UIMA community,

 

I used the UIMA Eclipse project nature for a wrong project.  That's why
I want to get rid of the nature again. However I could not find an
option to switch off UIMA nature again. Also in the project file its
self there is no entry for the UIMA nature.

 

Has somebody an idea?

 

Thx for helping

 

Christian



Please help Logica to respect the environment by not printing this email  / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail /  Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu sch�tzen /  Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico.



This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.


Re: semantic search setup on Windows

Posted by Kameron Cole <ka...@us.ibm.com>.
Yes, it is an "add-on" from IBM alpha works.  When you unzip the package
from alphaworks, it goes into the bin directory of apache uima.

But I hope that the apache uima community doesn't have the feeling that it
is >actually, that's not part of Apache UIMA<  It is auctally in the apache
uima set up guide - the URL that you mentioned....

Further, it comes with a "wrapper", specificaly designed to integrated
apache uima with the IBM Semantic Search tools.  Of course, the idea is
that this should change very soon, since IBM has released a major release
of its search engine, OmniFind, which will use apache uima 2.2.2, and uses
a Lucene index.

Thanks
** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: semantic search setup on Windows

Posted by Marshall Schor <ms...@schor.com>.
Kameron Cole wrote:
> addSemanticSearchJars.bat is in the <apache-uima>/bin directory.  

actually, that's not part of Apache UIMA - I tracked it down to an
add-on from IBM's alphaworks http://www.alphaworks.ibm.com/tech/uima

-Marshall

> It
> "tricked" me initially, because everything else like that is just in the
> top level directory.  You know, this is probably a kind of "old thing" - a
> left over for you guys.  But Semantic Search is a big deal for IBM.
>
>
> ** ** ** **
> Kameron Arthur Cole
> Senior IT Specialist, Managing Consultant
> IBM Information Management Lab Services.
> kameroncole@us.ibm.com
>
>
> home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052
>
>
> ECM Lab Services Mission:
> To provide fee-based services and ECM centric solutions around our products
> with profitable delivery, high customer satisfaction and rapid ROI
> realization.
>
>
> Information Clearing House for OmniFind (my blog)
>
>
> Text Analytics Community
>
>
> Worldwide Discovery (OmniFind) Tech SalesWiki
>
>
> IBM Enterprise Content Management
>   

Re: semantic search setup on Windows

Posted by Kameron Cole <ka...@us.ibm.com>.
addSemanticSearchJars.bat is in the <apache-uima>/bin directory.  It
"tricked" me initially, because everything else like that is just in the
top level directory.  You know, this is probably a kind of "old thing" - a
left over for you guys.  But Semantic Search is a big deal for IBM.


** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: semantic search setup on Windows

Posted by Marshall Schor <ms...@schor.com>.

Kameron Cole wrote:
> I've found that it is necessary to have a JAVA_HOME environment variable on
> Windows to run the addSemanticSearchJars.bat  Here is the script:
>
> setlocal
> if "%JAVA_HOME%"=="" (set UIMA_JAVA_CALL=java) else (set
> UIMA_JAVA_CALL=%JAVA_HOME%\bin\java)
>
> "%JAVA_HOME%\bin\java" -cp "%UIMA_HOME%\lib\juru-uima.jar" "-
>   

Oops, that looks like a bug - the first token was supposed to be
%UIMA_JAVA_CALL%. 
Where did you find this bat file?  I don't see it in the Apache UIMA
distribution, but maybe I missed it...

-Marshall
> Djava.util.logging.config.file=%UIMA_HOME%\Logger.properties"  -Xms128M
> -Xmx256M
>
> configuration.AddSemanticSearchJars "%UIMA_HOME%\examples\.classpath"
>
> I mean, throughout history, some applications have required a %JAVA_HOME%
> variable for Windows.
>
> ** ** ** **
> Kameron Arthur Cole
> Senior IT Specialist, Managing Consultant
> IBM Information Management Lab Services.
> kameroncole@us.ibm.com
>
>
> home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052
>
>
> ECM Lab Services Mission:
> To provide fee-based services and ECM centric solutions around our products
> with profitable delivery, high customer satisfaction and rapid ROI
> realization.
>
>
> Information Clearing House for OmniFind (my blog)
>
>
> Text Analytics Community
>
>
> Worldwide Discovery (OmniFind) Tech SalesWiki
>
>
> IBM Enterprise Content Management
>   

semantic search setup on Windows

Posted by Kameron Cole <ka...@us.ibm.com>.
I've found that it is necessary to have a JAVA_HOME environment variable on
Windows to run the addSemanticSearchJars.bat  Here is the script:

setlocal
if "%JAVA_HOME%"=="" (set UIMA_JAVA_CALL=java) else (set
UIMA_JAVA_CALL=%JAVA_HOME%\bin\java)

"%JAVA_HOME%\bin\java" -cp "%UIMA_HOME%\lib\juru-uima.jar" "-

Djava.util.logging.config.file=%UIMA_HOME%\Logger.properties"  -Xms128M
-Xmx256M

configuration.AddSemanticSearchJars "%UIMA_HOME%\examples\.classpath"

I mean, throughout history, some applications have required a %JAVA_HOME%
variable for Windows.

** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: issues with overview-and-setup in RAD 7.5

Posted by Kameron Cole <ka...@us.ibm.com>.
I "fixed" one of my issues:

> ... Further, the GUI
> for "adding sites"in the Software Update Menu is just no there anymore...

It is there - I just didn't look hard enough. When you go to Help->Software
Updates there are now 2 tabs.  The "available software" tab is where you
add sites, like it was before.

> Not sure we have any RAD users here.

I think much of this will be the same for both Eclipse and RAD.  It might
apply to your documentation.  That's why i am sharing it with this list.
Hope it helps someone!  ; -)


** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: issues with overview-and-setup in RAD 7.5

Posted by Thilo Goetz <tw...@gmx.de>.
Kameron Cole wrote:
> I'm also trying to go through your setup guide on RAD 7.5.
> 
> It worked pretty well in the past, e.g. on RAD 6, 7.0.
> 
> But too many things are different for RAD 7.5.  so far...

Not sure we have any RAD users here.  Let us know if you
figure out how to get it to work.

> 
> 1) you don't need to install EMF.  It's already there.  Further, the GUI
> for "adding sites"in the Software Update Menu is just no there anymore...
> 
> 2) This even causes me a problem with the TAP - I'm not quite sure about
> how to get to the TAP download...
> 
> 3) When it comes time to use the UIMA examples in the RAD workspace, you no
> longer have the option to Import/General/Existing Project into
> workspace....
> 
> 
> ** ** ** **
> Kameron Arthur Cole
> Senior IT Specialist, Managing Consultant
> IBM Information Management Lab Services.
> kameroncole@us.ibm.com
> 
> 
> home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052
> 
> 
> ECM Lab Services Mission:
> To provide fee-based services and ECM centric solutions around our products
> with profitable delivery, high customer satisfaction and rapid ROI
> realization.
> 
> 
> Information Clearing House for OmniFind (my blog)
> 
> 
> Text Analytics Community
> 
> 
> Worldwide Discovery (OmniFind) Tech SalesWiki
> 
> 
> IBM Enterprise Content Management

issues with overview-and-setup in RAD 7.5

Posted by Kameron Cole <ka...@us.ibm.com>.
I'm also trying to go through your setup guide on RAD 7.5.

It worked pretty well in the past, e.g. on RAD 6, 7.0.

But too many things are different for RAD 7.5.  so far...

1) you don't need to install EMF.  It's already there.  Further, the GUI
for "adding sites"in the Software Update Menu is just no there anymore...

2) This even causes me a problem with the TAP - I'm not quite sure about
how to get to the TAP download...

3) When it comes time to use the UIMA examples in the RAD workspace, you no
longer have the option to Import/General/Existing Project into
workspace....


** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: issues with overview-and-setup on Windows

Posted by Thilo Goetz <tw...@gmx.de>.
Marshall Schor wrote:
> Thilo Goetz wrote:
>> Kameron Cole wrote:
>>   
>>> I am running into issues when going through the good old old example
>>> instructions included with UIMA 2.22.
>>>
>>> I am posting to draw attention to these, in case they need attention. Also,
>>> they may bring up other issues which are worth discussing here.
>>>
>>> Here is one: if I want to add the sources to the jar files, there is a
>>> "bat" file, in the unzipped source code directory.  It basically just runs
>>> the java jar command for the source jars.
>>>
>>> cd jVinci\src\main\java
>>> jar  %UIMA_HOME%\lib\jVinci.jar *
>>>
>>> On Windows, you will certainly get an error, saying 'no 'jar' command on
>>> this system.'
>>>
>>> Problem 1.  The script just calls the jar command, instead of calling java
>>> -jar.  I don't know when that has ever worked - certainly it has been many
>>> years ago.  Currnelty (JDK 1.6.0_13_b03), you need to use the java -jar
>>> command
>>>     
>> Kameron, the script is correct.  A full Java SDK contains a jar(.exe) command
>> in its bin directory, just like it has a java(.exe).  The jar command does
>> something different from "java -jar", namely package a jar.  java -jar otoh
>> runs an executable jar.
>>
>> What you need to do is 1) make sure you have a Java SDK, not just a jre.  Then
>> you must make sure that the bin directory of your java sdk is on your path,
>> so your system knows how to execute the jar command.
>>
>> HTH,
>> Thilo
>>
>>   
> 
> Thanks, Kameron; we would be happy to get a patch that (a) verified that
> the user running this had the Java JDK with the "jar" executable, and
> tell them they need to get it if it isn't there, and (b) made use of
> JAVA_HOME if set to find the java to use, in preference to needing it to
> be on the PATH.  The second part could be copied from some of our other
> bat/sh files.
> 
> -Marshall

A first step would be to add this information to the documentation,
so our users have a chance of figuring this out themselves.

--Thilo

Re: issues with overview-and-setup on Windows

Posted by Marshall Schor <ms...@schor.com>.
Thilo Goetz wrote:
> Kameron Cole wrote:
>   
>> I am running into issues when going through the good old old example
>> instructions included with UIMA 2.22.
>>
>> I am posting to draw attention to these, in case they need attention. Also,
>> they may bring up other issues which are worth discussing here.
>>
>> Here is one: if I want to add the sources to the jar files, there is a
>> "bat" file, in the unzipped source code directory.  It basically just runs
>> the java jar command for the source jars.
>>
>> cd jVinci\src\main\java
>> jar  %UIMA_HOME%\lib\jVinci.jar *
>>
>> On Windows, you will certainly get an error, saying 'no 'jar' command on
>> this system.'
>>
>> Problem 1.  The script just calls the jar command, instead of calling java
>> -jar.  I don't know when that has ever worked - certainly it has been many
>> years ago.  Currnelty (JDK 1.6.0_13_b03), you need to use the java -jar
>> command
>>     
>
> Kameron, the script is correct.  A full Java SDK contains a jar(.exe) command
> in its bin directory, just like it has a java(.exe).  The jar command does
> something different from "java -jar", namely package a jar.  java -jar otoh
> runs an executable jar.
>
> What you need to do is 1) make sure you have a Java SDK, not just a jre.  Then
> you must make sure that the bin directory of your java sdk is on your path,
> so your system knows how to execute the jar command.
>
> HTH,
> Thilo
>
>   

Thanks, Kameron; we would be happy to get a patch that (a) verified that
the user running this had the Java JDK with the "jar" executable, and
tell them they need to get it if it isn't there, and (b) made use of
JAVA_HOME if set to find the java to use, in preference to needing it to
be on the PATH.  The second part could be copied from some of our other
bat/sh files.

-Marshall


Re: issues with overview-and-setup on Windows

Posted by Thilo Goetz <tw...@gmx.de>.
Kameron Cole wrote:
> I am running into issues when going through the good old old example
> instructions included with UIMA 2.22.
> 
> I am posting to draw attention to these, in case they need attention. Also,
> they may bring up other issues which are worth discussing here.
> 
> Here is one: if I want to add the sources to the jar files, there is a
> "bat" file, in the unzipped source code directory.  It basically just runs
> the java jar command for the source jars.
> 
> cd jVinci\src\main\java
> jar  %UIMA_HOME%\lib\jVinci.jar *
> 
> On Windows, you will certainly get an error, saying 'no 'jar' command on
> this system.'
> 
> Problem 1.  The script just calls the jar command, instead of calling java
> -jar.  I don't know when that has ever worked - certainly it has been many
> years ago.  Currnelty (JDK 1.6.0_13_b03), you need to use the java -jar
> command

Kameron, the script is correct.  A full Java SDK contains a jar(.exe) command
in its bin directory, just like it has a java(.exe).  The jar command does
something different from "java -jar", namely package a jar.  java -jar otoh
runs an executable jar.

What you need to do is 1) make sure you have a Java SDK, not just a jre.  Then
you must make sure that the bin directory of your java sdk is on your path,
so your system knows how to execute the jar command.

HTH,
Thilo

> 
> cd jVinci\src\main\java
> java -jar  %UIMA_HOME%\lib\jVinci.jar *
> 
> Even fixing this does not solve all problems - there is still an error
> about not finding the Manifest.  Note: it is not a problem with JAVA_HOME
> or the system wide recognition of  Java.  Here is my DOS screen for a
> series of commands:
> 
> C:\apache-uima\uimaj-2.2.2-incubating>java -fullversion
> java full version "1.6.0_13-b03"
> 
> C:\apache-uima\uimaj-2.2.2-incubating>java -jar
> Usage: java [-options] class [args...]
>            (to execute a class)
>    or  java [-options] -jar jarfile [args...]
>            (to execute a jar file)
> 
> where options include:
>     -client       to select the "client" VM
>     -server       to select the "server" VM
>     -hotspot      is a synonym for the "client" VM  [deprecated]
>                   The default VM is client.
> 
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A ; separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. -agentlib:hprof
>                     see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see
> java.lang.instrument
> 
>     -splash:<imagepath>
>                   show splash screen with specified image
> 
> C:\apache-uima\uimaj-2.2.2-incubating>cd jVinci\src\main\java
> 
> C:\apache-uima\uimaj-2.2.2-incubating\jVinci\src\main\java>java -jar
> %UIMA_HOME
> %\lib\jVinci.jar *
> Failed to load Main-Class manifest attribute from
> C:\apache-uima\lib\jVinci.jar
> 
> :
> 
> ** ** ** **
> Kameron Arthur Cole
> Senior IT Specialist, Managing Consultant
> IBM Information Management Lab Services.
> kameroncole@us.ibm.com
> 
> 
> home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052
> 
> 
> ECM Lab Services Mission:
> To provide fee-based services and ECM centric solutions around our products
> with profitable delivery, high customer satisfaction and rapid ROI
> realization.
> 
> 
> Information Clearing House for OmniFind (my blog)
> 
> 
> Text Analytics Community
> 
> 
> Worldwide Discovery (OmniFind) Tech SalesWiki
> 
> 
> IBM Enterprise Content Management

issues with overview-and-setup on Windows

Posted by Kameron Cole <ka...@us.ibm.com>.
I am running into issues when going through the good old old example
instructions included with UIMA 2.22.

I am posting to draw attention to these, in case they need attention. Also,
they may bring up other issues which are worth discussing here.

Here is one: if I want to add the sources to the jar files, there is a
"bat" file, in the unzipped source code directory.  It basically just runs
the java jar command for the source jars.

cd jVinci\src\main\java
jar  %UIMA_HOME%\lib\jVinci.jar *

On Windows, you will certainly get an error, saying 'no 'jar' command on
this system.'

Problem 1.  The script just calls the jar command, instead of calling java
-jar.  I don't know when that has ever worked - certainly it has been many
years ago.  Currnelty (JDK 1.6.0_13_b03), you need to use the java -jar
command

cd jVinci\src\main\java
java -jar  %UIMA_HOME%\lib\jVinci.jar *

Even fixing this does not solve all problems - there is still an error
about not finding the Manifest.  Note: it is not a problem with JAVA_HOME
or the system wide recognition of  Java.  Here is my DOS screen for a
series of commands:

C:\apache-uima\uimaj-2.2.2-incubating>java -fullversion
java full version "1.6.0_13-b03"

C:\apache-uima\uimaj-2.2.2-incubating>java -jar
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -client       to select the "client" VM
    -server       to select the "server" VM
    -hotspot      is a synonym for the "client" VM  [deprecated]
                  The default VM is client.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A ; separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see
java.lang.instrument

    -splash:<imagepath>
                  show splash screen with specified image

C:\apache-uima\uimaj-2.2.2-incubating>cd jVinci\src\main\java

C:\apache-uima\uimaj-2.2.2-incubating\jVinci\src\main\java>java -jar
%UIMA_HOME
%\lib\jVinci.jar *
Failed to load Main-Class manifest attribute from
C:\apache-uima\lib\jVinci.jar

:

** ** ** **
Kameron Arthur Cole
Senior IT Specialist, Managing Consultant
IBM Information Management Lab Services.
kameroncole@us.ibm.com


home office: 305-831-4058 / mobile office: 305.905.4112 / fax: 845.491.4052


ECM Lab Services Mission:
To provide fee-based services and ECM centric solutions around our products
with profitable delivery, high customer satisfaction and rapid ROI
realization.


Information Clearing House for OmniFind (my blog)


Text Analytics Community


Worldwide Discovery (OmniFind) Tech SalesWiki


IBM Enterprise Content Management

Re: How to get rid of UIMA nature in Eclipse

Posted by Thilo Goetz <tw...@gmx.de>.
Roberto Franchini wrote:
> On Mon, Aug 10, 2009 at 11:52 AM, Berwanger,
> Christian<ch...@logica.com> wrote:
>> Hi UIMA community,
>>
>>
>>
>> I used the UIMA Eclipse project nature for a wrong project.  That's why
>> I want to get rid of the nature again. However I could not find an
>> option to switch off UIMA nature again. Also in the project file its
>> self there is no entry for the UIMA nature.
> 
> Quick and dirty: open the .project file end cancel the uima.nature
> line. Then go back to eclipse and refresh your project.
> R.
> 
> 

And the only way, afaik.  You will have to delete the generated
directories manually.

--Thilo

Re: How to get rid of UIMA nature in Eclipse

Posted by Roberto Franchini <ro...@gmail.com>.
On Mon, Aug 10, 2009 at 11:52 AM, Berwanger,
Christian<ch...@logica.com> wrote:
> Hi UIMA community,
>
>
>
> I used the UIMA Eclipse project nature for a wrong project.  That's why
> I want to get rid of the nature again. However I could not find an
> option to switch off UIMA nature again. Also in the project file its
> self there is no entry for the UIMA nature.

Quick and dirty: open the .project file end cancel the uima.nature
line. Then go back to eclipse and refresh your project.
R.


-- 
Roberto Franchini
http://www.celi.it
http://www.blogmeter.it
http://www.memesphere.it
Tel +39-011-6600814
jabber:ro.franchini@gmail.com skype:ro.franchini