You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "bruce weertman (JIRA)" <ji...@codehaus.org> on 2009/05/01 00:40:44 UTC

[jira] Created: (MNGSITE-84) mistake in antrun docs: refid="maven.dependency....

mistake in antrun docs: refid="maven.dependency....
---------------------------------------------------

                 Key: MNGSITE-84
                 URL: http://jira.codehaus.org/browse/MNGSITE-84
             Project: Maven 2 Project Web Site
          Issue Type: Bug
            Reporter: bruce weertman


Hope I'm posting this to the right place!

On the bottom of the web page:
http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html

You'll see:
<property name="mvn.dependency.jar" refid="maven.dependency.my.group.id:my.artifact.id:classifier:jar.path"/>

This is wrong !

should say:
<property name="mvn.dependency.jar" value="${maven.dependency.my.group.id.my.artifact.id.classifier.jar.path}"/>

I figured this out by looking at  AntPropertyHelper.java line 87 which can be found in
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3-sources.jar


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

        

[jira] Moved: (MANTRUN-110) mistake in antrun docs: refid="maven.dependency....

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MNGSITE-84 to MANTRUN-110:
---------------------------------------------

        Key: MANTRUN-110  (was: MNGSITE-84)
    Project: Maven 2.x Antrun Plugin  (was: Maven 2 Project Web Site)

> mistake in antrun docs: refid="maven.dependency....
> ---------------------------------------------------
>
>                 Key: MANTRUN-110
>                 URL: http://jira.codehaus.org/browse/MANTRUN-110
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>            Reporter: bruce weertman
>
> Hope I'm posting this to the right place!
> On the bottom of the web page:
> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
> You'll see:
> <property name="mvn.dependency.jar" refid="maven.dependency.my.group.id:my.artifact.id:classifier:jar.path"/>
> This is wrong !
> should say:
> <property name="mvn.dependency.jar" value="${maven.dependency.my.group.id.my.artifact.id.classifier.jar.path}"/>
> I figured this out by looking at  AntPropertyHelper.java line 87 which can be found in
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3-sources.jar

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

        

[jira] Commented: (MANTRUN-110) mistake in antrun docs: refid="maven.dependency....

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176037#action_176037 ] 

Carlos Sanchez commented on MANTRUN-110:
----------------------------------------

Agreed, the format in the docs is wrong

http://maven.apache.org/plugins/maven-antrun-plugin/xref/org/apache/maven/plugin/antrun/AntPropertyHelper.html#87

> mistake in antrun docs: refid="maven.dependency....
> ---------------------------------------------------
>
>                 Key: MANTRUN-110
>                 URL: http://jira.codehaus.org/browse/MANTRUN-110
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>            Reporter: bruce weertman
>
> Hope I'm posting this to the right place!
> On the bottom of the web page:
> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
> You'll see:
> <property name="mvn.dependency.jar" refid="maven.dependency.my.group.id:my.artifact.id:classifier:jar.path"/>
> This is wrong !
> should say:
> <property name="mvn.dependency.jar" value="${maven.dependency.my.group.id.my.artifact.id.classifier.jar.path}"/>
> I figured this out by looking at  AntPropertyHelper.java line 87 which can be found in
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3-sources.jar

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

        

[jira] Closed: (MANTRUN-110) mistake in antrun docs: refid="maven.dependency....

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MANTRUN-110.
-----------------------------

    Resolution: Fixed

Fixed in [r789366|http://svn.apache.org/viewvc?view=rev&revision=789366]

> mistake in antrun docs: refid="maven.dependency....
> ---------------------------------------------------
>
>                 Key: MANTRUN-110
>                 URL: http://jira.codehaus.org/browse/MANTRUN-110
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Improvement
>            Reporter: bruce weertman
>            Assignee: Paul Gier
>             Fix For: 1.4
>
>
> Hope I'm posting this to the right place!
> On the bottom of the web page:
> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
> You'll see:
> <property name="mvn.dependency.jar" refid="maven.dependency.my.group.id:my.artifact.id:classifier:jar.path"/>
> This is wrong !
> should say:
> <property name="mvn.dependency.jar" value="${maven.dependency.my.group.id.my.artifact.id.classifier.jar.path}"/>
> I figured this out by looking at  AntPropertyHelper.java line 87 which can be found in
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3-sources.jar

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

        

[jira] Updated: (MANTRUN-110) mistake in antrun docs: refid="maven.dependency....

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MANTRUN-110:
------------------------------

         Assignee: Paul Gier
    Fix Version/s: 1.4
       Issue Type: Improvement  (was: Bug)

> mistake in antrun docs: refid="maven.dependency....
> ---------------------------------------------------
>
>                 Key: MANTRUN-110
>                 URL: http://jira.codehaus.org/browse/MANTRUN-110
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Improvement
>            Reporter: bruce weertman
>            Assignee: Paul Gier
>             Fix For: 1.4
>
>
> Hope I'm posting this to the right place!
> On the bottom of the web page:
> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
> You'll see:
> <property name="mvn.dependency.jar" refid="maven.dependency.my.group.id:my.artifact.id:classifier:jar.path"/>
> This is wrong !
> should say:
> <property name="mvn.dependency.jar" value="${maven.dependency.my.group.id.my.artifact.id.classifier.jar.path}"/>
> I figured this out by looking at  AntPropertyHelper.java line 87 which can be found in
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3-sources.jar

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