Hello,

I'd like to pass a parameter from my ant build.xml file to a xdt file in order to create a condition depending on this parameter.

Do you know a simple way to do that ?

For exemple I've got the task <entitycmp/> I'd like to pass it an argument and in the corresponding entity-body.xdt file make some stuff like :
<<
<XDT:ifParameter="myParam">
   <XDT:if <XDT:getValueFrom="myParam"> then
       bla bla bla
   </XDT>
   <XDT:else>
   blublu
   </XDT>
</XDT>
>>

Regards,
mondes engloutis.


Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Demandez à ceux qui savent sur Yahoo! Questions/Réponses.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to