Browse Source

bit more detail on dependencies

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271505 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
9bfe594477
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/manual/OptionalTasks/depend.html

+ 9
- 0
docs/manual/OptionalTasks/depend.html View File

@@ -90,6 +90,15 @@ how interrelated your classes are. </p>
missing. Inner classes are handled by the depend task.</li> missing. Inner classes are handled by the depend task.</li>
</ul> </ul>


The most obvious example of these limitations is that the task can't tell
which classes to recompile when a constant primitive data type exported
by other classes is changed. For example, a change in the definition of
something like
<pre>
public final class Constants {
public final static boolean DEBUG=false;
}
</pre> will not be picked up by other classes.


<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


Loading…
Cancel
Save