Whilst waiting for the fix, I worked around the bug with the following
'dodgy hack'...

In maven.xml, add a xdoc:jelly-transform postGoal to replace the &
output with &
For example...

   <postGoal name="xdoc:jelly-transform">
       <ant:echo>Replacing &amp&amp; with &amp;</ant:echo>
       <ant:replace dir="target/docs" token="&amp&amp;" value="&amp;"/>
   </postGoal>

Cheers
Mark







[EMAIL PROTECTED] on 05/26/2004 02:09:38 AM

Please respond to "Maven Users List" <[EMAIL PROTECTED]>



To:    [EMAIL PROTECTED]
cc:

Subject:    Réf. : XDOC URLs and &


hello

is it the http://jira.codehaus.org/browse/MPXDOC-92 ??

if yes you are the third person today to ask about it

Julien



Extranet
[EMAIL PROTECTED] - 25/05/2004 17:56


Veuillez répondre à [EMAIL PROTECTED]
Pour : users

cc :


Objet :     XDOC URLs and &


I have some links in my xdocs that require two parameters.  If I just use
"&" in the url the build fails.  If I use "&amp;" that's what I get in the
URL and the URL doesn't work.  What am I doing wrong?

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







This email and any attachments is intended solely for the addressee.  It is
confidential, may contain personal information and may be subject to legal
professional privilege.  Unauthorised use is strictly prohibited and may be
unlawful. If you have received this by mistake, confidentiality and any
legal privilege are not waived or lost and we ask that you contact the
author  and delete and destroy this and any other copies.   In relation to
any legal use you may make of  the contents of this email, you must ensure
that you comply with the Privacy Act (Cth) 1988 and you should note that
the contents may be subject to copyright and therefore may not be
reproduced, communicated or adapted without the express consent of the
owner of the copyright.  Allianz will not be liable in connection with any
data corruption, interruption, delay, computer virus or unauthorised access
or amendment to the contents of this email.


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

Reply via email to