Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] build errors in head

Now that the build server has been resurrected, I've been trying to get the HEAD build going again. However, I'm now back to these problems. Please fix asap so that we can get a successful build.

Thanks,
Greg


    [javac] 110. ERROR in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 136)
    [javac]     catch(DOMException e) {
    [javac]           ^^^^^^^^^^^^
    [javac] Unreachable catch block for DOMException. This exception is never thrown from the try statement body

    [javac] 9. ERROR in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/PreprocessorMacro.java (at line 112)
    [javac]     public IBinding getOwner() throws DOMException {
    [javac]                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Exception DOMException is not compatible with throws clause in IBinding.getOwner()



Back to the top