stevel 02/02/21 22:44:54
Modified: docs/manual/OptionalTasks depend.html
Log:
bit more detail on dependencies
Revision Changes Path
1.7 +9 -0 jakarta-ant/docs/manual/OptionalTasks/depend.html
Index: depend.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/depend.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- depend.html 3 Feb 2002 22:09:09 -0000 1.6
+++ depend.html 22 Feb 2002 06:44:54 -0000 1.7
@@ -90,6 +90,15 @@
missing. Inner classes are handled by the depend task.</li>
</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>
<table border="1" cellpadding="2" cellspacing="0">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>