jprante / elasticsearch-analysis-decompound

Decompounding Plugin for Elasticsearch
GNU General Public License v2.0
87 stars 38 forks source link

Add eclipse plugin & force compilation to UTF-8 #27

Closed blured75 closed 7 years ago

blured75 commented 8 years ago

To permit windows users to compile the project with gradle

jprante commented 8 years ago

For this plugin, there will be no special platform support.

I won't clutter the build scripts with IDE specific stuff. There is also no IntelliJ support. Maybe Eclipse can import the project with a plugin, avoiding apply plugin: in each gradle build file: https://marketplace.eclipse.org/content/gradle-integration-eclipse-0

Compiler default encoding is indeed different on each platform. Should this really be limited to gradle builds? To enable UTF-8 on Windows for every time Java is started, I suggest to use (Windows) environment variable JAVA_TOOL_OPTIONS with -Dfile.encoding=UTF8

jprante commented 7 years ago

Pull request is now outdated. Please use 5.1.1.0 and reopen another issue if the issue still persists.