You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Mark Hobson (JIRA)" <ji...@codehaus.org> on 2005/10/02 17:28:08 UTC

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

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MECLIPSE-38) Allow custom code formatters to be written to .settings

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-38?page=all ]

fabrizio giustina updated MECLIPSE-38:
--------------------------------------

    Version: 2.0

> Allow custom code formatters to be written to .settings
> -------------------------------------------------------
>
>          Key: MECLIPSE-38
>          URL: http://jira.codehaus.org/browse/MECLIPSE-38
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Versions: 2.0
>     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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org