Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 79092 Details for
Bug 204475
Build failure causes all builds to be canceled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix
204475.patch (text/plain), 2.16 KB, created by
Michael Rennie
on 2007-09-24 17:00:56 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2007-09-24 17:00:56 EDT
Size:
2.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.debug.core >Index: core/org/eclipse/debug/internal/core/LaunchConfiguration.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java,v >retrieving revision 1.107 >diff -u -r1.107 LaunchConfiguration.java >--- core/org/eclipse/debug/internal/core/LaunchConfiguration.java 29 Aug 2007 19:53:26 -0000 1.107 >+++ core/org/eclipse/debug/internal/core/LaunchConfiguration.java 24 Sep 2007 20:55:42 -0000 >@@ -638,7 +638,6 @@ > if (delegates.length == 1) { > delegate = delegates[0].getDelegate(); > } else if (delegates.length == 0) { >- monitor.setCanceled(true); > IStatusHandler handler = DebugPlugin.getDefault().getStatusHandler(promptStatus); > if (handler != null) { > handler.handleStatus(delegateNotAvailable, new Object[] {this, mode}); >@@ -665,13 +664,11 @@ > delegate = del.getDelegate(); > } > else { >- monitor.setCanceled(true); > status = new Status(IStatus.CANCEL, DebugPlugin.getUniqueIdentifier(), DebugPlugin.ERROR, DebugCoreMessages.LaunchConfiguration_13, null); > throw new CoreException(status); > } > } > else { >- monitor.setCanceled(true); > status = new Status(IStatus.CANCEL, DebugPlugin.getUniqueIdentifier(), DebugPlugin.ERROR, DebugCoreMessages.LaunchConfiguration_13, null); > throw new CoreException(status); > } >@@ -714,7 +711,6 @@ > if (delegate2 != null) { > if (!(delegate2.preLaunchCheck(this, mode, new SubProgressMonitor(monitor, 1)))) { > // canceled >- monitor.setCanceled(true); > return launch; > } > } >@@ -742,7 +738,6 @@ > if (delegate2 != null) { > if (!(delegate2.finalLaunchCheck(this, mode, new SubProgressMonitor(monitor, 1)))) { > // canceled >- monitor.setCanceled(true); > return launch; > } > } >@@ -767,7 +762,6 @@ > if (!launch.hasChildren()) { > getLaunchManager().removeLaunch(launch); > } >- monitor.setCanceled(true); > throw e; > } > if (monitor.isCanceled()) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204475
:
79092
|
79213