unide icon indicating copy to clipboard operation
unide copied to clipboard

unide installation issues

Open pankeshpatel opened this issue 7 years ago • 4 comments

I have been installing unide first time. I have first mvn install clean command and getting the following error. What does it indicate? how can this be fixed. I feel that we should write a "getting started guide" for beginners. img

pankeshpatel avatar May 18 '18 12:05 pankeshpatel

Hi @pankeshlinux , if you want to use the server or client, you could follow the instructions described in the blog: https://www.eclipse.org/unide/blog/2018/3/26/Release-0.2.0

If you want to contribute and have java skills, you would need to install the indicated dependencies via maven first. That is, you first go into the ppmp/ppmp-schema directory and execute a mvn install there. After, you checkout unide.java and mvn install there as well.

ameinhardt avatar May 18 '18 15:05 ameinhardt

@ameinhardt : Thanks for the response. I had already given the try yesterday to the link you have suggested. But, I did not succeed much.

I feel that this guide is little bit abstract to me and we may need to write the guide for beginners. In my lab, I have seen a good enthusiasm to use this software because of its potential, but people has given up , because they could not succeed in the installation.

I can write a complete beginners guide for Unide Java, once I install it successfully in my computer. Would you willing to help me to resolve each baby steps? An extension of this idea, we can prepare a short installation video for beginners. Any thoughts?

pankeshpatel avatar May 18 '18 15:05 pankeshpatel

@pankeshpatel, @ameinhardt , any luck with the above installation issue? I tried & got the same error. Any help is appreciated. Thanks.

amarun22 avatar Sep 09 '19 08:09 amarun22

above issue is solved by simply

git clone https://github.com/eclipse/unide.java
cd unide.java
mvn install

then go back to your unide github and try again

aleksandarkovacevic30 avatar Nov 22 '19 08:11 aleksandarkovacevic30