eclipse-archived / unide

Eclipse Public License 1.0
29 stars 17 forks source link

unide installation issues #38

Open pankeshpatel opened 6 years ago

pankeshpatel commented 6 years ago

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

ameinhardt commented 6 years ago

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.

pankeshpatel commented 6 years ago

@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?

amarun22 commented 4 years ago

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

aleksandarkovacevic30 commented 4 years ago

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