Menu

#1 Child module \sda of \pom.xml does not exist

1.0
pending
None
2021-11-04
2021-10-04
No

Hello!

I hope this project is still under maintenance.
I'm trying to run mvn install and getting the following error:
Child module C:\GitHub\ODERU\sda of C:\GitHub\ODERU\pom.xml does not exist
It looks like the sda folder does not exists in your rep. Could you please upload it?

Discussion

  • Luca Mazzola (LkM79)

    Dear user, thanks for your request.
    As stated in the "Read Me", the git cloning should be done with the --recursive parameter, in order to retrieve and bind together all components required to build and run ODERU.
    If you did not folloow that instruction, you can use the instruction:
    git submodule update --init --recursive
    from the main folder to manually download and setup the submodules.

    hope this can help you,
    best regards,
    L.

     
    👍
    1
    • William Ochoa

      William Ochoa - 2021-10-05

      Thank you for the reply!
      I've done those steps but it doesn't download the missing "sda" folder.
      The help is very much appreciated.

      C:\GitHub\ODERU> git clone https://git.code.sf.net/p/oderu/code oderu-code --recursive
      
       
  • Luca Mazzola (LkM79)

    • status: open --> pending
     
  • Luca Mazzola (LkM79)

    Dear William,
    thanks for your reporting. We now update the POM file in the main directory, to work correctly also from the CLI. Please retry to clone it and confirm us if this OK now or you have still issue.
    Thanks and best regards,
    Luca.

     
  • William Ochoa

    William Ochoa - 2021-11-04

    thank you, it's solved!

     

Log in to post a comment.