You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "thierry lach (JIRA)" <ji...@codehaus.org> on 2007/03/08 18:40:17 UTC

[jira] Created: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Need to be able to define default build definition used when adding new project
-------------------------------------------------------------------------------

                 Key: CONTINUUM-1207
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
             Project: Continuum
          Issue Type: New Feature
    Affects Versions: 1.1
            Reporter: thierry lach
            Priority: Minor


The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell updated CONTINUUM-1207:
---------------------------------------

    Fix Version/s: 1.1-alpha-#

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Priority: Minor
>             Fix For: 1.1-alpha-#
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105950 ] 

Emmanuel Venisse commented on CONTINUUM-1207:
---------------------------------------------

I don't think to add two new fields in addMavenTwoProject is the best way because if user want to set a specific goal for the project he's adding, he can do it in build definitions screens
I think this issue is to change the default "clean install" to something else (maybe arguments too), so in this case, it would be better to allow to configure it in application.xml (and to document it ;) )

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 1.1-beta-3
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1207:
------------------------------------

    Patch Submitted: [Yes]

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 1.1-beta-3
>
>         Attachments: CONTINUUM-1207
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1207:
------------------------------------

    Attachment: CONTINUUM-1207

here the patch. Works with uncomment component ConfigurationService in application.xml (goals and arguments are configurable)
And an entry in the faq :-)

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 1.1-beta-3
>
>         Attachments: CONTINUUM-1207
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1207:
------------------------------------

         Assignee: Olivier Lamy
    Fix Version/s:     (was: Future)
                   1.1-beta-3

With adding two textfield in addMavenTwoProject :
- goals (with predefined value : clean install)
- arguments (with predefined value : --batch-mode --non-recursive)

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 1.1-beta-3
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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] Closed: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-1207.
---------------------------------------

    Resolution: Fixed

Applied. I added default conf for maven1 and Ant projects too

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1-alpha-1
>            Reporter: thierry lach
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 1.1-beta-3
>
>         Attachments: CONTINUUM-1207
>
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

-- 
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: (CONTINUUM-1207) Need to be able to define default build definition used when adding new project

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89476 ] 

Wendy Smoak commented on CONTINUUM-1207:
----------------------------------------

Related thread... http://www.nabble.com/Changing-the-goal-of-a-project-t3306596s177.html

> Need to be able to define default build definition used when adding new project
> -------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1207
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1207
>             Project: Continuum
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: thierry lach
>            Priority: Minor
>
> The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java, it should be configurable.

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