devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

Error when building the demo module on release profile #24

Closed scott01272001 closed 2 years ago

scott01272001 commented 2 years ago

Hi, thanks for your contribution, I face the problem when I do "mvn install", the process hangs in "WebRTC: sync" for a long time, is this a normal situation? if not, how can I fix that?.. thanks for your help.

consol

devopvoid commented 2 years ago

Hello @scott0127

this is normal. Depending on your internet connection and computation power of your pc/server it can take up to 40 minutes.

scott01272001 commented 2 years ago

Hi, devopvoid, thanks for your comment, I have another problem now... I have successfully built the project then I try to run the demo jar, the console shows "no manifest" so I execute the command "mvn install -Prelease" but get the error message below,

issue

thank you.

devopvoid commented 2 years ago

This is because the release profile signs all files generated by maven, which requires GPG. The error you get states Cannot run program "gpg.exe". If you need the release profile, you need to setup GPG on your system, otherwise, build this project without the release profile.

devopvoid commented 2 years ago

Closing due to inactivity.