You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/architecture.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
== Simple case
21
21
22
-
include::partial$pom.adoc[]
22
+
23
23
24
24
In this simple case, an application asks the DriverManager to forward a connection creation to the corresponding Driver implementation, which then creates both a Connection and a MessageCodec instance. The Connection is the logical link between the connection state and the MessageCodec.
25
25
A MessageCodec uses a TransportInstance to communicate with the target device.
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/code-gen/index.adoc
+8-8
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
= Code Generation
20
20
21
-
include::partial$pom.adoc[]
21
+
22
22
23
23
As hand-writing code for a lot of drivers in multiple languages would be quite a nightmare, we have invested a very large amount of time into finding a way to automate this.
24
24
@@ -199,7 +199,7 @@ Here's an example of a driver pom for building a `S7` driver for `java`:
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/index.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
= Developer Section
21
21
22
-
include::partial$pom.adoc[]
22
+
23
23
24
24
This part of the Apache PLC4X dedicated to provide information to people wanting to build PLC4X and hopefully also start contributing to this awesome project.
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/preparing/index.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
= Preparing your Computer
19
19
20
-
include::partial$pom.adoc[]
20
+
21
21
22
22
Building a project like Apache PLC4X on multiple target operating-systems is quite a challenge, but I think we managed to make it as simple as possible.
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/preparing/linux.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
= Linux
19
19
20
-
include::partial$pom.adoc[]
20
+
21
21
22
22
As tracking down issues which result from missing or outdated third party tools such as compilers are always hard do diagnose, we have extended the build of PLC4X with a `prerequisiteCheck` that automatically checks if required tools are installed and if a required minimum version is available.
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/preparing/macos.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
= Mac OS
19
19
20
-
include::partial$pom.adoc[]
20
+
21
21
22
22
As tracking down issues which result from missing or outdated third party tools such as compilers are always hard do diagnose, we have extended the build of PLC4X with a `prerequisiteCheck` that automatically checks if required tools are installed and if a required minimum version is available.
Copy file name to clipboardexpand all lines: website/asciidoc/modules/developers/pages/preparing/windows.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
= Windows
19
19
20
-
include::partial$pom.adoc[]
20
+
21
21
22
22
As tracking down issues which result from missing or outdated third party tools such as compilers are always hard do diagnose, we have extended the build of PLC4X with a `prerequisiteCheck` that automatically checks if required tools are installed and if a required minimum version is available.
0 commit comments