From b189ce7272254756e98dd2f4c973dd5dc3664767 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 22 Nov 2002 01:58:28 +0000 Subject: [PATCH] updated. --- launch/org.eclipse.cdt.launch/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog index 83a3637930d..1b099d1f04d 100644 --- a/launch/org.eclipse.cdt.launch/ChangeLog +++ b/launch/org.eclipse.cdt.launch/ChangeLog @@ -1,3 +1,11 @@ +2002-11-21 Judy N. Green + + * src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java (verifyCProject): + If we cannot get the ICProject with the config, we get the project + and see if it exists and/or it is closed. The appropriate error is now + displayed, rather than reporting that the project does not exist when it + does exist, but is closed. + 2002-11-14 Thomas Fletcher * src/.../launch/ui/CMainTab.java Updated error condition to catch closed projects. @@ -39,4 +47,4 @@ * /src/.../launch/internal/CoreFileDelegate.java * /src/.../launch/internal/LocalCLaunchConfigurationDelegate.java create new IProcess for debug console from CDISession and pass - to newDebugTarget methods \ No newline at end of file + to newDebugTarget methods