Replies: 1 comment
-
|
Sorry for the inconvenience but currently this behaviour is normal and there is no quick fix to make it work when you download the source code from the Github's release section. This repository depends on a external repository using Git submodule. The gradle build file of this project always try to do a We have in mind to change this dependency in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a WONTFIX issue, but figured I'd raise it.
Attempting to build fastddsgen via the source tarballs listed at https://github.com/eProsima/Fast-DDS-Gen/releases, or via the code download option in the repository results in a broken source tree.
Looks like part of the gradle build process calls git, and the git metadata is stripped from these downloads.
Checking out the code tag via "git clone" results in a normal build.
Beta Was this translation helpful? Give feedback.
All reactions