This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
whitespace
master
Stefan Bodewig
8 years ago
parent
f79b8e9354
commit
0b6fbd3381
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java
+ 3
- 3
src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java
View File
@@ -169,9 +169,9 @@ public class ExecuteJava implements Runnable, TimeoutObserver {
thread.start();
thread.start();
w.start();
w.start();
try {
try {
while (!done) {
wait();
}
while (!done) {
wait();
}
} catch (InterruptedException e) {
} catch (InterruptedException e) {
// ignore
// ignore
}
}
Write
Preview
Loading…
Cancel
Save