Skip to main content

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

This looks like an incompatibility between the TAU Jars and the plugin code.  Are you using the latest jars I provided?
-Wyatt

On Mon, Jun 1, 2009 at 4:56 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Wyatt,

I'm seeing the following errors when building the tau plugins. Any ideas why?

Greg

   [javac] 8. 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(false).iterator(); it3.hasNext();) {
   [javac]                                      ^^^^^^^^^^^^
   [javac] The method getTrialList() in the type DatabaseAPI is not applicable for the arguments (boolean)
   [javac] ----------
   [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 604)
   [javac]     dbApi.setTrial(trial.getID(),false);
   [javac]           ^^^^^^^^
   [javac] The method setTrial(int, boolean) from the type DatabaseAPI is not visible

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top