Cannot find source files in com.jrefinery.chart

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

Cannot find source files in com.jrefinery.chart

Post by Ansh Desi » Tue Jun 11, 2002 7:10 pm

I cannot find the source files for JFreeChartPanel & JFreeChartFrame in
com.jrefinery.chart even though they are listed in the API docs...And no I did not delete them by mistake, cause I verified by unziping the source for JFreeChart again.

Am I missing something here?

Thanks

Ansh Desi

Re: Cannot find source files in com.jrefinery.chart

Post by Ansh Desi » Tue Jun 11, 2002 7:18 pm

My only coclusion of the above could be that the new release has those source files taken out...but the online html API docs maintained are not updated accordingly.

Ansh Desi

Re: Cannot find source files in com.jrefinery.chart

Post by Ansh Desi » Tue Jun 11, 2002 7:30 pm

And as a follow up to that...what is the javadoc command to compile the api docs for jcommon.

javdoc xxx (what packages go here) for release 0.6.2

Ansh Desi

Re: Cannot find source files in com.jrefinery.chart

Post by Ansh Desi » Tue Jun 11, 2002 7:49 pm

Hi,

Never mind my query for generating the javadocs for jcommon. I was able to do that...

However, I would still say, that the online docs maintained are not updated according to the newest releases (especially for JFreeChart 0.9.0) so it serves best to maintain your own local copy of API docs, rather than looking the online version, which could throw you off, since some of the source classes have been taken out from the newest release.

you would simply do

javadoc -sourcepath <source dir> -d <destination dir> <com.jrefinery.xxx>

David Gilbert

Re: Cannot find source files in com.jrefinery.chart

Post by David Gilbert » Tue Jun 11, 2002 7:53 pm

Hi Ansh,

My apologies for the confusion. JFreeChartFrame and JFreeChartPanel have been renamed ChartFrame and ChartPanel in the latest release.

I haven't uploaded the latest Javadoc HTML pages...I will make sure it is done before the end of the week. There are instructions in the jfreechart-0.9.0-install.pdf file for regenerating the Javadoc files. I need to add some instructions for incorporating the JCommon packages also.

I am working hard on the documentation this week, plus bug fixes for 0.9.0 so I can have 0.9.1 released by the end of the week.

Regards,

DG.

David Gilbert

Re: Cannot find source files in com.jrefinery.chart

Post by David Gilbert » Wed Jun 12, 2002 5:35 am

The Javadoc HTML pages have now been updated for JFreeChart 0.9.0 and JCommon 0.6.2.

Regards,

DG.

Locked