Oops! Forgot the list...
DG
---------- Forwarded Message ----------
Subject: Re: [jfreechart-dev] Compile Error
Date: Thu, 6 Mar 2003 11:52:46 +0000
From: David Gilbert <david.gilbert@...>
To: "Justin Johnson" <justinj@...>
Hi Justin,
It looks like you don't have a clean set of source files. The
DefaultXYDataset class no longer exists, but neither does the PlotFit cla=
ss
that references it in your error message.
Regards,
Dave Gilbert
On Wednesday 05 March 2003 7:42 pm, Justin Johnson wrote:
> I get the following error compiling from the latest cvs code. Any idea=
s?
> Can't find DefaultXYDataset anywhere.
>
> Thanks.
> Justin
>
> [jjohn53@... ant]$ ant -buildfile jfreechart.xml
> Buildfile: jfreechart.xml
>
> initialise:
>
> compile:
> [javac] Compiling 315 source files to /home/jjohn53/sf/jfreechart/b=
uild
> [javac]
> /home/jjohn53/sf/jfreechart/src/com/jrefinery/chart/data/PlotFit.java:4=
3:
> cannot resolve symbol
> [javac] symbol : class DefaultXYDataset
> [javac] location: package data
> [javac] import com.jrefinery.data.DefaultXYDataset;
> [javac] ^
> [javac]
> /home/jjohn53/sf/jfreechart/src/com/jrefinery/chart/data/PlotFit.java:1=
53:
> cannot resolve symbol
> [javac] symbol : class DefaultXYDataset
> [javac] location: class com.jrefinery.chart.data.PlotFit
> [javac] return new DefaultXYDataset(seriesnames, getResults=
());
> [javac] ^
> [javac] 2 errors
>
> BUILD FAILED
> /home/jjohn53/sf/jfreechart/ant/jfreechart.xml:49: Compile failed; see =
the
> compiler error output for details.
>
> Total time: 21 seconds
> [jjohn53@... ant]$
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The debu=
gger
> for complex code. Debugging C/C++ programs can leave you feeling lost a=
nd
> disoriented. TotalView can help you find your way. Available on major U=
NIX
> and Linux platforms. Try it free. http://www.etnus.com
> _______________________________________________
> jfreechart-developers mailing list
> jfreechart-developers@...
> https://lists.sourceforge.net/lists/listinfo/jfreechart-developers
-------------------------------------------------------
|