Patrick Waugh schrieb:
> Hi guys,
>
> I'm using this:
>
> <rapc quite="true" output="@{output}" srcdir="@{srcdir}" destdir="@{destdir}">
> <jdp file="@{jdp}">
> <entry file="@{entryfile}" />
> </jdp>
> <inside-rapc/>
> </rapc>
>
> and trying to add the quiet attribute, but get this:
>
> BUILD FAILED
> /home/patrick/repo/dib/common/build.xml:170: The following error
> occurred while executing this line:
> /home/patrick/repo/dib/common/build.xml:56: rapc doesn't support the
> "quite" attribute
seems like a typo, you meant quiet but wrote quite instead !?
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|