You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Ryan Sonnek (JIRA)" <ji...@codehaus.org> on 2005/06/02 22:54:21 UTC

[jira] Created: (CONTINUUM-176) adding parent pom create duplicate continuum projects for all children

adding parent pom create duplicate continuum projects for all children
----------------------------------------------------------------------

         Key: CONTINUUM-176
         URL: http://jira.codehaus.org/browse/CONTINUUM-176
     Project: Continuum
        Type: Bug
    Versions: 1.0-alpha-2    
    Reporter: Ryan Sonnek


adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.

the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.

try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]
     
Emmanuel Venisse closed CONTINUUM-176:
--------------------------------------

     Assign To: Emmanuel Venisse  (was: Trygve Laugstol)
    Resolution: Fixed

Done.

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0-beta-2

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

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


Re: [jira] Closed: (CONTINUUM-176) adding parent pom create duplicate continuum projects for all children

Posted by Jason van Zyl <ja...@maven.org>.
On Thu, 2005-06-02 at 16:40 -0500, Jason van Zyl (JIRA) wrote:
>      [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]
>      
> Jason van Zyl closed CONTINUUM-176:
> -----------------------------------
> 
>     Resolution: Fixed
> 
> This is more an issue with m2 but you must put a slash on the end of you developerConnection like this:
> 
> scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:shard/
> 
> Which indicates to the inheritance assembly mechanism in m2 that the path should be constructed for children inheriting the element. I know it's confusing, we'll try to fix that.

Actually we just fixed this in m2 so that the inheritance is implicit.
So for now you'll need to use the slash but will be fixed in the next
release of m2.

> > adding parent pom create duplicate continuum projects for all children
> > ----------------------------------------------------------------------
> >
> >          Key: CONTINUUM-176
> >          URL: http://jira.codehaus.org/browse/CONTINUUM-176
> >      Project: Continuum
> >         Type: Bug
> >     Versions: 1.0-alpha-2
> >     Reporter: Ryan Sonnek
> 
> >
> >
> > adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> > the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> > try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

First, the taking in of scattered particulars under one Idea,
so that everyone understands what is being talked about ... Second,
the separation of the Idea into parts, by dividing it at the joints,
as nature directs, not breaking any limb in half as a bad carver might.

  -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander)


[jira] Closed: (CONTINUUM-176) adding parent pom create duplicate continuum projects for all children

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]
     
Jason van Zyl closed CONTINUUM-176:
-----------------------------------

    Resolution: Fixed

This is more an issue with m2 but you must put a slash on the end of you developerConnection like this:

scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:shard/

Which indicates to the inheritance assembly mechanism in m2 that the path should be constructed for children inheriting the element. I know it's confusing, we'll try to fix that.

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Ryan Sonnek (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]
     
Ryan Sonnek reopened CONTINUUM-176:
-----------------------------------


Thanks, this worked, but now when I add the parent POM to continuum, ONLY the child projects are added.  This is an issue because if the parent POM is changed, the child projects won't know about the change and they will be built incorrectly.

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]

Brett Porter updated CONTINUUM-176:
-----------------------------------

    Fix Version:     (was: 1.0-beta-1)
                 1.0-beta-2

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek
>     Assignee: Trygve Laugstol
>      Fix For: 1.0-beta-2

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]

Brett Porter updated CONTINUUM-176:
-----------------------------------

    Fix Version:     (was: 1.0-alpha-4)
                 1.0-beta-1

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek
>     Assignee: Trygve Laugstol
>      Fix For: 1.0-beta-1

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]

Jason van Zyl updated CONTINUUM-176:
------------------------------------

      Assign To: Trygve Laugstol
    Description: 
adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.

the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.

try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

  was:
adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.

the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.

try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

    Environment: 

Trygve, can you verify this is all good now.

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek
>     Assignee: Trygve Laugstol
>      Fix For: 1.0-beta-1

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

-- 
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-176) adding parent pom create duplicate continuum projects for all children

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-176?page=all ]

Jason van Zyl updated CONTINUUM-176:
------------------------------------

    Fix Version: 1.0-beta-1

> adding parent pom create duplicate continuum projects for all children
> ----------------------------------------------------------------------
>
>          Key: CONTINUUM-176
>          URL: http://jira.codehaus.org/browse/CONTINUUM-176
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-alpha-2
>     Reporter: Ryan Sonnek
>      Fix For: 1.0-beta-1

>
>
> adding my parent maven2 project to continuum creates a continuum project for each of my subprojects.  the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
> the build process for each of the subproject's is the same as well.  they don't actually just build the subproject.  continuum builds the entire project.
> try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.

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