prod pruning

This commit is contained in:
Jason Jordan
2026-05-06 15:13:01 -04:00
parent 7f5a0cd319
commit 2229df3787
3 changed files with 2 additions and 45 deletions
+2
View File
@@ -10,3 +10,5 @@ target/
# Log file
*.log
*.jasper
/compile-jasper.xml
/HowToCompile.txt
-13
View File
@@ -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
-32
View File
@@ -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>