-
Notifications
You must be signed in to change notification settings - Fork 162
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
Error on POM configuration #48
Comments
Can you give steps to reproduce please? |
Well, I just put the lines to install the depenpency on pom.xml, and this error occurs and eclipse does not recognises the lib classes I could not even compile/test the lib. |
"the lines" What lines? You need to be more helpful I'm afraid. |
net.sourceforge.jsi jsi 1.0.0 |
What happens when you use the example in the readme in the pom.xml?
|
As I've said: "Malformed \uxxxx encoding." error ocurrs on eclipse. Eclipse marks the "" line with a red tag. And the error above is reported in the "Problems" tab. |
I just created a new eclipse project, manually edited the pom.xml to import the library and it works fine. Please feel free to re-open if you can document a minimal set of detailed steps to reproduce the error. Here is the POM I just created that works:
|
Right, I did the same simple POM in a new project, and the error continues. Maybe is a problem with my eclipse/JVM/OS version, but it only happens with this dependency, of many I use. |
"Malformed \uxxxx encoding." error ocurrs on eclipse.
The text was updated successfully, but these errors were encountered: