zebity / onvif-relay

An onvif device relay/device test harness
https://tips.graphica.com.au/onvif-ws-client-consumption/
Other
1 stars 3 forks source link

Cannot auto build full project #5

Open zebity opened 1 year ago

zebity commented 1 year ago

Problem:

To build this code requires:

Metro wsimport and scripts or CXF WSDL2Java tool

In case of Metro the MVN pom does not allow for generating multiple java code sets from multiple wsdl files (appear to only support single wsdl...)

For both Metro and CXF build the extra:

scripts are not run automatically.

Need to create ant wrappers around these to allow automatic build.

TruTommy commented 1 month ago

An upgrade to gradle would allow you to write some groovy or kotlin code in the build file to do multiple things in one block