You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "jeremie granat (JIRA)" <ji...@codehaus.org> on 2006/05/12 08:24:41 UTC

[jira] Created: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Goals in dialog are getting mixed by new selection
--------------------------------------------------

         Key: MNGECLIPSE-123
         URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
     Project: Maven 2.x Extension for Eclipse
        Type: Bug

  Components: Maven Launcher  
    Versions: 0.0.7    
    Reporter: jeremie granat
 Assigned to: Eugene Kuleshov 
    Priority: Minor
     Fix For: 0.0.8
 Attachments: Maven2LaunchMainTab.java

If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:

before ==>  compile:compile
want  to change to jar:jar
after ==> jar:jarcompile:compile

I think that when you change the goals using the chooser, the field should be overwritten by the selection.

actually, there is only one line to change :)

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


[jira] Updated: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-123?page=all ]

Eugene Kuleshov updated MNGECLIPSE-123:
---------------------------------------

    Assignee:     (was: Eugene Kuleshov)

> Goals in dialog are getting mixed by new selection
> --------------------------------------------------
>
>                 Key: MNGECLIPSE-123
>                 URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
>             Project: Maven 2.x Extension for Eclipse
>          Issue Type: Bug
>          Components: Maven Launcher
>    Affects Versions: 0.0.7
>            Reporter: jeremie granat
>            Priority: Minor
>         Attachments: Maven2LaunchMainTab.java
>
>
> If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:
> before ==>  compile:compile
> want  to change to jar:jar
> after ==> jar:jarcompile:compile
> I think that when you change the goals using the chooser, the field should be overwritten by the selection.
> actually, there is only one line to change :)

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

        

[jira] Updated: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-123?page=all ]

Eugene Kuleshov updated MNGECLIPSE-123:
---------------------------------------

    Version:     (was: 0.0.7)

> Goals in dialog are getting mixed by new selection
> --------------------------------------------------
>
>          Key: MNGECLIPSE-123
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
>      Project: Maven 2.x Extension for Eclipse
>         Type: Bug

>   Components: Maven Launcher
>     Reporter: jeremie granat
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>      Fix For: 0.0.9
>  Attachments: Maven2LaunchMainTab.java
>
>
> If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:
> before ==>  compile:compile
> want  to change to jar:jar
> after ==> jar:jarcompile:compile
> I think that when you change the goals using the chooser, the field should be overwritten by the selection.
> actually, there is only one line to change :)

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


[jira] Updated: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-123?page=all ]

Eugene Kuleshov updated MNGECLIPSE-123:
---------------------------------------

    Fix Version:     (was: 0.0.8)
                 0.0.9

> Goals in dialog are getting mixed by new selection
> --------------------------------------------------
>
>          Key: MNGECLIPSE-123
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
>      Project: Maven 2.x Extension for Eclipse
>         Type: Bug

>   Components: Maven Launcher
>     Versions: 0.0.7
>     Reporter: jeremie granat
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>      Fix For: 0.0.9
>  Attachments: Maven2LaunchMainTab.java
>
>
> If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:
> before ==>  compile:compile
> want  to change to jar:jar
> after ==> jar:jarcompile:compile
> I think that when you change the goals using the chooser, the field should be overwritten by the selection.
> actually, there is only one line to change :)

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


[jira] Updated: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-123?page=all ]

Eugene Kuleshov updated MNGECLIPSE-123:
---------------------------------------

        Version: 0.0.7
    Fix Version:     (was: 0.0.9)

> Goals in dialog are getting mixed by new selection
> --------------------------------------------------
>
>          Key: MNGECLIPSE-123
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
>      Project: Maven 2.x Extension for Eclipse
>         Type: Bug

>   Components: Maven Launcher
>     Versions: 0.0.7
>     Reporter: jeremie granat
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>  Attachments: Maven2LaunchMainTab.java
>
>
> If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:
> before ==>  compile:compile
> want  to change to jar:jar
> after ==> jar:jarcompile:compile
> I think that when you change the goals using the chooser, the field should be overwritten by the selection.
> actually, there is only one line to change :)

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


[jira] Commented: (MNGECLIPSE-123) Goals in dialog are getting mixed by new selection

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-123?page=comments#action_71239 ] 
            
Eugene Kuleshov commented on MNGECLIPSE-123:
--------------------------------------------

Since you can specify multiple goals in the entry field, we just need to add a delimeter between  goals choosed from selection dialog. However if there is selection in the text entry field, choosed goal should replace selelected text and probably add spaces where needed.

> Goals in dialog are getting mixed by new selection
> --------------------------------------------------
>
>                 Key: MNGECLIPSE-123
>                 URL: http://jira.codehaus.org/browse/MNGECLIPSE-123
>             Project: Maven 2.x Extension for Eclipse
>          Issue Type: Bug
>          Components: Maven Launcher
>    Affects Versions: 0.0.7
>            Reporter: jeremie granat
>         Assigned To: Eugene Kuleshov
>            Priority: Minor
>         Attachments: Maven2LaunchMainTab.java
>
>
> If you change he goal of a maven2 external tool configuration, the editor will add it to the list creating a undefined goal:
> before ==>  compile:compile
> want  to change to jar:jar
> after ==> jar:jarcompile:compile
> I think that when you change the goals using the chooser, the field should be overwritten by the selection.
> actually, there is only one line to change :)

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