You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/04/07 05:36:33 UTC

[plc4x] branch eip updated (f1f1756 -> da8772b)

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

erobinet pushed a change to branch eip
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from f1f1756  Update EIP Driver -able to read elements from DataStruct (Counter, UserDefined) but not the Struct itself (to get all element) -Example : ACC Valuer of Counter C1 : %C1.ACC
     add 2ab41e2  - Made the DFDLUtilTest work on Windows machines
     add eb726f6  - Fixed an issue not correctly detecting the absence of libpcap (UnsattisfiedLinkError is not an Exception, but an Error ... throwable is the common denominator)
     add 511b95f  - Disabled some test that require explicits serial ports to exist
     add 24f3a7a  - Added two profiles to the prerequisiteCheck   - with-c: Checks that Gcc is installed   - apache-release: Just added a todo to add a check if libpcap is installed
     add 74fbdb4  - Enabled the "with-c" profile on jenkins
     add 136e405  - Fixed two wrong property names
     add 9507a9e  - Told Jenkins to use Java 11 instead of 1.8
     add e420c12  - Added checks to use at least Java 11 if cmake is enabled - Added some documentation on using libpcap on linux (root privileges issues)
     add 847710d  - Some changes I missed.
     new da8772b  Merge branches 'develop' and 'eip' of https://github.com/apache/plc4x into eip

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:
 Jenkinsfile                                         |  8 ++++----
 .../base/connection/SerialChannelFactoryTest.java   |  2 ++
 .../org/apache/plc4x/test/RequirePcapCondition.java |  4 ++--
 .../apache/plc4x/test/RequirePcapNgCondition.java   |  4 ++--
 .../java/org/apache/plc4x/codegen/DFDLUtilTest.java |  8 ++++++--
 sandbox/plc4c/pom.xml                               |  2 +-
 sandbox/plc4cpp/pom.xml                             |  2 +-
 .../apache/plc4x/protocol/amsads/EndToEndTest.java  |  5 +++--
 .../org/apache/plc4x/protocol/df1/EndToEndTest.java |  3 ++-
 src/main/script/prerequisiteCheck.groovy            | 21 ++++++++++++++++++++-
 src/site/asciidoc/developers/preparing/linux.adoc   |  4 ++++
 src/site/asciidoc/developers/preparing/windows.adoc |  4 ++++
 tools/thrift/pom.xml                                |  2 +-
 13 files changed, 52 insertions(+), 17 deletions(-)


[plc4x] 01/01: Merge branches 'develop' and 'eip' of https://github.com/apache/plc4x into eip

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erobinet pushed a commit to branch eip
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit da8772b354eaa1e6bed8acebef8fc81decb03419
Merge: f1f1756 847710d
Author: etiennerobinet <61...@users.noreply.github.com>
AuthorDate: Tue Apr 7 07:34:41 2020 +0200

    Merge branches 'develop' and 'eip' of https://github.com/apache/plc4x into eip

 Jenkinsfile                                         |  8 ++++----
 .../base/connection/SerialChannelFactoryTest.java   |  2 ++
 .../org/apache/plc4x/test/RequirePcapCondition.java |  4 ++--
 .../apache/plc4x/test/RequirePcapNgCondition.java   |  4 ++--
 .../java/org/apache/plc4x/codegen/DFDLUtilTest.java |  8 ++++++--
 sandbox/plc4c/pom.xml                               |  2 +-
 sandbox/plc4cpp/pom.xml                             |  2 +-
 .../apache/plc4x/protocol/amsads/EndToEndTest.java  |  5 +++--
 .../org/apache/plc4x/protocol/df1/EndToEndTest.java |  3 ++-
 src/main/script/prerequisiteCheck.groovy            | 21 ++++++++++++++++++++-
 src/site/asciidoc/developers/preparing/linux.adoc   |  4 ++++
 src/site/asciidoc/developers/preparing/windows.adoc |  4 ++++
 tools/thrift/pom.xml                                |  2 +-
 13 files changed, 52 insertions(+), 17 deletions(-)