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]>

Reply via email to