This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 87801

Summary: Use "suspended" progress when running Ant builds
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: jdinga, jrojcek, mkleint
Priority: P2 Keywords: UI
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 58513, 63332, 63586, 87812, 95201, 162159    
Bug Blocks:    

Description Jesse Glick 2006-10-23 18:15:35 UTC
See issue #58513 and issue #63332 for background. Can now use issue #63586 to
change Ant module UI so that

1. OW is not shown by default - overridable in settings.

2. Progress displayed per running Ant process. Initially in indeterminate mode.
Switches to sleeping mode if nothing happens for a while, and back to
indeterminate mode if something happens (an Ant event).
Comment 1 Jesse Glick 2006-10-23 23:15:23 UTC
Checking in src/org/apache/tools/ant/module/bridge/BridgeInterface.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/bridge/BridgeInterface.java,v
 <--  BridgeInterface.java
new revision: 1.12; previous revision: 1.11
done
Checking in src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/bridge/DummyBridgeImpl.java,v
 <--  DummyBridgeImpl.java
new revision: 1.14; previous revision: 1.13
done
Checking in src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties;
/shared/data/ccvs/repository/ant/src-bridge/org/apache/tools/ant/module/bridge/impl/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java;
/shared/data/ccvs/repository/ant/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java,v
 <--  BridgeImpl.java
new revision: 1.41; previous revision: 1.40
done
Checking in src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java;
/shared/data/ccvs/repository/ant/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java,v
 <--  NbBuildLogger.java
new revision: 1.30; previous revision: 1.29
done
Checking in src/org/apache/tools/ant/module/AntSettings.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/AntSettings.java,v
 <--  AntSettings.java
new revision: 1.46; previous revision: 1.45
done
Checking in src/org/apache/tools/ant/module/run/TargetExecutor.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/run/TargetExecutor.java,v
 <--  TargetExecutor.java
new revision: 1.67; previous revision: 1.66
done
Checking in src/org/apache/tools/ant/module/run/Bundle.properties;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/run/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.32; previous revision: 1.31
done
Checking in arch/arch-ant-main.xml;
/shared/data/ccvs/repository/ant/arch/arch-ant-main.xml,v  <--  arch-ant-main.xml
new revision: 1.18; previous revision: 1.17
done