View Full Version : ReportPropertyFunction
Anonymous
07-02-2002, 09:54 AM
How can I use cvs sources to get a bugfree version about ReportPropertyFunction especialy the field passed to the function or when the nex version 7.05. will be available ?
Thanks for your reply
Regards
Daniel Cazenave
Anonymous
07-03-2002, 04:42 PM
Hi,
although I had no plans to release a new version yet, I think monday or tuesday is a good date to package some new jar-files. Until then, you can use the anonymous cvs access:
cvs -d:pserver:anonymous@cvs.jfreereport.sourceforge.net:/cvsroot/jfreereport login
cvs -z3 -d:pserver:anonymous@cvs.jfreereport.sourceforge.net:/cvsroot/jfreereport co jfreereport
to checkout the latest sources.
If you don't like using the commandline cvs, you will find GUIs for CVS on http://www.cvsgui.org for Windows, Unix, Mac and Java
Have more fun,
said Thomas
Anonymous
07-03-2002, 04:50 PM
Hi Daniel,
you were unable to connect to cvs, right? I just saw another post of you, so if you are interested in the code, but cant use the tools, try the web interface of sourceforge:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jfreereport/jfreereport/source/com/jrefinery/report/
and you are in the main package of JFreeReport
To fix the report-property function bug, download ReportState.java, and it will/should be ok.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/jfreereport/jfreereport/source/com/jrefinery/report/ReportState.java?rev=HEAD&content-type=text/plain
is a direct link to the downloadable file.
Have more fun,
said Thomas