Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Building a JDT distribution

On 01.03.20 06:29, Ed Merks wrote:
I tried it (epxort deployable feature to a repository) but it has one error:

. ERROR in C:\user-home\platform-sdk-4.14\git\eclipse.jdt.ui\org.eclipse.jdt.ui\ui\org\eclipse\jdt\internal\ui\javaeditor\codemining\JavaMethodParameterCodeMining.java (at line 34)
     text.append('…');

I guess it would better if JDT's source didn't rely on the correct encoding, i.e., UTF-8.

the project has a org.eclipse.core.resources.prefs with this:

eclipse.preferences.version=1
encoding/<project>=UTF-8

Shouldn't that suffice?

Stephan


Back to the top