Author: bodewig
Date: Tue Aug 25 07:39:48 2009
New Revision: 807505

URL: http://svn.apache.org/viewvc?rev=807505&view=rev
Log:
document limitations of build started event.  PR 47730

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/BuildListener.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/BuildListener.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/BuildListener.java?rev=807505&r1=807504&r2=807505&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/BuildListener.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/BuildListener.java Tue Aug 25 
07:39:48 2009
@@ -34,6 +34,10 @@
      * Signals that a build has started. This event
      * is fired before any targets have started.
      *
+     * <p>This event is fired before the project instance is fully
+     * configured.  In particular no properties have been set and the
+     * project may not know its name or default target, yet.</p>
+     * 
      * @param event An event with any relevant extra information.
      *              Must not be <code>null</code>.
      */


Reply via email to