You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Commented) (JIRA)" <ji...@apache.org> on 2012/02/15 20:30:59 UTC

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

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

Robert Muir commented on LUCENE-3791:
-------------------------------------

I don't think its selfish, +1 for configuring the project formatting in 'ant eclipse'

the reason it doesnt do this now: i thought that formatters were 'global' in eclipse, and didnt know we could register one and then set it to the project automatically... :)
                
> ant eclipse should setup default project formatting.
> ----------------------------------------------------
>
>                 Key: LUCENE-3791
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3791
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/build
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>
> I admit it's selfish. I have a git workflow and I often do "git clean -xfd" which restores a pristine state of the current branch (faster than ant clean :). Unfortunately this also results in removal of Eclipse files. "ant eclipse" doesn't reset formatting properly so I need to restore it manually.
> This patch does two things:
> - it sets project formatting automatically on "ant eclipse",
> - it removes explicit Lucene-formatting.xml to avoid duplication (and potential inconsistencies) between project-specific formatter rules contained in org.eclipse.jdt.core.prefs and the formatter's XML. The XML can be exported manually if needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org