You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/02/01 03:40:33 UTC

[jira] Created: (GERONIMO-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

Use specific geronimo.assemble.xx properties in assembly project.xml files
--------------------------------------------------------------------------

         Key: GERONIMO-1564
         URL: http://issues.apache.org/jira/browse/GERONIMO-1564
     Project: Geronimo
        Type: Bug
  Components: buildsystem  
    Versions: 1.0    
    Reporter: John Sisson
 Assigned to: John Sisson 
     Fix For: 1.1


Currently it is not possible to specify more than one geronimo.assemble property values for a dependency.  E.G. the following does not work:

         <dependency>
             <groupId>geronimo</groupId>
             <version>${geronimo_spec_qname_version}</version>
             <properties>
                 <geronimo.assemble>library</geronimo.assemble>
                 <geronimo.assemble>repository</geronimo.assemble>
             </properties>
         </dependency> 

We need to change the assembly plugin (and assembly project.xml files) to use specific property names so that the following is possible:

         <dependency>
             <groupId>geronimo</groupId>
             <version>${geronimo_spec_qname_version}</version>
             <properties>
                 <geronimo.assemble.library>true</geronimo.assemble.library>
                 <geronimo.assemble.repository>true</geronimo.assemble.repository>
             </properties>
         </dependency> 

Here are the proposed changes:

<geronimo.assemble>endorsed</geronimo.assemble>
to:
<geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>

<geronimo.assemble>extension</geronimo.assemble>
to:
<geronimo.assemble.extension>true</geronimo.assemble.extension>

<geronimo.assemble>install</geronimo.assemble>
to:
<geronimo.assemble.install>true</geronimo.assemble.install>

<geronimo.assemble>library</geronimo.assemble>
to:
<geronimo.assemble.library>true</geronimo.assemble.library>

<geronimo.assemble>repository</geronimo.assemble>
to:
<geronimo.assemble.repository>true</geronimo.assemble.repository>

<geronimo.assemble>unpack</geronimo.assemble>
to:
<geronimo.assemble.unpack>true</geronimo.assemble.unpack>


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


Re: [jira] Reopened: (GERONIMO-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

Posted by anita kulshreshtha <a_...@yahoo.com>.
   oops! my mistake..

Thanks
Anita

--- "John Sisson (JIRA)" <de...@geronimo.apache.org> wrote:

>      [ http://issues.apache.org/jira/browse/GERONIMO-1564?page=all ]
>      
> John Sisson reopened GERONIMO-1564:
> -----------------------------------
> 
> 
> This has been reopened as the proposed changes in the description
> have not been made and are not in 1.1.
> 
> 
> 
> > Use specific geronimo.assemble.xx properties in assembly
> project.xml files
> >
>
--------------------------------------------------------------------------
> >
> >          Key: GERONIMO-1564
> >          URL: http://issues.apache.org/jira/browse/GERONIMO-1564
> >      Project: Geronimo
> >         Type: Bug
> >     Security: public(Regular issues) 
> >   Components: buildsystem
> >     Versions: 1.0, 1.1
> >     Reporter: John Sisson
> >     Assignee: John Sisson
> >      Fix For: 1.2
> 
> >
> > Currently it is not possible to specify more than one
> geronimo.assemble property values for a dependency.  E.G. the
> following does not work:
> >          <dependency>
> >              <groupId>geronimo</groupId>
> >              <version>${geronimo_spec_qname_version}</version>
> >              <properties>
> >                  <geronimo.assemble>library</geronimo.assemble>
> >                  <geronimo.assemble>repository</geronimo.assemble>
> >              </properties>
> >          </dependency> 
> > We need to change the assembly plugin (and assembly project.xml
> files) to use specific property names so that the following is
> possible:
> >          <dependency>
> >              <groupId>geronimo</groupId>
> >              <version>${geronimo_spec_qname_version}</version>
> >              <properties>
> >                 
> <geronimo.assemble.library>true</geronimo.assemble.library>
> >                 
> <geronimo.assemble.repository>true</geronimo.assemble.repository>
> >              </properties>
> >          </dependency> 
> > Here are the proposed changes:
> > <geronimo.assemble>endorsed</geronimo.assemble>
> > to:
> > <geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>
> > <geronimo.assemble>extension</geronimo.assemble>
> > to:
> > <geronimo.assemble.extension>true</geronimo.assemble.extension>
> > <geronimo.assemble>install</geronimo.assemble>
> > to:
> > <geronimo.assemble.install>true</geronimo.assemble.install>
> > <geronimo.assemble>library</geronimo.assemble>
> > to:
> > <geronimo.assemble.library>true</geronimo.assemble.library>
> > <geronimo.assemble>repository</geronimo.assemble>
> > to:
> > <geronimo.assemble.repository>true</geronimo.assemble.repository>
> > <geronimo.assemble>unpack</geronimo.assemble>
> > to:
> > <geronimo.assemble.unpack>true</geronimo.assemble.unpack>
> 
> -- 
> 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
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[jira] Reopened: (GERONIMO-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

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


This has been reopened as the proposed changes in the description have not been made and are not in 1.1.



> Use specific geronimo.assemble.xx properties in assembly project.xml files
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-1564
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1564
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.0, 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>      Fix For: 1.2

>
> Currently it is not possible to specify more than one geronimo.assemble property values for a dependency.  E.G. the following does not work:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble>library</geronimo.assemble>
>                  <geronimo.assemble>repository</geronimo.assemble>
>              </properties>
>          </dependency> 
> We need to change the assembly plugin (and assembly project.xml files) to use specific property names so that the following is possible:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble.library>true</geronimo.assemble.library>
>                  <geronimo.assemble.repository>true</geronimo.assemble.repository>
>              </properties>
>          </dependency> 
> Here are the proposed changes:
> <geronimo.assemble>endorsed</geronimo.assemble>
> to:
> <geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>
> <geronimo.assemble>extension</geronimo.assemble>
> to:
> <geronimo.assemble.extension>true</geronimo.assemble.extension>
> <geronimo.assemble>install</geronimo.assemble>
> to:
> <geronimo.assemble.install>true</geronimo.assemble.install>
> <geronimo.assemble>library</geronimo.assemble>
> to:
> <geronimo.assemble.library>true</geronimo.assemble.library>
> <geronimo.assemble>repository</geronimo.assemble>
> to:
> <geronimo.assemble.repository>true</geronimo.assemble.repository>
> <geronimo.assemble>unpack</geronimo.assemble>
> to:
> <geronimo.assemble.unpack>true</geronimo.assemble.unpack>

-- 
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-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

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

John Sisson updated GERONIMO-1564:
----------------------------------

    Fix Version: 1.2
                     (was: 1.1)
        Version: 1.1

> Use specific geronimo.assemble.xx properties in assembly project.xml files
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-1564
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1564
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.0, 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>      Fix For: 1.2

>
> Currently it is not possible to specify more than one geronimo.assemble property values for a dependency.  E.G. the following does not work:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble>library</geronimo.assemble>
>                  <geronimo.assemble>repository</geronimo.assemble>
>              </properties>
>          </dependency> 
> We need to change the assembly plugin (and assembly project.xml files) to use specific property names so that the following is possible:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble.library>true</geronimo.assemble.library>
>                  <geronimo.assemble.repository>true</geronimo.assemble.repository>
>              </properties>
>          </dependency> 
> Here are the proposed changes:
> <geronimo.assemble>endorsed</geronimo.assemble>
> to:
> <geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>
> <geronimo.assemble>extension</geronimo.assemble>
> to:
> <geronimo.assemble.extension>true</geronimo.assemble.extension>
> <geronimo.assemble>install</geronimo.assemble>
> to:
> <geronimo.assemble.install>true</geronimo.assemble.install>
> <geronimo.assemble>library</geronimo.assemble>
> to:
> <geronimo.assemble.library>true</geronimo.assemble.library>
> <geronimo.assemble>repository</geronimo.assemble>
> to:
> <geronimo.assemble.repository>true</geronimo.assemble.repository>
> <geronimo.assemble>unpack</geronimo.assemble>
> to:
> <geronimo.assemble.unpack>true</geronimo.assemble.unpack>

-- 
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-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

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

    Fix Version: 1.1
                     (was: 1.2)
     Resolution: Fixed

> Use specific geronimo.assemble.xx properties in assembly project.xml files
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-1564
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1564
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: John Sisson
>     Assignee: John Sisson
>      Fix For: 1.1

>
> Currently it is not possible to specify more than one geronimo.assemble property values for a dependency.  E.G. the following does not work:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble>library</geronimo.assemble>
>                  <geronimo.assemble>repository</geronimo.assemble>
>              </properties>
>          </dependency> 
> We need to change the assembly plugin (and assembly project.xml files) to use specific property names so that the following is possible:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble.library>true</geronimo.assemble.library>
>                  <geronimo.assemble.repository>true</geronimo.assemble.repository>
>              </properties>
>          </dependency> 
> Here are the proposed changes:
> <geronimo.assemble>endorsed</geronimo.assemble>
> to:
> <geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>
> <geronimo.assemble>extension</geronimo.assemble>
> to:
> <geronimo.assemble.extension>true</geronimo.assemble.extension>
> <geronimo.assemble>install</geronimo.assemble>
> to:
> <geronimo.assemble.install>true</geronimo.assemble.install>
> <geronimo.assemble>library</geronimo.assemble>
> to:
> <geronimo.assemble.library>true</geronimo.assemble.library>
> <geronimo.assemble>repository</geronimo.assemble>
> to:
> <geronimo.assemble.repository>true</geronimo.assemble.repository>
> <geronimo.assemble>unpack</geronimo.assemble>
> to:
> <geronimo.assemble.unpack>true</geronimo.assemble.unpack>

-- 
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] Closed: (GERONIMO-1564) Use specific geronimo.assemble.xx properties in assembly project.xml files

Posted by "Matt Hogstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1564?page=all ]

Matt Hogstrom closed GERONIMO-1564.
-----------------------------------

    Resolution: Won't Fix

Improvements to the Maven 1 build are not likely.  Reopen if this is needed.

> Use specific geronimo.assemble.xx properties in assembly project.xml files
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-1564
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1564
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 1.0, 1.1
>            Reporter: John Sisson
>         Assigned To: John Sisson
>             Fix For: 1.2
>
>
> Currently it is not possible to specify more than one geronimo.assemble property values for a dependency.  E.G. the following does not work:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble>library</geronimo.assemble>
>                  <geronimo.assemble>repository</geronimo.assemble>
>              </properties>
>          </dependency> 
> We need to change the assembly plugin (and assembly project.xml files) to use specific property names so that the following is possible:
>          <dependency>
>              <groupId>geronimo</groupId>
>              <version>${geronimo_spec_qname_version}</version>
>              <properties>
>                  <geronimo.assemble.library>true</geronimo.assemble.library>
>                  <geronimo.assemble.repository>true</geronimo.assemble.repository>
>              </properties>
>          </dependency> 
> Here are the proposed changes:
> <geronimo.assemble>endorsed</geronimo.assemble>
> to:
> <geronimo.assemble.endorsed>true</geronimo.assemble.endorsed>
> <geronimo.assemble>extension</geronimo.assemble>
> to:
> <geronimo.assemble.extension>true</geronimo.assemble.extension>
> <geronimo.assemble>install</geronimo.assemble>
> to:
> <geronimo.assemble.install>true</geronimo.assemble.install>
> <geronimo.assemble>library</geronimo.assemble>
> to:
> <geronimo.assemble.library>true</geronimo.assemble.library>
> <geronimo.assemble>repository</geronimo.assemble>
> to:
> <geronimo.assemble.repository>true</geronimo.assemble.repository>
> <geronimo.assemble>unpack</geronimo.assemble>
> to:
> <geronimo.assemble.unpack>true</geronimo.assemble.unpack>

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