Re: Accumulo build error

2013-06-25 Thread Josh Elser
Seems like a smart thing to do to me, especially since the user is activating the rpm profile, you would assume they definitely want to build rpms :) On 6/25/13 10:49 AM, David Medinets wrote: Can the build process you are using have a check for 'rpmbuild' as is currently done for the

Re: Accumulo build error

2013-06-25 Thread Andres Danter
Yes, I agree that such check would be useful when invoking the command mvn rpm:rpm. Anyone a Maven contributor? : ) On Tue, Jun 25, 2013 at 11:21 AM, Josh Elser josh.el...@gmail.com wrote: Seems like a smart thing to do to me, especially since the user is activating the rpm profile, you

IntelliJ Idea profile for the coding standards

2013-06-25 Thread Supun Kamburugamuva
Hi, Do you have a IntelliJ Idea profile for the coding standards of the project. I remember seeing this somewhere. But not sure where it is. Thanks, Supun..

Re: IntelliJ Idea profile for the coding standards

2013-06-25 Thread Corey Nolet
Install the Eclipse Formatter Plugin in intellij and use the eclipse codestyle xml provided on the Accumulo Source page. You'll want to turn the option of combining imports into * as well. Youll find that option in the code style- imports section of the preferences. On Jun 25, 2013 12:05 PM,

Re: IntelliJ Idea profile for the coding standards

2013-06-25 Thread Corey Nolet
Turn off the option of combining imports rather. On Jun 25, 2013 12:10 PM, Corey Nolet cjno...@gmail.com wrote: Install the Eclipse Formatter Plugin in intellij and use the eclipse codestyle xml provided on the Accumulo Source page. You'll want to turn the option of combining imports into *

Re: Accumulo build error

2013-06-25 Thread David Medinets
http://mojo.codehaus.org/rpm-maven-plugin/jira-report.html -- nudge! On Tue, Jun 25, 2013 at 12:09 PM, Andres Danter adan...@gmail.com wrote: Yes, I agree that such check would be useful when invoking the command mvn rpm:rpm. Anyone a Maven contributor? : ) On Tue, Jun 25, 2013 at 11:21

Re: IntelliJ Idea profile for the coding standards

2013-06-25 Thread Supun Kamburugamuva
Thank you.. It works!! On Tue, Jun 25, 2013 at 12:11 PM, Corey Nolet cjno...@gmail.com wrote: Turn off the option of combining imports rather. On Jun 25, 2013 12:10 PM, Corey Nolet cjno...@gmail.com wrote: Install the Eclipse Formatter Plugin in intellij and use the eclipse codestyle