Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 312740] New: CDT build should fail in case if java code does not compile

https://bugs.eclipse.org/bugs/show_bug.cgi?id=312740 
Product/Component: CDT / cdt-releng

           Summary: CDT build should fail in case if java code does not
                    compile
    Classification: Tools
           Product: CDT
           Version: 7.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-releng
        AssignedTo: cdt-releng-inbox@xxxxxxxxxxx
        ReportedBy: olexiyb@xxxxxxxxx
         QAContact: vivkong@xxxxxxxxxx


I propose to fail and do not create master zip file in case of java compilation
errors (not warnings)

You just need to change org.eclipse.cdt.releng/master/build.properties.
and set

javacFailOnError=true

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top