Hi Stephan,
Thanks for much for the quick reply. And more importantly, for all the hard work you have put into StatET over the years!
I looked at the properties for my R Projects folder in Eclipse (see screenshot) and saw the two missing nature names (shown as missing). I hit the remove button and now they are gone. I did the same for the ‘de.walware’ builder command
in the ‘Builders’ tab. I checked the actual .project file after that and it had been updated.
Cheers,
Gary

-----Original Message-----
From: statet-users [mailto:statet-users-bounces@xxxxxxxxxxx] On Behalf Of Stephan Wahlbrink via statet-users
Sent: February 28, 2024 2:53 AM
To: statet-users@xxxxxxxxxxx
Cc: Stephan Wahlbrink <sw@xxxxxxxxxxxx>
Subject: Re: [statet-users] Statet Natures
[You don't often get email from
statet-users@xxxxxxxxxxx. Learn why this is important at
https://aka.ms/LearnAboutSenderIdentification ]
Hi Gary,
each project in Eclipse has "natures", which enable language specific features for the project and make a project e.g. to an "R project". The shown entries are from an old version of StatET, they are no longer used for several year.
You can remove the outdated natures (and related configuration) as follows:
1) Each project has a XML file named `.project` (in some views it is hidden by default), open the file
2) Remove all "nature" and "buildCommand" entries with names starting with "de.walware.".
A `.project` file for a simple R project with _current_ natures should looks like:
```
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>demo-R</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.statet.r.resourceProjects.RBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.statet.ide.resourceProjects.Statet</nature>
<nature>org.eclipse.statet.r.resourceProjects.R</nature>
</natures>
</projectDescription>
```
Regards,
Stephan
[28.02.2024 06:51] Gary Mann via statet-users wrote:
> Hi all,
>
> I recently started getting the message below. This is not related to
> installing the latest version as I haven't yet. I tried the "Show
> Solutions" option but that didn't end up leading me to an obvious
> solution. I have been using this StatET for years, but I don't know
> what these "Natures" are, where to find them, or how to install them.
> > Any ideas?
_______________________________________________
statet-users mailing list
statet-users@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/statet-users