Hi Wojtek

It's not a JasperAssistant group. Make sure to read their tutorial.
Just set that datasource according to their docs:
http://www.jasperassistant.com/docs/guide/ch03s02.html

kind regards
Radek

On 16/05/06, Wojtek Stańczuk <[EMAIL PROTECTED]> wrote:
 Hi,

is there any way to compile off-line .jrxml file to .jasper other
than using JasperAssistant or iReport?

I have my custom JRDataSource in my application, so I wrote
quite simple .jrxml file. But I can't compile it with JasperAssistant
under Eclipse, because there's error that there's no datasource.
I'm trying configuring some datasource, but I fail to compile my report :(

   Or maybe you can see errors in my file:

<?xml version="1.0" encoding="UTF-8"?>

<!-- Created using an evaluation version of JasperAssistant
(http://www.jasperassistant.com) -->

<!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN"
"http://jasperreports.sourceforge.net/dtds/jasperreport.dtd";>

<jasperReport name="RaportTemplate" pageWidth="595" pageHeight="842"
columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30"
bottomMargin="30">

<detail>

<band height="50">

<textField>

<reportElement x="61" y="16" width="80" height="20"/>

<textElement/>

<textFieldExpression
class="java.lang.String"><![CDATA[$F{getWartosc}]]></textFieldExpression>

</textField>

</band>

</detail>

</jasperReport>



   Thanks for any help :)

   Wojtek





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to