I think you have to do it like this
<javac ...>
    <fileset refid="src"/>
</javac>

Laurie Harper wrote:

>The documentation for the 'javac' task says it accepts all attributes
>supported by 'fileset'. So I tried this:
>
>  <fileset id="src" dir="java">
>    <include name="*.jar"/>
>  </fileset>
>
>  <javac refid="src" destdir="classes"/>
>
>But I got an error that the 'javac' task doesn't support the 'refid'
>attribute. Is there any way to tell the 'javac' task to operate on the
>contents of a 'fileset'? I'd like to avoid maintaining a set of
>'include's/'exclude's in two places.
>
>L.
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>  
>

-- 
Frank Schr�der  <[EMAIL PROTECTED]>

    Webraska Engineering Germany
          www.webraska.com



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to