Skip to main content

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

It looks like you aren't using the latest (head) source code.  This is the code used to access the older version of the jars.  You can just put in 'false' for the missing booleans if a version management issue prevents you from updating to the latest code.

-Wyatt

On Fri, Jun 19, 2009 at 6:18 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
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
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top