This is an automated email from the ASF dual-hosted git repository.

bertty pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.


    from 9e57705  Merge pull request #5 from berttty/main
     add dc0e973  - Made the antlr and scala profiles activate themselves 
on-demand - Cleaned up the oder of entries in the pom.xmls - Added a 
prerequisiteCheck.groovy to check all known conditions before starting the 
build and giving the user feedback on what he has to do.
     new 1f33529  Merge pull request #6 from apache/feature/build-optimizing

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.md                                           |  20 +-
 pom.xml                                            | 142 ++++++++++++--
 src/main/script/prerequisiteCheck.groovy           | 208 +++++++++++++++++++++
 wayang-api/pom.xml                                 |   4 +-
 wayang-api/wayang-api-python/pom.xml               |   5 +-
 wayang-api/wayang-api-scala-java/pom.xml           |   5 +-
 wayang-commons/pom.xml                             |   2 +-
 wayang-commons/wayang-basic/pom.xml                |   4 +-
 wayang-commons/wayang-core/pom.xml                 |   9 +-
 .../core/util/mathex/ExpressionBuilderTest.java    |   3 +-
 wayang-distro/pom.xml                              |   4 +-
 wayang-extensions/pom.xml                          |   5 +-
 wayang-extensions/wayang-iejoin/pom.xml            |   5 +-
 wayang-platforms/pom.xml                           |   4 +-
 wayang-platforms/wayang-flink/pom.xml              |   8 +-
 wayang-platforms/wayang-giraph/pom.xml             |   7 +-
 wayang-platforms/wayang-graphchi/pom.xml           |   6 +-
 wayang-platforms/wayang-java/pom.xml               |   8 +-
 .../java/operators/JavaObjectFileSinkTest.java     |   2 +
 wayang-platforms/wayang-jdbc-template/pom.xml      |   6 +-
 wayang-platforms/wayang-postgres/pom.xml           |   7 +-
 wayang-platforms/wayang-spark/pom.xml              |   7 +-
 .../spark/operators/SparkObjectFileSinkTest.java   |   2 +
 wayang-platforms/wayang-sqlite3/pom.xml            |   7 +-
 wayang-profiler/pom.xml                            |   6 +-
 wayang-tests-integration/pom.xml                   |  12 +-
 26 files changed, 423 insertions(+), 75 deletions(-)
 create mode 100644 src/main/script/prerequisiteCheck.groovy

Reply via email to