denuno / cfjasperreport

Run JasperReports from your CFML application
15 stars 7 forks source link

build file expects cfdistro to be in three different locations #1

Closed rcastagno closed 10 years ago

rcastagno commented 11 years ago

Build expects cfdistro to be in the "build" folder:

cfjasperreport.bat set ANT_HOME=%CD%\build\cfdistro\ant\

in the user home:

build.properties cfdistro.build.file=${user.home}/cfdistro/build.xml

and again in the user folder but as hidden:

build.xml

denuno commented 10 years ago

Thanks, the scripts are updated now.