On Thu, Apr 2, 2009 at 3:14 AM, Greg Brown <[email protected]> wrote:

> This change has been submitted. The charting library has been decoupled from 
> JFreeChart and now uses a provider approach to dynamically load chart skin 
> implementations. The 1.1 distribution artifacts no longer contain any 
> references to JFreeChart and do not require the presence of JFreeChart in 
> order to build.
>
> A separate JAR file is now generated that contains the JFreeChart provider 
> and is not included in the distribution. We will make it available to users 
> in the Downloads section on Pivot's Google Code site.
>

Ok. But ATM, I beg to differ. I just downloaded the pivot tarball again;

    [javac] 
/Users/niclas/Downloads/apache-pivot-1.1-incubating/src/pivot/charts/skin/AreaChartViewSkin.java:18:
package org.jfree.chart does not exist
    [javac] import org.jfree.chart.ChartFactory;
    [javac]                        ^

and

    [javac] 
/Users/niclas/Downloads/apache-pivot-1.1-incubating/src/pivot/charts/skin/CategorySeriesDataset.java:18:
package org.jfree.data.category does not exist
    [javac] import org.jfree.data.category.CategoryDataset;


And many others. This means that you have a dependency in the current
release candidate. This needs to go.


-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

Reply via email to