Problem in Recompile version 0.9.20

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Shirley

Problem in Recompile version 0.9.20

Post by Shirley » Fri Jul 02, 2004 11:51 pm

Hi,
I tried to recompile version 0.9.20 using the build.xml. But I found the source file is not complete.

I got:
[javac] Compiling 415 source files to /export/home/ultra-jessica/shirley/jfreechart/build
[javac] /export/home/ultra-jessica/shirley/jfreechart/src/org/jfree/data/DefaultKeyedValues.java:55: package org.jfree.util does not exist
[javac] import org.jfree.util.SortOrder;
[javac] ^
... ...

Could you please put the full source file?

Thanks.
Shirley

richard_atkinson
Posts: 115
Joined: Fri Mar 14, 2003 3:13 pm
Location: London, England
Contact:

Missing source files

Post by richard_atkinson » Sat Jul 03, 2004 11:32 am

Everything is in CVS, so you can get hold of it from there. You can either use anonymous checkout using a CVS client or pick up the files using ViewCVS - http://cvs.sourceforge.net/viewcvs.py/jfreechart/.

Regards,
Richard...

Mimil
JFreeReport Staff Member
Posts: 69
Joined: Tue Mar 25, 2003 7:33 pm

Post by Mimil » Sun Jul 04, 2004 3:45 pm

Hi,

org.jfree.util.* comes from jcommon package. Ensure you that you have put it properly in your classpath and i think that all will be okay.
If you are trying to compile a 0.9.20, jcommon is a 0.9.5
A student of JFree & Pentaho Academies

Bye,
Cedric Pronzato

Locked