Wrong classname used in documentation at additionalBuildcommands 
-----------------------------------------------------------------

                 Key: MECLIPSE-627
                 URL: http://jira.codehaus.org/browse/MECLIPSE-627
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: Plugin Documentation
            Reporter: Dennis Müller
            Priority: Minor


If using {code:xml}<name>org.ui.externaltools.ExternalToolBuilder</name>{code} 
as shown in the documentation at [Maven documentation for 
eclipse:eclipse|http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#additionalBuildcommands],
 after executing *eclipse:eclipse* the maven builders configured in eclipse for 
the project will not run automatically.
While this can be fixed manually with a few clicks, it's quite annoying - and 
can easily be fixed by usind the correct name (which is _not_ mentioned in the 
documentation, but set by eclipse when fixed manually):
{code:xml}
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
{code}

-- 
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


Reply via email to