You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Patrick Waugh <pt...@gmail.com> on 2008/11/22 18:23:35 UTC

rapc problem

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

It all works till I add that.

What am I doing wrong?????

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: rapc problem

Posted by Patrick Waugh <pt...@gmail.com>.
OMG, I'm so stuipd!  I even checked that but didn't see it.  Think I
need new glasses!

Thanks!

Patrick


On Sat, Nov 22, 2008 at 11:30 AM, Gilbert Rebhan <an...@schillbaer.de> wrote:
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: rapc problem

Posted by Gilbert Rebhan <an...@schillbaer.de>.
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