Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] build problems

Wyatt,

I'm trying to build 2.1.3 but keep getting the following errors:

[javac] 9. ERROR in /opt/public/download-staging.priv/tools/ptp/ releng/org.eclipse.ptp/results/plugins/ org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/tau/perfdmf/ views/PerfDMFView.java (at line 481) [javac] for (Iterator<Trial> it3 = dbApi.getTrialList().iterator(); it3.hasNext();) {
    [javac]                                      ^^^^^^^^^^^^
[javac] The method getTrialList(boolean) in the type DatabaseAPI is not applicable for the arguments ()
    [javac] ----------
[javac] 10. ERROR in /opt/public/download-staging.priv/tools/ptp/ releng/org.eclipse.ptp/results/plugins/ org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/tau/perfdmf/ views/PerfDMFView.java (at line 604)
    [javac]     dbApi.setTrial(trial.getID());
    [javac]           ^^^^^^^^
[javac] The method setTrial(int, boolean) in the type DatabaseAPI is not applicable for the arguments (int)


I'm using the latest TAU jars, but do they need updating again?

Thanks,
Greg


Back to the top