I have not been able to compile the bouncycastle leightweight API with the included ani built-in script file in the package. I have determined the path of WTK in "crypto_env.properties" but without success Has anyone been able to compile it and if so, how?
Edit:
I have seen on the Ent Build script which was sent with the bouncing package and tried to build my own script. My build script (which according to the following) results in error, though.
& lt; Project name = "MIDP" default = "COLLECTION" based = "." & Gt; & Lt; Property Name = "wtk" location = "/ wtk 2.5.2_01" /> & Lt; Property name = "src" location = "src" /> & Lt; Property name = "build" location = "build" /> & Lt; Goal name = "clear" & gt; & Lt; Delete dir = "$ {build}" /> & Lt; / Target & gt; & Lt; Target name = "init" & gt; & Lt; Mkdir dir = "$ {build}" /> & Lt; / Target & gt; & Lt; Property Name = "Midp-API-Jar" Value = "/ $ {wtk} /lib/midpapi20.jar" /> & Lt; Path id = "classpath" & gt; & Lt; Pathelement = "$ {midp-api-jar}" /> & Lt; Pathhelp location = "/ $ {wtk} /lib/cldcapi10.jar" /> & Lt; / Path & gt; & Lt; PatternSet id = "java-namespace-set" & gt; & Lt; Include name = "java / ** / * .java" /> & Lt; / Patternset & gt; & Lt; Target name = "compile" dependent = "init" & gt; & Lt; Include in javac srcdir = "$ {src}" destdir = "$ {build}" bootclass path = "$ {mid-api-jar}" at the lastest time = "no", include the raceman = "no" debug = "off" customization = "Off" & gt; & Lt; PatternSet refined = "java-namespace-set" /> & Lt; Classpath refined = "classpath" /> & Lt; / Javac & gt; & Lt; / Target & gt; & Lt; / Project & gt;
Have you read item number 3?
Comments
Post a Comment