You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Felipe Leme (JIRA)" <ji...@codehaus.org> on 2005/10/26 19:45:11 UTC

[jira] Created: (MPJAVADOC-62) maven.javadoc.customtags cannot handle dashes (-)

maven.javadoc.customtags cannot handle dashes (-)
-------------------------------------------------

         Key: MPJAVADOC-62
         URL: http://jira.codehaus.org/browse/MPJAVADOC-62
     Project: maven-javadoc-plugin
        Type: Bug
    Versions: 1.7    
 Reporter: Felipe Leme


Due to that famous JEXL limitation, if a custom tag has dashes, such tag will be ignored by the plugin. For instance, even if I set:

myTag.ejb.interface_method.enabled=false
myTag.ejb.interface_method.name=ejb.interface-method
myTag.ejb.interface_method.description=ejbdoclet tag
myTag.ejb.interface_method.scope=all

maven.javadoc.customtags=myTag.ejb.interface_method

I get:

    [javadoc] bla-bla-blaBean.java:241: warning - @ejb.interface-method is an unknown tag.


I think this issue has been fixed in most recent versions of commons-jexl; not sure how we can apply them to the plugin though (it might be necessary to fix it at the maven 1.x core level).




-- 
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: (MPJAVADOC-62) maven.javadoc.customtags cannot handle dashes (-)

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-62?page=all ]
     
Lukas Theussl closed MPJAVADOC-62:
----------------------------------

    Resolution: Won't Fix

Documented in properties.xml.

> maven.javadoc.customtags cannot handle dashes (-)
> -------------------------------------------------
>
>          Key: MPJAVADOC-62
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-62
>      Project: maven-javadoc-plugin
>         Type: Bug

>     Versions: 1.7
>     Reporter: Felipe Leme

>
>
> Due to that famous JEXL limitation, if a custom tag has dashes, such tag will be ignored by the plugin. For instance, even if I set:
> myTag.ejb.interface_method.enabled=false
> myTag.ejb.interface_method.name=ejb.interface-method
> myTag.ejb.interface_method.description=ejbdoclet tag
> myTag.ejb.interface_method.scope=all
> maven.javadoc.customtags=myTag.ejb.interface_method
> I get:
>     [javadoc] bla-bla-blaBean.java:241: warning - @ejb.interface-method is an unknown tag.
> I think this issue has been fixed in most recent versions of commons-jexl; not sure how we can apply them to the plugin though (it might be necessary to fix it at the maven 1.x core level).

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