Copyright (C) 2007 Funambol, Inc.
Funambol Command Google Plug-in readme
====================================
Table of conntents
------------------
1. Building
2. Creating the NSIS installer
1. building
-----------
To compile:
mvn compiler:compile
To clean:
mvn clean
To create the distribution files :
1.1 Create the components :
mvn install
1.2 go into google-assembly/trunk/ and run:
mvn package to generate the zip and tar.gz files
2. Creating the NSIS installer
------------------------------
First of all install NSIS and the inetc plugin:
- download the plugin from here http://nsis.sourceforge.net/Inetc_plug-in
- extract inetc.dll into NSIS\Plugins
Then add to one of the active profiles in %USER_HOME%/.m2/settings.xml the following property:
<properties>
<nsis.home>... NSIS home ...</nsis.home>
</properties>
Where the path is the directory where makesis.exe is located.
To create the setup program go into google-assembly/trunk/ and run:
mvn exec:exec (after executing step 1.1 and 1.2)