You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by KB Sriram <kb...@skytalk.com> on 1999/11/30 00:35:08 UTC

[PATCH] ant/Project.java: check for circular dependencies, missing dependent targets

Like to propose this patch for ant, it adds two features:

1. Checks for circular dependencies.
2. Checks for missing dependent targets.

-kb-