how call irepot directly not use xml code

hi master

i use ireport and designed report and test run right in ireport Preview windows

sir my need is call the irepot directly not use xml in

i not want use the jrxml file and code

and build.xml give error in this code

<property name="jrc.home"

value="JasperReports-Install-Dir/jasperreports-1.3.3"/>

<!-- Define the classpath used for report compilation -->

<path id="jrc.classpath">

error

C:\Documents and Settings\Administrator\My Documents\Creator\Projects\TravelReport\build.xml:81: C:\Documents and Settings\Administrator\My Documents\Creator\Projects\TravelReport\JasperReports-Install-Dir\jasperreports -1.3.3\dist not found.

not found the jasperreports-1.3.3 dir

how i give this coldet path

such as

visual basic call crystal report and oracle form call the oracle report directly

please give me idea sample project and code step by step

thank's aamir

[990 byte] By [mfa786a] at [2007-11-27 5:04:22]
# 1

The tutorial says to

"Modify the value of the jrc.home property to point to the folder into which you unpacked the JasperReports zip file."

That is, you are supposed to replace "JasperReports-Install-Dir" in the build.xml with the full path to where you installed JasperReports.

You do not need to do it this way if you don't want. If you want, you can compile the reports yourself and put the compiled reports in WEB-INF/reports. I think that should work.

jetsonsa at 2007-7-12 10:22:41 > top of Java-index,Development Tools,Java Tools...