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