Page 1 of 1

Welcome

Posted: Sun Jan 18, 2004 9:06 pm
by Taqua
JFreeDesigner is a graphical editor for JFreeReport report definitions. The designer was written by Heiko Evermann and is now part of the JFree family.

The sources for this program can be downloaded from the CVS at sourceforge, there no official download yet, as the development is still in progress.

Have mo' fun,
said Thomas

Error when launching the anonymous cvs version

Posted: Mon Jan 19, 2004 3:17 pm
by charibou
Hi Taq,

using the cvs anonymous sources, when i try to launch the JFreeReportDesigner class I've this error:

java.lang.NullPointerException
at org.jfree.designer.JFreeReportDesigner.setCurrentFile(JFreeReportDesigner.java:847)
at org.jfree.designer.JFreeReportDesigner.newReport(JFreeReportDesigner.java:834)
at org.jfree.designer.JFreeReportDesigner.<init>(JFreeReportDesigner.java:408)
at org.jfree.designer.JFreeReportDesigner.main(JFreeReportDesigner.java:609)
Exception in thread "main"


Any ideas on what's wrong ?

PS: I'm using eclipse with JDK 1.4.1_04

Posted: Mon Jan 19, 2004 6:16 pm
by Taqua
Hi,

as soon as the project cvs service is up again, I'll commit some more fixes and an ANT script to make building the project easier.

Have mo' fun,
said Thomas

Posted: Mon Jan 19, 2004 9:22 pm
by Taqua
Fixed.