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/04/03 21:29:52 UTC

dependencies during compilation

i am having problems with a file depending on another file but the other
file depends on that file as well.  I am using two separate targets to
compile the two files and have tried every combination possible to get it to
compile and have had no luck.  previously i used a batch file and in it
compiled one and then the next and it seemed to work, but with ant there
seems to be problems.  anyone know of any ways around this.  thanks

bryan