Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Validation and compilation errors after taking latest orion build into eclipse workspace

I imported some festure projects from "org.eclipse.orion.server" repository into my eclipse workspace. While validating "feature.xml" for most of feature plugin projects it shows validation error as below :-

Illegal attribute 'license-feature-version'
Illegal attribute 'icense-feature

Below is content from one of feature.xml file:-
<feature
      id="org.eclipse.orion.base.feature"
      label="%featureName"
      version="0.2.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.0.qualifier">

Am I using some older API/Schema for validating this xml file?  Currently I am using eclipse 3.6 as IDE and orion target platform with version "orion-0.2M7" inside my eclipse.

Also apart from above xml validation error I am also getting java compilation error as well for latest GIT repo of orion server package. The error I am getting is for class GitStatusHandlerV1.java in "org.eclipse.orion.server.git" project and error is:-

The method getConflicting() is undefined for the type IndexDiff

I opened IndexDiff class is above method is not there in it.

Do I need to update anything?

--
"DESERVE BEFORE YOU DESIRE"


Back to the top