-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build seems to have an issue with character-encoding #40
Comments
Same for me |
i get the same issue while process some xml file which hase some chinese charactor. do you guys find the solution? |
We are currently working on a new version of the mapper. The CLI parameters mostly remain the same. Could you please use this one and see if the problem remains? |
@pheyvaer - tried
Please advise how this new Lastly, btw, was looking to test this use case https://stackoverflow.com/questions/49365220/how-to-convert-json-array-to-rdf-in-java but ran into same issue. Thank you. |
This is probably due to the fact that you are testing it locally without following the instructions that explain how to run the tests locally. Can you check that first (see |
Tried with Open JDK 1.7 on Ubuntu Linux and one of the JUnit tests fails.
Steps to reproduce (using Docker)
git clone --recursive <repo>
)docker build -t rml-mapper .
docker run --rm -it rml-mapper bash
mvn clean install
When i run maven install with
-DskipTests=true
it results in only having "RML-Mapper-3.0.2-shaded.pom" file in the target sub-directory.The text was updated successfully, but these errors were encountered: