|
|
@@ -1185,6 +1185,7 @@ public class Project { |
|
|
/** |
|
|
/** |
|
|
* Executes a <code>Vector</code> of sorted targets. |
|
|
* Executes a <code>Vector</code> of sorted targets. |
|
|
* @param sortedTargets the aforementioned <code>Vector</code>. |
|
|
* @param sortedTargets the aforementioned <code>Vector</code>. |
|
|
|
|
|
* @throws BuildException on error. |
|
|
*/ |
|
|
*/ |
|
|
public void executeSortedTargets(Vector sortedTargets) |
|
|
public void executeSortedTargets(Vector sortedTargets) |
|
|
throws BuildException { |
|
|
throws BuildException { |
|
|
@@ -1691,7 +1692,7 @@ public class Project { |
|
|
* @exception BuildException if a non-existent target is specified or if |
|
|
* @exception BuildException if a non-existent target is specified or if |
|
|
* a circular dependency is detected. |
|
|
* a circular dependency is detected. |
|
|
*/ |
|
|
*/ |
|
|
private final void tsort(String root, Hashtable targets, |
|
|
|
|
|
|
|
|
private void tsort(String root, Hashtable targets, |
|
|
Hashtable state, Stack visiting, |
|
|
Hashtable state, Stack visiting, |
|
|
Vector ret) |
|
|
Vector ret) |
|
|
throws BuildException { |
|
|
throws BuildException { |
|
|
@@ -1982,7 +1983,7 @@ public class Project { |
|
|
} |
|
|
} |
|
|
synchronized (this) { |
|
|
synchronized (this) { |
|
|
if (loggingMessage) { |
|
|
if (loggingMessage) { |
|
|
/* |
|
|
|
|
|
|
|
|
/* |
|
|
* One of the Listeners has attempted to access |
|
|
* One of the Listeners has attempted to access |
|
|
* System.err or System.out. |
|
|
* System.err or System.out. |
|
|
* |
|
|
* |
|
|
|