It looks like the fonts are missing in the precompiled .jars.

Also, even though the ant build process correctly identifies where j2ee.jar 
is, it still doesnt compile:


[grant@gsdev itext093]$ ant compileWithXML
Buildfile: build.xml

properties:

compileWithXML:
     [echo] Your path to j2ee.jar: /usr/local/j2sdkee1.3/lib/j2ee.jar
    [javac] Compiling 17 source files to /home/grant/itext093/classes
    [javac] 
/home/grant/itext093/src/com/lowagie/servlets/BufferedResponse.java:61: 
package javax.servlet does not exist
    [javac] import javax.servlet.ServletOutputStream;
    [javac]                      ^
    [javac] 
/home/grant/itext093/src/com/lowagie/servlets/BufferedResponse.java:62: 
package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpServletResponse;
    [javac]                           ^
    [javac] 
/home/grant/itext093/src/com/lowagie/servlets/BufferedResponse.java:63: 
package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpServletResponseWrapper;
    [javac]                           ^


etc...



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to