You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "david varnes (JIRA)" <ji...@codehaus.org> on 2005/06/20 00:51:52 UTC

[jira] Created: (MNG-492) Fix mmld taglib discovery strategy for Ant compatibility

Fix mmld taglib discovery strategy for Ant compatibility
--------------------------------------------------------

         Key: MNG-492
         URL: http://jira.codehaus.org/browse/MNG-492
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
    Versions: 2.0-alpha-2    
 Environment: linux / m2-alpha-2 / jdk1.5.0_03
    Reporter: david varnes



Quote from John Casey on dev list (20 Jun 05):

The short answer is that there is currently a bug in the m2 integration
of marmalade. Last night I figured out that the taglib discovery
strategy used for the Ant compatibility mode is not configured when m2
attempts to execute a marmalade-mojo. This means that the Ant
functionality will never be recognized.

I'm going to try to get a stop-gap fix in place for the next release of
m2 that will fix this shortcoming. Once that's done, you should be able to:

1. declare the ant namespace using <mojo xmlns:ant="ant:ant">

2. add a project dependency on:

    <dependency>
      <groupId>marmalade</groupId>
      <artifactId>marmalade-compat-ant</artifactId>
      <version>1.0-alpha-3</version>
    </dependency>



-- 
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] Closed: (MNG-492) Fix mmld taglib discovery strategy for Ant compatibility

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-492?page=all ]
     
John Casey closed MNG-492:
--------------------------

     Resolution: Fixed
    Fix Version: 2.0-alpha-3

> Fix mmld taglib discovery strategy for Ant compatibility
> --------------------------------------------------------
>
>          Key: MNG-492
>          URL: http://jira.codehaus.org/browse/MNG-492
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: linux / m2-alpha-2 / jdk1.5.0_03
>     Reporter: david varnes
>      Fix For: 2.0-alpha-3

>
>
> Quote from John Casey on dev list (20 Jun 05):
> The short answer is that there is currently a bug in the m2 integration
> of marmalade. Last night I figured out that the taglib discovery
> strategy used for the Ant compatibility mode is not configured when m2
> attempts to execute a marmalade-mojo. This means that the Ant
> functionality will never be recognized.
> I'm going to try to get a stop-gap fix in place for the next release of
> m2 that will fix this shortcoming. Once that's done, you should be able to:
> 1. declare the ant namespace using <mojo xmlns:ant="ant:ant">
> 2. add a project dependency on:
>     <dependency>
>       <groupId>marmalade</groupId>
>       <artifactId>marmalade-compat-ant</artifactId>
>       <version>1.0-alpha-3</version>
>     </dependency>

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