|
Anyone know how to get 114 to build?
thanks - dave
----- Original Message -----
Sent: Wednesday, April 02, 2003 3:24
PM
Subject: 114 won't build
Any ideas?
thanks - dave
C:\java\itext>ant
compile Buildfile: build.xml
properties:
compile: [javac]
Compiling 26 source files to C:\java\itext\classes
[javac] C:\java\itext\src\com\lowagie\text\pdf\PdfWriter.java:874: cannot
resolve symbol [javac] symbol : method
createDocumentId () [javac] location: class
com.lowagie.text.pdf.PdfEncryption
[javac]
fileID =
PdfEncryption.createInfoId(PdfEncryption.createDocumentId());
[javac] ^ [javac] 1 error
BUILD
FAILED file:C:/java/itext/build.xml:172: Compile failed; see the compiler
error output for details.
Total time: 10
seconds C:\java\itext>
|