Menu

Tree [r66] /
 History

HTTPS access


File Date Author Commit
 google-assembly 2008-02-28 pauloslf [r58] version upgrade
 google-connector 2007-09-03 pauloslf [r16] Dependencies update
 google-framework 2008-05-21 pauloslf [r66] v114
 google-gui-plugin 2008-04-09 pauloslf [r61] - added needed changes to support google calend...
 google-plugin 2008-02-28 pauloslf [r57] version upgrade
 pom.xml 2007-12-16 pauloslf [r25] "super pom" responsable for managing all the su...
 readme.txt 2007-12-17 pauloslf [r28] Initial release

Read Me

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)


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.