Quoting Grant Smith <[EMAIL PROTECTED]>:

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

They are there, but they are corrupt.
As Paulo mentioned, I had put them in the CVS repository as plain
text files. Now they are uploaded to CVS as binary files.

> 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;

I changed the build.xml. As you can see when you do a diff in CVS,
I constructed the right CLASSPATH, pointing to the j2ee.jar based
on your environment variable J2EE_HOME, but I FORGOT TO USE THIS
CLASSPATH for compiling the code (a very silly error indeed).

Both problems are fixed in CVS.

Thank you all for the numerous suggestions that were made after
release 0.93. I am still working on them. I guess I will have to
make a 0.94 soon.

Bruno


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to