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
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
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
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
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
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:
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,
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