eProsima / Micro-XRCE-DDS-Gen

Micro XRCE-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
10 stars 13 forks source link

Support later JVM and IDL-Parser #36

Closed TSC21 closed 1 year ago

TSC21 commented 3 years ago

Currently tests are failing for the sequence_basic IDL with the following:

2021-09-02T16:01:14.236+0100 [DEBUG] [TestEventLogger]     Loading templates...
2021-09-02T16:01:14.236+0100 [DEBUG] [TestEventLogger]     Processing the file thirdparty/IDL-Parser/test/idls/sequence_basic.idl...
2021-09-02T16:01:14.237+0100 [DEBUG] [TestEventLogger]     ERROR<Exception>: Can't find template module.st; group hierarchy is [Common]
2021-09-02T16:01:14.237+0100 [DEBUG] [TestEventLogger]         RESULT: ERROR

Not entirely sure where to start to fix this, so I expect someone can help. This happens with IDL-Parser v1.1.0, so I suppose something is missing on microxrceddsgen to make it work, as with fastddsgen all tests pass.

@pablogs9 FYI and review.