You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org> on 2006/06/28 04:56:29 UTC

[jira] Created: (GERONIMO-2157) Build trunk from top down with one command

Build trunk from top down with one command
------------------------------------------

         Key: GERONIMO-2157
         URL: http://issues.apache.org/jira/browse/GERONIMO-2157
     Project: Geronimo
        Type: Sub-task
    Security: public (Regular issues) 
  Components: buildsystem  
    Versions: 1.2    
    Reporter: Prasad Kashyap
     Fix For: 1.2
 Attachments: relativePath.patch

example pom excerpt

<project>
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.apache.geronimo.modules</groupId>
        <artifactId>modules-parent</artifactId>
        <version>1.2-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>geronimo-activation</artifactId>
    <name>Geronimo :: Activation</name>
    <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418259 ] 

Prasad Kashyap commented on GERONIMO-2157:
------------------------------------------

Jason, yes. I'd like for you to apply it. I can't apply it.

Anita, are you saying that I can remove the <version> under <parent> as well ? Hmm.. maybe I should tried that out too. Maybe we can easily introduce that change in the patch itself. Can we Jason ?

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Anita Kulshreshtha (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418252 ] 

Anita Kulshreshtha commented on GERONIMO-2157:
----------------------------------------------

<version> is not needed anyway. Some poms do not use it. See geronimo-packaging-plugin/pom.xml and configs/client-deployer/pom.xml.
+ 1 to removing <version>
     What does relativePath do? Will it help remove the 'mvn -N install' step at the top level?

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418156 ] 

Jason Dillon commented on GERONIMO-2157:
----------------------------------------

+1

Please apply.


> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Prasad Kashyap
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=all ]
     
Jason Dillon resolved GERONIMO-2157:
------------------------------------

    Resolution: Fixed

Applied, #417903 and #417902

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=all ]

Prasad Kashyap updated GERONIMO-2157:
-------------------------------------

    Attachment: relativePath.patch

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Prasad Kashyap
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=all ]

Prasad Kashyap reassigned GERONIMO-2157:
----------------------------------------

    Assign To: Jason Dillon  (was: Prasad Kashyap)

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418268 ] 

Prasad Kashyap commented on GERONIMO-2157:
------------------------------------------

Yes. I checked out just the activation module and built it successfuly. I had ofcourse the modules-parent and geronimo-parent in my local repo. We definitely need to have this in some repo (local or remote)  for this standalone module build to work.

Anita, the <version> element under <parent> cannot be removed.  It is a required element. If you meant the <version> for that current project, then I have already removed it. The patch takes care of that.

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=all ]

Prasad Kashyap reassigned GERONIMO-2157:
----------------------------------------

    Assign To: Prasad Kashyap

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Prasad Kashyap
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418263 ] 

David Jencks commented on GERONIMO-2157:
----------------------------------------

Is this going to make it impossible to check out a single module and build it, requiring instead that you check out the entire geronimo tree in order to build?  If so, are we all really sure this is desirable?  The total lines of code appear to be the same before and after this patch.

For instance, I believe the continuum setup checks out modules, applications, and configs (at least) separately from the main project.  Would this break?

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2157) Build trunk from top down with one command

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418160 ] 

Jason Dillon commented on GERONIMO-2157:
----------------------------------------

Does this mean you want me to apply it?

> Build trunk from top down with one command
> ------------------------------------------
>
>          Key: GERONIMO-2157
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2157
>      Project: Geronimo
>         Type: Sub-task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.2
>     Reporter: Prasad Kashyap
>     Assignee: Jason Dillon
>      Fix For: 1.2
>  Attachments: relativePath.patch
>
> example pom excerpt
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>modules-parent</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>geronimo-activation</artifactId>
>     <name>Geronimo :: Activation</name>
>     <description>Geronimo Activation implements Content Handlers for use in conjuction with the Java Activation Framework.</description>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira