Building libjitsi


source:  http://webcache.googleusercontent.com/search?q=cache:Hzreq2ReaRYJ:dev.sip-communicator.dev.java.narkive.com/FjsnXaI2/jitsi-dev-build-fails-when-including-a-rebuilt-libjitsi-from-source+&cd=6&hl=zh-TW&ct=clnk&gl=tw
1. Download Libjitsi from https://download.jitsi.org/libjitsi/src/libjitsi-src-273.zip
2. Without making any changes, run "ant rebuild" inside libjitsi source Buildfile: C:\Development\git\libjitsi\build.xml clean: compile: [mkdir] Created dir: C:\Development\git\libjitsi\classes [javac] C:\Development\git\libjitsi\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 541 source files to C:\Development\git\libjitsi\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] 1 warning jar: [jar] Building jar: C:\Development\git\libjitsi\libjitsi.jar make: rebuild: BUILD SUCCESSFUL Total time: 53 seconds
3. Copy C:\Development\git\libjitsi\libjitsi.jar to lib\installer-exclude of Jitsi source 
4. Execute ant rebuild in Jitsi source BUILD FAILED C:\Development\git\jitsi\build.xml:297: Compile failed; see the compiler error output for details. Total time: 1 minute 29 seconds

Comments