From: Marcin K. <kar...@o2...> - 2008-04-09 06:10:33
|
Hi, I'm trying to build WM plug-in from sources and something is wrong configured or broken. I've vs2005, WM ppc 5.0 SDK, WM smartphone 5.0 SDK, WM 6 SDK, NSIS installed. Step by step what I did: 1) downloaded last sources package (funambol-windowsmobile-plugin-src-6.5.18.zip) and unpack, 2) go to funambol-windowsmobile-plugin-src-6.5.18\Funambol\Windows Mobile Plug-in\clients\winmobile\install\pocketpc\build 3) configure paths in properties 4) then a run command: 'ant release' and it inform me that build failed which looks like that: ------------------- Buildfile: build.xml release: initwm5: buildwm5: [propertyfile] Updating property file: D:\download\funambol-windowsmobile-plugin -src-6.5.18\Funambol\Windows Mobile Plug-in\clients\winmobile\install\pocketpc\b uild\release.properties [echo] Build release: 6.5.18 clean-release-wm5: [echo] ../../clientdll/build/mainclientdll/Windows Mobile 5.0 Pocket PC SDK (ARMV4I)/Release/ clean-release-wm6: [echo] ../../clientdll/build/mainclientdll/Windows Mobile 6 Professional SD K (ARMV4I)/Release/ clean: initwm5: compile-no-checkout-release-wm5: [echo] "WMPlugin.sln" [echo] Build target is: "Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" [echo] Compiling WMPlugin vs2005... compile-no-checkout-release-wm6: [echo] "WMPlugin.sln" [echo] Build target is: "Release|Windows Mobile 6 Professional SDK (ARMV4I) " [echo] Compiling WMPlugin vs2005... buildwm5: [propertyfile] Updating property file: D:\download\funambol-windowsmobile-plugin -src-6.5.18\Funambol\Windows Mobile Plug-in\clients\winmobile\install\pocketpc\b uild\release.properties [echo] Build release: 6.5.18 forge-no-checkout-release-wm5: BUILD FAILED D:\download\funambol-windowsmobile-plugin-src-6.5.18\Funambol\Windows Mobile Plu g-in\clients\winmobile\install\pocketpc\build\build.xml:96: The following error occurred while executing this line: D:\download\funambol-windowsmobile-plugin-src-6.5.18\Funambol\Windows Mobile Plu g-in\clients\winmobile\install\pocketpc\build\ppcwm5.xml:360: D:\download\funamb ol-windowsmobile-plugin-src-6.5.18\Funambol\Windows Mobile Plug-in\clients\winmo bile\clientdll\build\mainclientdll\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Rel ease not found. Total time: 3 minutes 8 seconds ------------------- in build.xml file i found something like that: ------------------- ------ Skipped Build: Project: windowsmobile ------ ------ Skipped Build: Project: mainclientdll ------ ------ Skipped Build: Project: FunLanguage-en ------ ------ Skipped Build: Project: FunLanguage-de ------ ------ Skipped Build: Project: ClientPush ------ ------ Skipped Build: Project: FunambolClient ------ ------ Skipped Build: Project: startsync ------ ------ Skipped Build: Project: notlstnr ------ ------ Skipped Build: Project: transport ------ ------ Skipped Build: Project: setup ------ ------ Skipped Build: Project: handleservice ------ ========== Build: 0 succeeded or up-to-date, 0 failed, 11 skipped ========== ------ Build started: Project: windowsmobile, Configuration: Release Windows Mobile 6 Professional SDK (ARMV4I) ------ Compiling... ------------------- what is wrong wrong??? Best Regards MK |