From 86abc6f0ef2e46005aaac7490a5224e062e2380a Mon Sep 17 00:00:00 2001 From: bhupeshchawda Date: Mon, 30 Jan 2017 11:25:43 +0530 Subject: [PATCH] Fixed build. Upgraded the dependencies to Apex 3.5.0 and Malhar 3.6.0 --- tutorials/operatorTutorial/README.md | 7 +++ tutorials/operatorTutorial/pom.xml | 4 +- .../src/assemble/appPackage.xml | 43 +++++++++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 tutorials/operatorTutorial/README.md create mode 100644 tutorials/operatorTutorial/src/assemble/appPackage.xml diff --git a/tutorials/operatorTutorial/README.md b/tutorials/operatorTutorial/README.md new file mode 100644 index 0000000..c14d7be --- /dev/null +++ b/tutorials/operatorTutorial/README.md @@ -0,0 +1,7 @@ +This project is supposed to be a reference to be followed along with +the tutorial here: http://docs.datatorrent.com/operator_development/, +discussed here: http://docs.datatorrent.com/operator_development/#code + +This project does not have an application and hence will not run. +The reader can use this project as a starting point to develop further +operators and applications. \ No newline at end of file diff --git a/tutorials/operatorTutorial/pom.xml b/tutorials/operatorTutorial/pom.xml index 3da5c80..64d5743 100644 --- a/tutorials/operatorTutorial/pom.xml +++ b/tutorials/operatorTutorial/pom.xml @@ -13,9 +13,9 @@ - 3.4.0 + 3.5.0 lib/*.jar - 3.4.0 + 3.6.0 diff --git a/tutorials/operatorTutorial/src/assemble/appPackage.xml b/tutorials/operatorTutorial/src/assemble/appPackage.xml new file mode 100644 index 0000000..7ad071c --- /dev/null +++ b/tutorials/operatorTutorial/src/assemble/appPackage.xml @@ -0,0 +1,43 @@ + + appPackage + + jar + + false + + + ${basedir}/target/ + /app + + ${project.artifactId}-${project.version}.jar + + + + ${basedir}/target/deps + /lib + + + ${basedir}/src/site/conf + /conf + + *.xml + + + + ${basedir}/src/main/resources/META-INF + /META-INF + + + ${basedir}/src/main/resources/app + /app + + + ${basedir}/src/main/resources/resources + /resources + + + + +