Can't it work because commons-lang is a maven core dependency ?


Extranet
[EMAIL PROTECTED] - 12/05/2004 14:38


Veuillez r�pondre � [EMAIL PROTECTED]
Pour : dev

cc :


Objet :     Other problem with XDoc


Searching for the MPXDOC-92 I saw that in plugin.jelly we have :

    <!--
     | escapes a string for generating a valid name token (need for "name"
     attribute in html anchors)
     | @value given token
    -->
     <define:tag name="escapeNameToken">
     <j:invokeStatic var="escapedtoken" className
     ="org.apache.commons.lang.StringUtils" method="replaceChars">
        <j:arg type="java.lang.String" value="${value}"
        useContextClassLoader="true"/>
        <j:arg type="java.lang.String" value=" .,;!?/'\()[]{}+*°"
        useContextClassLoader="true"/>
        <j:arg type="java.lang.String" value="__________________"
        useContextClassLoader="true"/>
     </j:invokeStatic>${escapedtoken}</define:tag>

  </define:taglib>

But we don't have the commons-lang in the xdoc dependencies.

It's magic because it works.

Arnaud

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]










This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to