<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Thanks for the info! Whoever maintains the mailing list program should
check it then. When I first signed up with the ant-dev mailing list it
notified me of a number of sites and it used the "-" instead of the ".".
<p>Since a FAQ does not exist then I hope someone can answer my question:
<p>With regard to including files for the javac taskdef to process what
is the difference between these two constructs:
<pre> <javac srcdir="${src.dir}"
destdir="${build.classes}"
includes="**/*.java"/></pre>
and
<pre> <javac srcdir="${src.dir}"
destdir="${build.classes}">
<include name="**/*.java"/>
</javac></pre>
Thanks,
<br>Michael
<br>
<p>Jason Sando wrote:
<blockquote TYPE=CITE>The address should be "jakarta.apache.org", NOT "jakarta-apache.org"
(dot
<br>instead of dash). That goes for the FAQ, the INFO, etc.
However, I tried
<br>them all yesterday and there is no FAQ or INFO.</blockquote>
</html>
|