I deleted the classes dir and that fixed it. So I'm guessing that I had an old version of PdfEncryption.class that was newer than PdfEncryption.java - but that there was something different in the method signature.
thanks - dave ----- Original Message ----- From: "David Thielen" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Cc: "itext" <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 5:31 PM Subject: Re: [iText-questions] Re: 114 won't build > I don't think I am although you never know. And the method is there in the > class. This is weird. > > Is there a jar built for java 1.3 anywhere? > > thanks - dave > > > ----- Original Message ----- > From: "Paulo Soares" <[EMAIL PROTECTED]> > To: "David Thielen" <[EMAIL PROTECTED]>; "itext" > <[EMAIL PROTECTED]> > Sent: Thursday, April 03, 2003 12:25 PM > Subject: Re: [iText-questions] Re: 114 won't build > > > > Well, in netbeans I hit "Build All" and all is compiled. Also in netbeans > I > > have a "Jar Recipe" to make a jar. I don't use ant. I suppose that you > have > > checked if you are not mixing files or classpaths among versions. > > > > Best Regards, > > Paulo Soares > > > > ----- Original Message ----- > > From: "David Thielen" <[EMAIL PROTECTED]> > > To: "itext" <[EMAIL PROTECTED]> > > Sent: Thursday, April 03, 2003 17:21 > > Subject: [iText-questions] Re: 114 won't build > > > > > > > Anyone know how to get 114 to build? > > > > > > thanks - dave > > > > > > > > > ----- Original Message ----- > > > From: David Thielen <mailto:[EMAIL PROTECTED]> > > > To: itext <mailto:[EMAIL PROTECTED]> > > > 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> > > > > > > > > > > > ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
