Since a FAQ does not exist then I hope someone can answer my question:
With regard to including files for the javac taskdef to process what is the difference between these two constructs:
<javac srcdir="${src.dir}"
destdir="${build.classes}"
includes="**/*.java"/>
and
<javac srcdir="${src.dir}"
destdir="${build.classes}">
<include name="**/*.java"/>
</javac>
Thanks,
Michael
Jason Sando wrote:
The address should be "jakarta.apache.org", NOT "jakarta-apache.org" (dot
instead of dash). That goes for the FAQ, the INFO, etc. However, I tried
them all yesterday and there is no FAQ or INFO.
