[jira] Commented: (MNG-1062) Allow custom code formatters to be written to .settings

2005-10-02 Thread Mark Hobson (JIRA)
[ http://jira.codehaus.org/browse/MNG-1062?page=comments#action_47627 ] 

Mark Hobson commented on MNG-1062:
--

A single formatting file would be a good idea, although I'm not sure if the 
checkstyle config XML to eclipse settings mapping would be trivial.  I couldn't 
see any support for code format properties in EclipseSettingsWriter.

> Allow custom code formatters to be written to .settings
> ---
>
>  Key: MNG-1062
>  URL: http://jira.codehaus.org/browse/MNG-1062
>  Project: Maven 2
> Type: Improvement
>   Components: maven-eclipse-plugin
> Versions: 2.0-beta-3
> Reporter: Mark Hobson

>
>
> It'd be handy if there was a way of embedding custom code formatters to 
> .settings.  Eclipse can currently export code formatter profiles as a list of 
> properties in an XML format, so this file could be configured against the 
> eclipse plugin for it to generate the corresponding properties-format 
> .settings/org.eclipse.jdt.core.prefs file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1062) Allow custom code formatters to be written to .settings

2005-10-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1062?page=comments#action_47626 ] 

Kenney Westerhof commented on MNG-1062:
---

Maybe the best way is to have a checkstyle plugin for m2 and let the eclipse 
plugin convert those settings (pretty easy using XSLT) to the eclipse
format, registering the format in .settings/. But eclipse specific files should 
be allowed too, ofcourse.

Have you checked if it's possible using the latest eclipse plugin version? Lots 
of settings stuff is now configurable. 

> Allow custom code formatters to be written to .settings
> ---
>
>  Key: MNG-1062
>  URL: http://jira.codehaus.org/browse/MNG-1062
>  Project: Maven 2
> Type: Improvement
>   Components: maven-eclipse-plugin
> Versions: 2.0-beta-3
> Reporter: Mark Hobson

>
>
> It'd be handy if there was a way of embedding custom code formatters to 
> .settings.  Eclipse can currently export code formatter profiles as a list of 
> properties in an XML format, so this file could be configured against the 
> eclipse plugin for it to generate the corresponding properties-format 
> .settings/org.eclipse.jdt.core.prefs file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]