You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jean-Paul GUIGUI (JIRA)" <ji...@codehaus.org> on 2008/10/31 05:41:51 UTC

[jira] Created: (CONTINUUM-1953) Buildefinitions not linked when creating a new project with a given build defintion template

Buildefinitions not linked when creating a new project with a given build defintion template
--------------------------------------------------------------------------------------------

                 Key: CONTINUUM-1953
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
             Project: Continuum
          Issue Type: Bug
          Components: Web - Configuration
    Affects Versions: 1.2
         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
            Reporter: Jean-Paul GUIGUI


When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.

It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.

I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.


-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak commented on CONTINUUM-1953:
----------------------------------------

Now when I test this, I do get the build defs from the template, but I *also* get the default build definition.

That shouldn't happen.  If I choose a particular template when adding a project, only the build defs associated with that template should be added.

I added another line to the Selenium IDE test to clarify this, and left it in the failing category.

Do you want to reopen this or handle it as a separate issue?

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak commented on CONTINUUM-1953:
----------------------------------------

You're right, it was an existing project group, and it picked up the default build def from the group plus the ones from the template I selected.

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Olivier Lamy closed CONTINUUM-1953.
-----------------------------------

    Resolution: Fixed

fix rev 726239 in branch 1.2.x
merge in trunk rev 726243.

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157888#action_157888 ] 

Olivier Lamy commented on CONTINUUM-1953:
-----------------------------------------

Jean-Paul are you adding project with upload file mode or download with http ?
Because in fact I have found an other issue with uploading pom mode.

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak commented on CONTINUUM-1953:
----------------------------------------

If it's not a regression and you don't see a quick fix for 1.2.3, then bumping it to a 1.3.x is fine with me.

(I'd prefer to get 1.2.3 out with the things that are already fixed, and I'm not committed to doing a 1.2.4 at this time.)

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157944#action_157944 ] 

Olivier Lamy commented on CONTINUUM-1953:
-----------------------------------------

Does it happened when you add the project to an existing project group (an empty project group) ?
I should say it's normal because when you create an empty project group the default m2 buiid def is associated to this new project group.
I have created a unit test in core (src/test/java/org/apache/maven/continuum/AddMaven2ProjectTest.java) which check four cases :
- adding a project with a template to an existing projectGroup
- adding a project without a template to an existing projectGroup
- adding a project with a template with auto projectGroup creation
- adding a project without a template  with auto projectGroup creation

comment added in the unit rev 726462.

IMHO We should add a new feature : creating project group with a build template 

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157612#action_157612 ] 

Olivier Lamy commented on CONTINUUM-1953:
-----------------------------------------

Ping.
I need more informations : do you add your project to an existing project Group or the project Group is created when you add the project ?
Thanks

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Jean-Paul GUIGUI (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157719#action_157719 ] 

Jean-Paul GUIGUI commented on CONTINUUM-1953:
---------------------------------------------

Thanks for your help Olivier.

Context:
 1. Continuum 1.1 was installed, and later migrated to version 1.2
 2. Problem is on version 1.2. I haven't tested next version.

How to reproduce the problem:
 1) Create a project group, without any build definition associated
 2) Create a build template with some build definition
 3) Add a new Maven2 project, by assigning the project to the given project group and use the given build template

Pb: the new project has no build definition associated.



> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak commented on CONTINUUM-1953:
----------------------------------------

I can't test this on trunk because on the Build Definition Template page, the arrows to move build defs from the 'available' to 'used' area are not working.

I did reproduce it on the 1.2 branch as mentioned on Oct 31 with the following Selenium IDE test:
http://svn.apache.org/repos/asf/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html


> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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] Assigned: (CONTINUUM-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Olivier Lamy reassigned CONTINUUM-1953:
---------------------------------------

    Assignee: Olivier Lamy

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Olivier Lamy closed CONTINUUM-1953.
-----------------------------------

    Resolution: Fixed

fix in 1.2.x branch rev [725845|http://svn.apache.org/viewvc?rev=725845&view=rev]
merge in trunk rev [725848|http://svn.apache.org/viewvc?rev=725848&view=rev]

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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] Reopened: (CONTINUUM-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Olivier Lamy reopened CONTINUUM-1953:
-------------------------------------


reopen as the fix breaks some units

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak commented on CONTINUUM-1953:
----------------------------------------

Added a Selenium IDE test on the 1.2.x branch in revision 709606.

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

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

Wendy Smoak updated CONTINUUM-1953:
-----------------------------------

    Fix Version/s: 1.2.3
          Summary: [regression] Build definitions not linked when creating a new project with a given build defintion template  (was: Buildefinitions not linked when creating a new project with a given build defintion template)

Confirmed in the 1.2.2 release candidate.

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157042#action_157042 ] 

Olivier Lamy commented on CONTINUUM-1953:
-----------------------------------------

You create a build def template, add a maven with this buid def template and cannot see a build def corresponding associated to your project.
Just tested with the branch and I can't see the issue.
Do I misunderstanding something ?

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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] Issue Comment Edited: (CONTINUUM-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157042#action_157042 ] 

Olivier Lamy edited comment on CONTINUUM-1953 at 12/5/08 4:44 PM:
------------------------------------------------------------------

You create a build def template, add a maven with this buid def template and cannot see a build def corresponding associated to your project.
Just tested with the branch and I can't see the issue.
Do I misunderstand something ?

      was (Author: olamy):
    You create a build def template, add a maven with this buid def template and cannot see a build def corresponding associated to your project.
Just tested with the branch and I can't see the issue.
Do I misunderstanding something ?
  
> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

-- 
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-1953) [regression] Build definitions not linked when creating a new project with a given build defintion template

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157887#action_157887 ] 

Olivier Lamy commented on CONTINUUM-1953:
-----------------------------------------

I have mode some tests with a 1.1 and comparing with the current 1.2.x branch :
- adding a project with a builf def template to an existing project group doesn't use the build def from template in both versions
- adding a project with a builf def template with automatic project group creation use the build def from template in both versions

It doesn't look to be a regression but more an issue or an improvment :P
So do we consider this as blocker to release a 1.2.3 ?

> [regression] Build definitions not linked when creating a new project with a given build defintion template
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1953
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1953
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - Configuration
>    Affects Versions: 1.2
>         Environment: Linux / Java 1.6.0_10 / mvn 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Olivier Lamy
>             Fix For: 1.2.3
>
>
> When adding a new Maven2 project with the Web interface, I'm associating the project with a given BuildDefinitionTemplate.
> The project is created but no build definition is associated to the project. I need to associate all the build definitions of the template manually to the project.
> It looks like the function AddMavenProjectAction.setBuildDefinitionTemplateId() is never called.
> I have migrated from Continuum 1.1 to 1.2 . It used to work in previous version.

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