Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Mark Hall
If you are only interested in creating the jar files, then "ant jar" is all that is required. It looks like you are running one of the site building targets and that requires the site sources to also be present. Mark On Thursday 07 February 2008, Henry Lu wrote: > Sorry for the previous messag

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
Sorry for the previous message. The error from my added code and I fixed it. But there is one more error: BUILD FAILED C:\java_dev\itext\2.0.8\source_code\build.xml:100: The following error occurred while executing this line: C:\java_dev\itext\2.0.8\source_code\ant\site.xml:40: C:\java_dev\itex

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Mark Hall
Only the bcprov and bcmail jars are required. Place them in the lib directory. They should then be automatically included in the classpath. Mark On Thursday 07 February 2008, Henry Lu wrote: > for java 1.6, which one should i use: > > Provider Clean room JCE and provider SMIME/CMS

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
for java 1.6, which one should i use: ProviderClean room JCE and provider SMIME/CMS TSP OpenPGP/BCPG ? Where do I put the jar? Do I need to change the build.xml or compile.cml? -Henry Mark Hall wrote: > The one for the java version that you are using to compile the sou

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Mark Hall
The one for the java version that you are using to compile the source code. Mark On Thursday 07 February 2008, Henry Lu wrote: > Which one should I use? > > ProviderClean room JCE and provider SMIME/CMS TSP > OpenPGP/BCPG > Test Classes > JDK 1.6 bcprov-jdk16-13

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
Which one should I use? ProviderClean room JCE and provider SMIME/CMS TSP OpenPGP/BCPG Test Classes JDK 1.6 bcprov-jdk16-138.jar bcmail-jdk16-138.jar bctsp-jdk16-138.jar bcpg-jdk16-138.jar bctest-jdk16-138.jar -Henry Mark Hall wrote:

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Mark Hall
On Thursday 07 February 2008, you wrote: > and I got a lot of errors about missing import files like > > import org.bouncycastle.cms.CMSEnvelopedData; > > Am i missing some */dependencies/* Yes, you need the bouncycastle jars. You can get them here: http://www.bouncycastle.org/java.html Regards,

[iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
I tried to rebuild the jar file and tried both ant jar ant release and I got a lot of errors about missing import files like import org.bouncycastle.cms.CMSEnvelopedData; Am i missing some */dependencies/* /jar file for compiling? -Henry