MCMicS / jenkins-control-plugin

Jenkins integration in IDEA Platforms
https://plugins.jetbrains.com/plugin/6110-jenkins-control-plugin
Apache License 2.0
250 stars 125 forks source link

New Developer Documentation #118

Open christopherfowers opened 8 years ago

christopherfowers commented 8 years ago

Would be nice to have documentation with a quick start guide. Get new developers going with the same (or close to) environment.

cezary-butler commented 8 years ago

I'll try to make something on saturday evening. But it's nothing difficult.

Most difficult thing as I remember was making Idea tread project as plugin (it has modified project file after checkout). As I remember going back to original project file from repo used to fix the problem.

cezary-butler commented 8 years ago

Please let me know what would you like to see in this kind of documentation.

christopherfowers commented 8 years ago

I guess just instructions for setting up dev environment and build instructions. The biggest problem I have so far is that some of the maven dependencies aren't found. I'm not sure why. I'll get a list though in case there is something I am missing.

cezary-butler commented 8 years ago

I didn't built it with maven. But it worked well creating idea plugin project. A far as I remember it needed Forms plugin installed to build. It also needed dependencies from maven but just those which are widely available 9 kwi 2016 14:39 "CFowers" notifications@github.com napisał(a):

I guess just instructions for setting up dev environment and build instructions. The biggest problem I have so far is that some of the maven dependencies aren't found. I'm not sure why. I'll get a list though in case there is something I am missing.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/dboissier/jenkins-control-plugin/issues/118#issuecomment-207786408

cezary-butler commented 8 years ago

look here: https://github.com/Programisci/jenkins-control-plugin/wiki/Development----Quick-Start-Guide

cezary-butler commented 8 years ago

@christopherfowers could you verify if this is what you expected