Re: [Codenarc-user] HELP!!!how to use eclipse to develop codenarc?
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2012-07-06 22:14:47
|
We (the CodeNarc committers) use IntelliJ IDEA for development of CodeNarc, so that's why you don't see Eclipse files within the project. IntelliJ provides a free Community Edition, if you are interested: http://www.jetbrains.com/idea/ I have checked in Eclipse ".project" and ".classpath" files that enabled me to edit classes within the project and run tests. I am not committing to keeping these in sync, but we can see how things go. I used this as a guide: http://maven.apache.org/guides/mini/guide-ide-eclipse.html My steps included: mvn eclipse:eclipse Eclipse: Defined M2_REPO classpath variable Eclipse: Install Groovy Plugin: Groovy Update Site - http://dist.springsource.org/release/GRECLIPSE/e3.6/ Eclipse: Settings -> Convert to a Groovy project Good luck. Chris -----Original Message----- From: 笑非 王 [mailto:wan...@ya...] Sent: Friday, July 06, 2012 4:56 AM To: cod...@li... Subject: [Codenarc-user] HELP!!!how to use eclipse to develop codenarc? Hi,all I have downloaded the codenarc, and want to develop it in eclipse. But I found that the eclipse can't find projects in the file of codenarc, so I want to ask that does it possible to develop the codenarc with eclipse?If so ,how to set eclipse and my computer? Eclipse version: 3.7.2 System:Windows 7 thanks a lot |