Welcome

A free public discussion forum for JFreeDesigner, a report definition designer for JFreeReport.
Locked
Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Welcome

Post by Taqua » Sun Jan 18, 2004 9:06 pm

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

charibou
Posts: 1
Joined: Tue Jan 13, 2004 3:19 pm
Location: Sophia-Antipolis (France - 06)

Error when launching the anonymous cvs version

Post by charibou » Mon Jan 19, 2004 3:17 pm

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

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Mon Jan 19, 2004 6:16 pm

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

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Mon Jan 19, 2004 9:22 pm

Fixed.

Locked