Details
Description
Check the applet example with 4.0 final and build a simple build script and readme to help people more easily build the example.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 4.0 [ 10222 ] | |
| Priority | Major [ 3 ] | Trivial [ 5 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #20347 | Fri Jan 22 12:47:20 MST 2010 | patrick.corless | |
| Files Changed | ||||
ADD
/icepdf/trunk/icepdf/examples/applet/build.xml
MODIFY
/icepdf/trunk/icepdf/examples/applet/PDFApplet.html
MODIFY
/icepdf/trunk/icepdf/examples/applet/ViewerApplet.java
ADD
/icepdf/trunk/icepdf/examples/applet/README.txt
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Updated and test the applet examples. The main issue was related to having wrong jars names archive attribute definition in the html file.
I create an ant script to quickly build the example and copy all dependencies to the ./dist folder. The script doesn't sign the jars but I created a simple readme to point users in the right direction.