DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16818>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16818 Slash task and disposing the SpashScreen on buildFinished(BuildEvent) Summary: Slash task and disposing the SpashScreen on buildFinished(BuildEvent) Product: Ant Version: 1.5.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using the Splash task within Eclipse, the SplashScreen that is realized does not close on build completion. By default, Ant is executed within the same virtual machine as that of Eclipse and the Java process remains after build completion. I would propose that in the SplashScreen.buildFinished(BuildEvent), the progress bar of the SplashScreen have its value set to max, and the SplashScreen be disposed.