Java Reference
In-Depth Information
<classpath refid="classpath"/>
</taskdef>
<jrc destdir=".">
<src>
<fileset dir=".">
<include name="**/*.jrxml"/>
</fileset>
</src>
<classpath refid="classpath"/>
<jrc>
</target>
<target name="view"
description="Launches the report viewer to preview the
report stored in the .JRprint file.">
<java classname="net.sf.jasperreports.view.JasperViewer"
fork="true">
<arg value="-F${file.name}.JRprint"/>
<classpath refid="classpath"/>
</java>
</target>
</project>
After executing the new view ANT target, we should see a window like the following:
 
Search WWH ::




Custom Search