nuxeo-distribution-windows/windows-startup should be built during standard 
process, using Mono
----------------------------------------------------------------------------------------------

                 Key: NXP-5278
                 URL: https://jira.nuxeo.org/browse/NXP-5278
             Project: Nuxeo Enterprise Platform
          Issue Type: Task
          Components: Packaging
            Reporter: Julien Carsique
            Assignee: Julien Carsique


Sample script:

#!/bin/bash

#CONFIG=Debug
CONFIG=Release

if [ -d monotest ]; then
  rm -rf monotest
fi

cp -a 
nuxeo-distribution/nuxeo-distribution-windows/windows-startup/src/main/resources
 monotest

cd monotest


sed -i "s/x86/AnyCPU/g" NuxeoManager.sln

/cygdrive/c/Program\ Files\ \(x86\)/Mono-2.6.4/bin/xbuild 
/property:Configuration=$CONFIG

cp NuxeoCtl/bin/$CONFIG/NuxeoCtl.exe .
cp NuxeoProcess/bin/$CONFIG/NuxeoProcess.dll .
cp NuxeoService/bin/$CONFIG/NuxeoService.exe .



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to