You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Bryan Galligan <bG...@drkoop.com> on 2000/03/22 22:24:47 UTC

compilation

i am new to ant so be patient.  i am trying to compile a directory
consisting of java files and subfolders with java files in them as well, but
when i use the javac srcdir="${base}" it does not compile all the files in
the subfolders of base.  is there a way to do this?