----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 11:18 PM
Subject: Re: using other compilers
>
> This still does not work, any other ideas on how to get a idl compiler to
> work from ant?
> I am now trying:
>
> <target name="idl">
> <exec executable="idl2java.exe">
> <arg line="
>
${cm.root.dir}/CMDNA/Version/Source/Dna/Sis/com/i2/cm/dna/sis/admin/Admin.id
l"
>
> />
> </exec>
> </target>
>
> ?
And you have no problem executing this from the command-line? I.e. you have
idl2java.exe on your search-path?
Nico