Hi All and especially Markus,
I just wanted to hear what the C++ part is up to. I can see a commit every now
and then in the s7-cpp branch, but not much discussion (Actually none at all).
Would be cool, if you could give us all an update to what you’re up to.
Also would I like to tackle the problem of being able to fully build C++ from
the maven build.
We had discussed the options a while ago, but nothing has happened so far.
I think the way I understood our last state we decided to:
* Get rid of all the intermediate pom.xml files and all the Maven packing
and unpackeing of stuff
* Concentrate fully on starting one CMake build in the plc4cpp root pom and
have that build all modules
* We do the packaging using the maven assembly plugin which is also defined
in the plc4cpp module
So I have a few questions:
* How do we integrate the downloading and building of boost in this
szenario?
* Do we simply copy the boos build stuff to execute before running the
CMake build in the plc4cpp module?
* Do we add something to the CMake build that takes care of this?
* Currently can’t come up with the second question ;-)
Chris