AndreaNobili
AndreaNobili

Reputation: 42957

How can I choose the destination of the generated .jasper file into Jaspersoft Studio 6.1?

I am absolutly new in JasperReports and I have the following problem: I am woking on a project that generate an Excel file into Jaspersoft Studio 6.1.0.

After that I save my .jrxml file project and build it, so it seems that it generate the related .jasper file into the Desktop folder of my Windows system.

How can I choose the directory into wich generate this .jasper file?

Upvotes: 2

Views: 7076

Answers (2)

harun ugur
harun ugur

Reputation: 1852

In IReport it was Tools > Options > IReport > Compilation and Execution then untick "Use Report Directory to compile" and you could select a new one.

enter image description here

Upvotes: 1

Petter Friberg
Petter Friberg

Reputation: 21710

Unfortunately you can not as in choose where the .jasper is build.

Quoting mrabbi (jasper report staff)

currently in Jaspersoft Studio when compiled the JRXML produces the .jasper file in the same folder position where they are. This is an implementation choice.

You can hide them if you don't like to see them and you can configure an "additional" output directory on build (jasper will be copied to this).

Configure output folder

Upvotes: 3

Related Questions