This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch rel/0.7.1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 5af264f26a6fac6f83d50a353f8f1f0f7b2c7324 Author: Glaucia <[email protected]> AuthorDate: Sun Sep 3 17:44:22 2023 +0100 fixing build error in wayang-iejoin --- README.md | 2 +- src/main/script/{ => src/main/script}/prerequisiteCheck.groovy | 3 +-- wayang-plugins/wayang-iejoin/pom.xml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe1dc84a..6461a7c4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For a quick guide on how to use Wayang in your Java/Scala project see [here](gui ## Installing Wayang -You first have to build the binaries as shown [here](tutorial.md). +You first have to build the binaries as shown [here](guides/tutorial.md). Once you have the binaries built, follow these steps to install Wayang: ```shell diff --git a/src/main/script/prerequisiteCheck.groovy b/src/main/script/src/main/script/prerequisiteCheck.groovy similarity index 99% rename from src/main/script/prerequisiteCheck.groovy rename to src/main/script/src/main/script/prerequisiteCheck.groovy index 69a07d56..a076b649 100644 --- a/src/main/script/prerequisiteCheck.groovy +++ b/src/main/script/src/main/script/prerequisiteCheck.groovy @@ -207,5 +207,4 @@ println "" // Things we could possibly check: // - DNS Providers that return a default ip on unknown host-names -// - Availability and version of LibPCAP/WinPCAP - +// - Availability and version of LibPCAP/WinPCAP \ No newline at end of file diff --git a/wayang-plugins/wayang-iejoin/pom.xml b/wayang-plugins/wayang-iejoin/pom.xml index 961487aa..4dc0c22c 100644 --- a/wayang-plugins/wayang-iejoin/pom.xml +++ b/wayang-plugins/wayang-iejoin/pom.xml @@ -56,7 +56,6 @@ <modules> - <module>wayang-iejoin_2.11</module> <module>wayang-iejoin_2.12</module> </modules>
