Re: [Codenarc-user] How can i build codenarc source code using eclipse? Pls help
Brought to you by:
chrismair
From: Ramanan K. <ra...@ju...> - 2010-04-28 15:22:30
|
I used the "mvn install" method and it worked just fine in building the modified codenarc codebase Thanks a ton! -Ramanan -----Original Message----- From: Hamlet D'Arcy [mailto:ham...@gm...] Sent: Wednesday, April 28, 2010 7:40 PM To: Ramanan Kumaravelu Cc: Cod...@li... Subject: Re: [Codenarc-user] How can i build codenarc source code using eclipse? Pls help As an alternative, I believe you can create an Eclipse project off of the pom.xml that sits in the root directory. I would try that. On Wed, Apr 28, 2010 at 4:09 PM, Hamlet D'Arcy <ham...@gm...> wrote: > You can build it from the command line with : > > mvn install > > You just need to install Maven. > > However, you are right that an IDE greatly simplifies debugging and > devlopment cycle. > > I can offer you a 60 day trial license of IntelliJ IDEA Ultimate if you wish :) > > -- > Hamlet D'Arcy > ham...@gm... > > > > On Wed, Apr 28, 2010 at 3:59 PM, Ramanan Kumaravelu > <ra...@ju...> wrote: >> Hi, >> >> >> >> I downloaded codenarc source code from the following site using a SVN client >> on my machine (windows XP): >> >> https://codenarc.svn.sourceforge.net/svnroot/codenarc/trunk >> >> >> >> Now after making a small modification to one of the groovy source files viz. >> EmptyIfStatementRule.groovy, I am trying to build the whole codenarc code >> base in eclipse. Please help... >> >> >> >> Thanks, >> >> Ramanan >> >> ------------------------------------------------------------------------ ------ >> >> _______________________________________________ >> Codenarc-user mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codenarc-user >> >> > -- Hamlet D'Arcy ham...@gm... |