[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208711#comment-13208711
]
Uwe Schindler commented on LUCENE-3791:
---------------------------------------
Hey cool, how does that work? I only know the same like Robert said: the format template has
to be imported globally and can assigned per project.
> 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
|