parautenbach / TeamCity-HipChat-Notifier

TeamCity HipChat Notifier for sending build server notifications to HipChat.
Other
59 stars 31 forks source link

How to build the project #4

Closed pawelpabich closed 10 years ago

pawelpabich commented 10 years ago

Hi, I would like to contribute to the TC Hipchat notifier so I cloned the repo and changed teamcity.home to C:\TeamCity, opended project in IntelliJ, hit build and ended up with gazilion compilation errors. Do you have any step by step guide that I could use? I have installed JDK 1.7.

Thanks

parautenbach commented 10 years ago

I'll have a look at this. I've been using Eclipse on OS X, but I'll test this on my Windows instance. Could you try to build from the command line using ant, as a test? I've been thinking about switching to IntelliJ, but haven't done so yet.

parautenbach commented 10 years ago

I've made a few changes which should make life easier for you. :-) Thanks for pointing the issues out. I've also updated the README with new information. Essentially:

Let me know if it still doesn't work.

(There are two tests that fails on Windows and I'll look at them a bit later. For some reason when those tests delete test files it fails.)

parautenbach commented 10 years ago

Have you had a chance to try the build after the updates?

pawelpabich commented 10 years ago

Not yet, but I will this week. BTW you already implemented the 2 features I wanted :)

parautenbach commented 10 years ago

Cool. :-)

To my knowledge, I've resolved all the Windows build issues.