You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2010/05/25 04:39:12 UTC

[jira] Created: (MANTRUN-139) There is a problem with the site plugin preventing proper site documentation

There is a problem with the site plugin preventing proper site documentation
----------------------------------------------------------------------------

                 Key: MANTRUN-139
                 URL: http://jira.codehaus.org/browse/MANTRUN-139
             Project: Maven 2.x Antrun Plugin
          Issue Type: Bug
            Reporter: Paul Gier
            Priority: Minor


The site plugin currently fails when trying to parse an example Ant property.

{noformat}
------
<echo message="Dependency JAR Path: ${org.apache:common-util:jar}"/> 
------
{noformat}

To temporarily fix this I put a space between "$" and "{".

-- 
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-139) There is a problem with the site plugin preventing proper site documentation

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

Benjamin Bentmann closed MANTRUN-139.
-------------------------------------

    Resolution: Fixed
      Assignee: Benjamin Bentmann

Fixed in [r947964|http://svn.apache.org/viewvc?view=revision&revision=947964], cf. [Escaping Invalid VTL References|http://velocity.apache.org/engine/devel/user-guide.html#escapinginvalidvtlreferences] in the Velocity guide.

> There is a problem with the site plugin preventing proper site documentation
> ----------------------------------------------------------------------------
>
>                 Key: MANTRUN-139
>                 URL: http://jira.codehaus.org/browse/MANTRUN-139
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>            Reporter: Paul Gier
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>
> The site plugin currently fails when trying to parse an example Ant property.
> {noformat}
> ------
> <echo message="Dependency JAR Path: ${org.apache:common-util:jar}"/> 
> ------
> {noformat}
> To temporarily fix this I put a space between "$" and "{".

-- 
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-139) There is a problem with the site plugin preventing proper site documentation

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

Paul Gier updated MANTRUN-139:
------------------------------

    Fix Version/s: 1.4

> There is a problem with the site plugin preventing proper site documentation
> ----------------------------------------------------------------------------
>
>                 Key: MANTRUN-139
>                 URL: http://jira.codehaus.org/browse/MANTRUN-139
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>            Reporter: Paul Gier
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 1.4
>
>
> The site plugin currently fails when trying to parse an example Ant property.
> {noformat}
> ------
> <echo message="Dependency JAR Path: ${org.apache:common-util:jar}"/> 
> ------
> {noformat}
> To temporarily fix this I put a space between "$" and "{".

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