prod pruning
This commit is contained in:
@@ -10,3 +10,5 @@ target/
|
||||
# Log file
|
||||
*.log
|
||||
*.jasper
|
||||
/compile-jasper.xml
|
||||
/HowToCompile.txt
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
ant -f C:\Source\BrittonReportServerProd\trunk\nbproject\compile-jasper.xml
|
||||
|
||||
|
||||
|
||||
http://localhost:8080/trunk/PdfServlet?reportConn=BrittonConnect&id=&
|
||||
reportName=FullPageCard&
|
||||
|
||||
reportType=FairosRxIDCard&
|
||||
|
||||
reportDir=idcards&
|
||||
netToken=3a4a8b03f4dfb0e6e3fc82dd369f70ef&FileType=PDF
|
||||
|
||||
http://localhost:8080/trunk/PdfServlet?reportConn=BrittonConnect&id=&reportName=FullPageCard&reportType=FairosRxIDCard&family_id=015606258&employer_logo=BryanPestControlLogo.jpg&network_logo=CignaLogo.png&reportDir=idcards&SUBREPORT_DIR=/&netToken=3a4a8b03f4dfb0e6e3fc82dd369f70ef&FileType=PDF
|
||||
@@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project name="CompileJasper" default="compile-reports" basedir=".">
|
||||
|
||||
<path id="jasper.classpath">
|
||||
<fileset dir="./web/lib">
|
||||
<include name="jasperreports-*.jar"/>
|
||||
<include name="jasperreports-functions-*.jar"/>
|
||||
<include name="commons-*.jar"/>
|
||||
<include name="itext-*.jar"/>
|
||||
<include name="joda-time-*.jar"/>
|
||||
<include name="jdt-compiler-*.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
<path id="tomcat.classpath">
|
||||
<fileset dir="/usr/local/tomcat/lib">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
<taskdef name="jrc"
|
||||
classname="net.sf.jasperreports.ant.JRAntCompileTask"
|
||||
classpathref="jasper.classpath"/>
|
||||
<target name="compile-reports">
|
||||
<jrc srcdir="./web/reports/idcards"
|
||||
destdir="./web/reports/idcards">
|
||||
<include name="**/*.jrxml"/>
|
||||
</jrc>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user