hi all,
i am having issues building an installer for windows.
i ve followed this guide without success ->
https://java.net/projects/jitsi/lists/users/archive/2012-03/message/31
i ve tried to follow these suggestions ->
http://stackoverflow.com/questions/14495465/installer-for-jitsi-sip-communicator
but i cannot have the installer compiled.
i ve edited the MAKEFILE using the absolute path but nothing changed.
this is the error:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\francesco>cd c:\jitsi
c:\jitsi>ant build-installation-wix
Buildfile: c:\jitsi\build.xml
-pre-version:
version:
[javac] Compiling 3 source files to c:\jitsi\classes
[javac] warning: [options] bootstrap class path not set in conjunction
with
-source 1.6
[javac] 1 warning
[echo] Jitsi version 2.6.0.build.by.SVN
load-properties:
build-installation-wix:
clean-install-windows:
[delete] Deleting directory c:\jitsi\release\windows
[mkdir] Created dir: c:\jitsi\release\windows
[mkdir] Created dir: c:\jitsi\release\windows\tmp
define-ant-contrib-task:
build-installation-wix-base:
[propertyfile] Creating new property file:
c:\jitsi\release\windows\versionupdat
e.properties
[mkdir] Created dir: c:\jitsi\release\windows\tmp\light
[exec] process_begin: CreateProcess(NULL, rm.exe -f
../../../../resources/i
nstall/windows/config.h, ...) failed.
[exec] make (e=2): The system cannot find the file specified.
[exec] make.exe: [c:\jitsi/release/windows/tmp/light/config.h] Error 2
(ign
ored)
[exec] rm.exe -f ../../../../resources/install/windows/config.h
[exec] Makefile:49: recipe for target
'c:\jitsi/release/windows/tmp/light/c
onfig.h' failed
[exec] echo #define PRODUCTNAME "Jitsi" >
c:\jitsi/release/windows/tmp/ligh
t/config.h
[exec] echo #define PRODUCTBUILDVERSION "2.6.0.build.by.SVN" >>
c:\jitsi/re
lease/windows/tmp/light/config.h
[exec] echo #define TARGET_BASENAME "Jitsi" >>
c:\jitsi/release/windows/tmp
/light/config.h
[exec] echo #define TARGET_BASENAME_EXE "Jitsi.exe" >>
c:\jitsi/release/win
dows/tmp/light/config.h
[exec] run.rc:9:0: fatal error: when writing output to : No such file
or di
rectory
[exec]
[exec] ^
[exec] compilation terminated.
[exec] C:/mingw/x86/bin/windres.exe -I
C:/jitsi/resources/install/windows -
Ic:\jitsi/release/windows/tmp/light run.rc -O coff -o
c:\jitsi/release/windows/t
mp/light/run.res
[exec] Makefile:56: recipe for target
'c:\jitsi/release/windows/tmp/light/r
un.res' failed
[exec] C:/mingw/x86/bin/windres.exe: run.rc:33: syntax error
[exec] C:/mingw/x86/bin/windres.exe: preprocessing failed.
[exec] make.exe: *** [c:\jitsi/release/windows/tmp/light/run.res]
Error 1
BUILD FAILED
c:\jitsi\resources\install\build.xml:289: The following error occurred
while exe
cuting this line:
c:\jitsi\resources\install\build.xml:447: exec returned: 2
Total time: 2 seconds
can someone give me an updated guide or some suggestions?
thanks