oops! my mistake..

Thanks
Anita

--- "John Sisson (JIRA)" <dev@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 

Reply via email to