Jump to content
We've recently updated our Privacy Statement, available here ×

iReport 0.3.0 released!


ktrinad

Recommended Posts

By: Giulio Toffoli - gt78

iReport 0.3.0 released!

2004-05-11 16:42

iReport 0.3.0 released!

 

Many new features, many enhancements, many bug fix.

 

 

- Localization support (localized in Italian, German, Portoguese)

- New contextual menus

- Improved Report Query Dialog

- Experimental scriptlet support

- Experimental barcode support

 

http://ireport.sf.net

 

 

 

 

By: Manfred Moser - mosabua

RE: iReport 0.3.0 released!

2004-05-11 17:08

GREAT news! The improvements in the last version already made iReport very powerful and stable. I am downloading and installing now.

 

Thanks Giulio.

 

Manfred

 

 

By: Manfred Moser - mosabua

RE: iReport 0.3.0 released!

2004-05-11 17:11

Wow. I like the new startup. MUCH faster.

 

 

By: Kalpesh Chordia - kchordia

RE: iReport 0.3.0 released!

2004-05-11 21:46

Does this new version supprot elementGroup tag and stretchType="RelativeToTallestObject" for all report elements ?

 

Support to this tag is very crucial or at least iReport should not remove this tag if added manually in xml.

 

 

By: C-Box - c-box

RE: iReport 0.3.0 released!

2004-05-11 22:39

WONDERFULL! :-)

 

Thank you very much!

 

C-Box

 

 

By: Kalpesh Chordia - kchordia

RE: iReport 0.3.0 released!

2004-05-11 23:00

Hi,

 

I have downloaded new iReport 0.3.0 and unzipped. After running rReport.bat, I am getting following error.

 

.

.

Exception in thread "main" java.lang.NoSuchMethodError

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5324)

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5235)

at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:199)

at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:4786)

 

Manual says that modify iReport.bat to set ant path but iReport.bat has following code.

 

@echo off

 

set CMD_LINE_ARGS=

:setArgs

if ""%1""=="""" goto doneSetArgs

set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1

shift

goto setArgs

:doneSetArgs

 

cd bin

startup.bat %CMD_LINE_ARGS%

 

Where to set ANT and JDK paths ?

 

Please help.

 

 

 

By: C-Box - c-box

RE: iReport 0.3.0 released!

2004-05-12 01:26

You don't need ANT to start iReport.. it work's without ANT.... therefor the BAT-File is provided.. but have you copied the "tools.jar" into your iReport-LIB-Directory????

 

And do you have set your global "JAVA_HOME" System-Variable that point's to your JDK ???

 

hth

C-Box

 

 

By: Kalpesh Chordia - kchordia

RE: iReport 0.3.0 released!

2004-05-12 02:56

I have set java_home as E:j2sdk1.4.0

Still, I am getting same error.

 

Actually, my application requires jdk 1.3.1 and iReport requires 1.4.0

 

In earlier verison of iReport, you were able to set java_home but now it is not. This is creating problems like if I set java_home as E:j2sdk1.4.0 then all my jasper design files give error while compilation and if I use jdk 1.3.1, then I do not get any error. Why So ?

 

Is jasper classes are not compitable with j2sdk1.4.0 ?

 

Please advise.

 

 

 

By: Giulio Toffoli - gt78

RE: iReport 0.3.0 released!

2004-05-12 08:40

Seems an xerces version conflict problem....

Be sure you have xercesImpl.jar in iReport classpath (the file is 875k) and no others first.

 

To be sure, reset your classpath in iReport.bat

whit a command like CLASSPATH=;

at begin of file.

 

Giulio

 

 

 

 

 

By: Giulio Toffoli - gt78

RE: iReport 0.3.0 released!

2004-05-12 08:41

Seems an xerces version conflict problem....

Be sure you have xercesImpl.jar in iReport classpath (the file is 875k) and no others first.

 

To be sure, reset your classpath in iReport.bat

whit a command like CLASSPATH=;

at begin of file.

 

You need 1.4 and this conflict is typical using 1.3.

Please note that you can develop reports using java 1.4 and deploy under an application that use java 1.3 without problems.

 

Giulio

 

 

 

 

 

By: Manfred Moser - mosabua

RE: iReport 0.3.0 released!

2004-05-14 11:45

.. I discovered that iReport forces in the stretchtype and property tags.. so it is basically required to use JasperReports 0.5.2 .. correct?

 

 

By: Kalpesh N Mistry - pincoo

RE: iReport 0.3.0 released!

2004-05-14 12:00

Hi,

 

 

 

After installing, and pasting tools.jar I tried creating A blank doc.

 

It fetched me this error  .

 

Pls let me know wht I m missing  .

 

 

 

Ofcource certain bugs with the screen earlier version taken care  ..

 

 

Regards,

kalpesh N Mistry

 

 

 

 

 

Log :

 

Compiling to file... D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper -> D:KalpeshjAVATest EvntjasperNew Folderuntitled_report_1.java

Errors compiling D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper!

377093 [Thread-8] ERROR digester.Digester - Parse Error at line 20 column 57: Element type "property" must be declared.

org.xml.sax.SAXParseException: Element type "property" must be declared.

at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1514)

at dori.jasper.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:373)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:357)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:337)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:323)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:121)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:163)

at java.lang.Thread.run(Thread.java:536)

377143 [Thread-8] ERROR digester.Digester - Parse Error at line 53 column 16: The content of element type "jasperReport" must match "(reportFont*,parameter*,queryString?,field*,variable*,group*,background?,title?,pageHeader?,columnHeader?,detail?,columnFooter?,pageFooter?,summary?)".

org.xml.sax.SAXParseException: The content of element type "jasperReport" must match "(reportFont*,parameter*,queryString?,field*,variable*,group*,background?,title?,pageHeader?,columnHeader?,detail?,columnFooter?,pageFooter?,summary?)".

at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1514)

at dori.jasper.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:373)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:357)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:337)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:323)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:121)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:163)

at java.lang.Thread.run(Thread.java:536)

 

org.xml.sax.SAXParseException: Element type "property" must be declared.

at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1514)

at dori.jasper.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:373)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:357)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:337)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:323)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:121)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:163)

at java.lang.Thread.run(Thread.java:536)

NESTED BY :

dori.jasper.engine.JRException: Element type "property" must be declared.

at dori.jasper.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:397)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:357)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:337)

at dori.jasper.engine.xml.JRXmlLoader.load(JRXmlLoader.java:323)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:121)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:163)

at java.lang.Thread.run(Thread.java:536)

Caused by: org.xml.sax.SAXParseException: Element type "property" must be declared.

at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

at org.apache.commons.digester.Digester.parse(Digester.java:1514)

at dori.jasper.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:373)

... 6 more

 

 

--------------------------------------------------------------------------------

 

Compilation running time : 1112

 

 

--------------------------------------------------------------------------------

 

Error filling print...

java.io.FileNotFoundException: D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper

at dori.jasper.engine.util.JRLoader.loadObject(JRLoader.java:124)

at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:288)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:330)

at java.lang.Thread.run(Thread.java:536)

 

NESTED BY :

java.io.FileNotFoundException: D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper

at dori.jasper.engine.util.JRLoader.loadObject(JRLoader.java:124)

at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:288)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:330)

at java.lang.Thread.run(Thread.java:536)

 

NESTED BY :

dori.jasper.engine.JRException: D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper

at dori.jasper.engine.util.JRLoader.loadObject(JRLoader.java:124)

at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:288)

at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:330)

at java.lang.Thread.run(Thread.java:536)

Caused by: java.io.FileNotFoundException: D:KalpeshjAVATest EvntjasperNew Foldertest1.jasper

... 4 more

Print not filled. Try to use an EmptyDataSource...!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...