Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 89169] New: Run proceeds even if build fails

https://bugs.eclipse.org/bugs/show_bug.cgi?id=89169

           Summary: Run proceeds even if build fails
           Product: CDT
           Version: 3.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: zaphod@xxxxxxxxxxxx


[CDT M5, GNU/Cygwin toolchain]

Steps: 1) Introduce an error in a source file, 2) run the application, such as
by hitting Ctrl+F11 or selecting "Run Last Launched".

Eclipse will build the application and fail, yet the application will be
(attempted) run.

The console says:

> make: Target `all' not remade because of errors.
> Build complete for project foo

Is it possible that Eclipse is not picking up Make's exit code?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top