Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ArrayIndexOutOfBoundsException #21

Open
iamnaran opened this issue Feb 13, 2019 · 0 comments
Open

java.lang.ArrayIndexOutOfBoundsException #21

iamnaran opened this issue Feb 13, 2019 · 0 comments

Comments

@iamnaran
Copy link

iamnaran commented Feb 13, 2019

Got multiple errors like

line 1:0 extraneous input '' expecting {COMMENT, SEA_WS, '<', PI}
line 1:0 extraneous input '' expecting {COMMENT, SEA_WS, '<', PI}
line 1:0 extraneous input '' expecting {COMMENT, SEA_WS, '<', PI}

The error was caused by different xml encoding used on Mac OS/Windows.
XML encoding affecting on data binding performed on mac os was not working for non-macos devices.

The error was on debugMergeSources.

Was able to fix it by using "LF" encoding in xml file 👍 SOLVED in MACos.

But what if we are working in team and have different devices. Can't we use Data Binding?
Does it have to affect on xml encoding? 👎 Or Did I miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant