You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Alex Roytman (JIRA)" <de...@velocity.apache.org> on 2008/11/15 23:37:45 UTC

[jira] Created: (VELOCITY-643) when escaping directive escape character is emitted as well

when escaping directive escape character is emitted as well
-----------------------------------------------------------

                 Key: VELOCITY-643
                 URL: https://issues.apache.org/jira/browse/VELOCITY-643
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.6-beta1
            Reporter: Alex Roytman


Following line in template 

  * @see PersistenceManager\#getObjectById(Object, boolean)

emitted as 

   * @see PersistenceManager\#getObjectById(Object, boolean)

Since It happens in both 1.6-beta1 and beta2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (VELOCITY-643) when escaping directive escape character is emitted as well

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647921#action_12647921 ] 

Nathan Bubna commented on VELOCITY-643:
---------------------------------------

Do you actually have a directive or macro called getObjectById?  If not, then you should just do:

@see PersistenceManager#getObjectById(Object, boolean) 

and it will render just like that.

Escaping with \ is only for actual directives and macros, not for general # characters.  Read:

http://velocity.apache.org/engine/devel/user-guide.html#Getting_literal

> when escaping directive escape character is emitted as well
> -----------------------------------------------------------
>
>                 Key: VELOCITY-643
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-643
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6-beta1
>            Reporter: Alex Roytman
>
> Following line in template 
>   * @see PersistenceManager\#getObjectById(Object, boolean)
> emitted as 
>    * @see PersistenceManager\#getObjectById(Object, boolean)
> Since It happens in both 1.6-beta1 and beta2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (VELOCITY-643) when escaping directive escape character is emitted as well

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Bubna resolved VELOCITY-643.
-----------------------------------

    Resolution: Invalid

It looks like this was a misunderstanding of the docs.  Please respond and/or re-open if you are still experiencing problems with this.

> when escaping directive escape character is emitted as well
> -----------------------------------------------------------
>
>                 Key: VELOCITY-643
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-643
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6-beta1
>            Reporter: Alex Roytman
>
> Following line in template 
>   * @see PersistenceManager\#getObjectById(Object, boolean)
> emitted as 
>    * @see PersistenceManager\#getObjectById(Object, boolean)
> Since It happens in both 1.6-beta1 and beta2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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