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
The `localSipStore` should point to the root directory of the BSW Packages while the `localSip` itself mentions a
80
80
dedicated BSW Package against which the source code will be compiled. The gradle project of the `ocs-custom-app` and
@@ -86,8 +86,8 @@ We kindly ask you to adapt the version information mentioned in the `gradle.prop
86
86
that the plugins you build by yourself can be distinguished from those delivered as pre-build artifacts in the MICROSAR
87
87
Automation SDK. Here an example for the resulting files:
88
88
```groovy
89
-
ocs-communication-plugin-1.6.0.jar // without adaptions
90
-
ocs-communication-plugin-my-company-1.6.0.jar // with adaptions
89
+
ocs-communication-plugin-1.7.0.jar // without adaptions
90
+
ocs-communication-plugin-my-company-1.7.0.jar // with adaptions
91
91
```
92
92
93
93
### Build the OCS Domain Plugins
@@ -112,7 +112,7 @@ above. Reason for this is a simple conceptional decision that this `repository`
112
112
delivered by Vector. In most cases, local maven repository which is used for the publication can be found under you
113
113
Windows user account, for example:
114
114
```batch
115
-
C:\Users\<your user account>\.m2\repository\com\vector\ocs\plugins\ocs-communication-plugin\my-company-1.6.0\ocs-communication-plugin-my-company-1.6.0.jar
115
+
C:\Users\<your user account>\.m2\repository\com\vector\ocs\plugins\ocs-communication-plugin\my-company-1.7.0\ocs-communication-plugin-my-company-1.7.0.jar
116
116
```
117
117
118
118
## Building an OCS Custom App
@@ -124,14 +124,14 @@ file:
124
124
//localSip=path/to/used/sip/
125
125
ocsRepo=../repository
126
126
127
-
vOcsCore=2.0.0
128
-
vPluginsCommon=1.3.0
129
-
vOcsCom=1.6.0
130
-
vOcsDiag=1.6.0
131
-
vOcsNvM=1.6.0
132
-
vOcsEcuState=1.6.0
133
-
vOcsRuntime=1.6.0
134
-
vOcsSecurity=1.4.0
127
+
vOcsCore=2.1.0
128
+
vPluginsCommon=1.4.0
129
+
vOcsCom=1.7.0
130
+
vOcsDiag=1.7.0
131
+
vOcsNvM=1.7.0
132
+
vOcsEcuState=1.7.0
133
+
vOcsRuntime=1.7.0
134
+
vOcsSecurity=1.5.0
135
135
```
136
136
The `localSipStore`, `localSip` and `ocsRepo` should be configured in the same way as for the `ocs-domain-plugins`.
137
137
If you keep the other version numbers as stated in the file you would build the OCS Custom App based on the Vector
0 commit comments