Eclipse doesn't recognize features
Status: Planning
Brought to you by:
mballance
Tried to install latest ivi into eclipse 3.1 (release
version) and can't seem to get it to work.
I go to the help->find&install tab click that and
select the downlaoded jar files (win32 version). These
get added into the list box and are all checked.
However the next button is grayed out :-(
I've tried this with my 3.1.RC3 release and I get the
same results, so I'm not sure if this is a problem with
ivi or eclipse, as I have never tried to use a archived
feature before.
Any ideas if this is a an ivi problem or eclipse ???
Linas
Logged In: YES
user_id=221912
The problem seems to be that the feature id in the site.xml
does not match the feature id in the features/feature.xml.
In feature.xml they are suffixed by ".win32" or ".linux"
depending on the architecture.
If you extract the .jar into a directory, edit the site.xml
by hand and then install from a "New local site" instead of
an "New archived site" you can install just fine.
Logged In: YES
user_id=1555538
I found that if I use "New Local Site", that's the only
thing I have to do different from the instructions. I
didn't have to modify the site.xml file.