----- Original Message -----
From: "Seetharam Samptur" <ssamptur@gadzoox.com>
To: <ant-user@jakarta.apache.org>
Sent: Tuesday, February 20, 2001 8:44 PM
Subject: rmic options
> Hi All,
> I'm new to Ant and I'm having a problem using rmic task. I want to
> specify options to the rmic command. The option I want to use is the
"iiop"
> option to use iiop instead of jrmp.
>
> I'm getting the following error:
> D:\build.xml:16: Class org.apache.tools.ant.taskdefs.Rmic doesn't
> support the "options" attribute
>
You will need to download and use Ant 1.3 beta. There you can use
'iiop="true"'. In Ant 1.2 it's not possible.
Nico
|