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 ".".

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.




Reply via email to