[ 
https://issues.apache.org/jira/browse/DRILL-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13699165#comment-13699165
 ] 

Jacques Nadeau commented on DRILL-126:
--------------------------------------

This is what I start with using Eclipse: 
https://issues.apache.org/jira/browse/HBASE-3678  

- Apache license should head every file.  
- Logging is done using slf4j.  Logger declaration: static final 
org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(ClassName.class);
- 2 space indents, no tabs
- 120 characters before a wrap.

                
> Standardize settings for various IDEs - Intellij and Eclipse
> ------------------------------------------------------------
>
>                 Key: DRILL-126
>                 URL: https://issues.apache.org/jira/browse/DRILL-126
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Jason Altekruse
>              Labels: IDE, configuration, eclipse, intellij
>
> Several build issues have been brought up on the list about integrating with 
> various IDEs to get builds working. One example is the issue of the mockit 
> dependency needing to be specified before JUnit in the .iml file to get 
> Intellij to run some tests. We should have a way of sharing configurations to 
> prevent these types of problems in the future, especially for new community 
> members. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to