Advertisement
Advertisement
| 05.12.2008 at 01:35PM PDT, ID: 23395881 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: |
<target name="testimage" depends="clean,compile" description="Test image rendering">
<junit printsummary="off" fork="on" dir="." jvm="java -Xms 512M -Xmx 2048M" >
<sysproperty key="test.pdfbox.util.TextStripper.file" value="${file}"/>
<classpath>
<pathelement path="${ant.jar}" />
<pathelement path="${lucene.jar}" />
<pathelement path="${lucene-demo.jar}" />
<pathelement path="${fontbox.jar}" />
<pathelement path="${jempbox.jar}" />
<pathelement path="${bcprov.jar}" />
<pathelement path="${bcmail.jar}" />
<pathelement path="${jai_codec.jar}" />
<pathelement path="${jai_core.jar}" />
<pathelement path="${dest.dir}"/>
<pathelement path="." />
</classpath>
<formatter usefile="false" type="plain" />
<test name="test.pdfbox.util.TestPDFToImage" />
</junit>
</target>
|