You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Johannes Brodwall (JIRA)" <ji...@codehaus.org> on 2006/01/14 23:25:01 UTC

[jira] Created: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
---------------------------------------------------------------------------

         Key: MEV-296
         URL: http://jira.codehaus.org/browse/MEV-296
     Project: Maven Evangelism
        Type: Bug

  Components: Invalid POM  
    Reporter: Johannes Brodwall


The version numbers for dependencies are wrong. For example:

    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>${commons_collections_version}</version>
    </dependency>

When I substituted values from activemq-3.2.pom I got it to work.

That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-296?page=all ]

Edwin Punzalan updated MEV-296:
-------------------------------

    Attachment: MEV-296-activemq.patch

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>     Assignee: Edwin Punzalan
>  Attachments: MEV-296-activemq.patch, activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Robert Newson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-296?page=comments#action_58987 ] 

Robert Newson commented on MEV-296:
-----------------------------------

A similiar issue happens with the milestone release of activemq 4.0. Having spoken with an activemq developer it seems unlikely that they will fix this for the 4.0 release without assistance.

I agree that the list of optional dependencies is staggering. In order to actually use activemq 4.0, you only need four jars.

I'm attaching my local versions of the POM's that I'm successfully using to pull a working set of amq 4 jars.

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>     Assignee: Carlos Sanchez
>  Attachments: MEV-296-activemq.patch, activeio-2.1-local.pom, activemq-4.0-M4-local.pom, activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Robert Newson (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-296?page=all ]

Robert Newson updated MEV-296:
------------------------------

    Attachment: activemq-4.0-M4-local.pom

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>     Assignee: Carlos Sanchez
>  Attachments: MEV-296-activemq.patch, activeio-2.1-local.pom, activemq-4.0-M4-local.pom, activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Robert Newson (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-296?page=all ]

Robert Newson updated MEV-296:
------------------------------

    Attachment: activeio-2.1-local.pom

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>     Assignee: Carlos Sanchez
>  Attachments: MEV-296-activemq.patch, activeio-2.1-local.pom, activemq-4.0-M4-local.pom, activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Johannes Brodwall (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-296?page=all ]

Johannes Brodwall updated MEV-296:
----------------------------------

    Attachment: activemq-core-3.2.1.pom

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>  Attachments: activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-296) Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-296?page=comments#action_59029 ] 

Carlos Sanchez commented on MEV-296:
------------------------------------

ActiveMQ 4 will be built with m2, so it's a matter of time
http://jira.activemq.org/jira/browse/AMQ-582

> Activemq-core (and other activemq projects) 3.2.1 have unexpanded variables
> ---------------------------------------------------------------------------
>
>          Key: MEV-296
>          URL: http://jira.codehaus.org/browse/MEV-296
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Johannes Brodwall
>     Assignee: Carlos Sanchez
>  Attachments: MEV-296-activemq.patch, activeio-2.1-local.pom, activemq-4.0-M4-local.pom, activemq-core-3.2.1.pom
>
>
> The version numbers for dependencies are wrong. For example:
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>${commons_collections_version}</version>
>     </dependency>
> When I substituted values from activemq-3.2.pom I got it to work.
> That being said, the number of optional dependencies that are included as required in activemq is just staggering!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org