Re: cross testing rig design questions

2018-10-19 Thread Steve Lawrence
This two links are helpful in understanding the restrictions on non-ALv2 compatible components, which I assume IBM DFDL is: https://www.apache.org/legal/resolved.html#prohibited https://www.apache.org/legal/resolved.html#optional So we cannot have any mandatory or build time dependencies to IBM

cross testing rig design questions

2018-10-18 Thread Mike Beckerle
I am working on enhancing the TDML Runner to enable cross testing against both Daffodil and IBM DFDL, or really any DFDL implementation. So I need to build a dynamically-loading module that provides a TDMLRunner friendly API, but calls the IBM DFDL implementation underneath. The module will