On Mon, 23 Jan 2006, Marc Collin <[EMAIL PROTECTED]> wrote: > i search a way to do: > > exec rmiregistry.exe if windows > else exec rmiregistry
you'd probably want rmiregistry on OS/2 or OpenVMS as well if you are ever going to run Ant there. <property environment="env"/> <condition property="rmiregistry" value="rmiregistry.exe"> <or> <available file="rmiregistry.exe" filepath="${env.PATH}"/> <available file="rmiregistry.exe" filepath="${env.Path}"/> </or> </condition> <property name="rmiregistry" value="rmiregistry"/> <exec executable="${rmiregistry}" .../> Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]