From 0f9877e17f8b577cf2534e875728ca8370789265 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 10 Jan 2022 17:01:40 -0800 Subject: [PATCH] Clean up README --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8cec76f5..ea8d301c 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Password: test In order to reduce the life-cycle to develop UI backend testing, you can do the following hack: - * Clone [wisemapping-open-source](https://bitbucket.org/wisemapping/wisemapping-open-source/) and [wisemapping-frontend](https://bitbucket.org/wisemapping/wisemapping-frontend/) at the same top level directory - * Compile `wisemapping-frontend`. Details for compilation can be found in the `wisemapping-frontend` readme. - * Compile `wisemapping-open-source` +* Clone [wisemapping-open-source](https://bitbucket.org/wisemapping/wisemapping-open-source/) and [wisemapping-frontend](https://bitbucket.org/wisemapping/wisemapping-frontend/) at the same top level directory +* Compile `wisemapping-frontend`. Details for compilation can be found in the `wisemapping-frontend` readme. +* Compile `wisemapping-open-source` A quick and dirty solution to share changes in the UI is to manually compile the dist. This will make the loader file available without the need to publish: @@ -51,21 +51,6 @@ A quick and dirty solution to share changes in the UI is to manually compile the ### Compiling and running with docker-compose Check out the [docker section](./docker/README. -## Troubleshooting - -
- - mvn package fails with the error java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so in Ubuntu - - - Make sure you have the jdk installed: `sudo apt-get install openjdk-11-jdk` -
- -
- mvn package does not generate the wisemapping.war file - - Run `mvn clean install -DskipTests` -
## Members