Apps/QA/OWA Extension: Difference between revisions

No edit summary
Line 76: Line 76:
==== <u></u>Extension Builds<u></u>  ====
==== <u></u>Extension Builds<u></u>  ====


The latest builds for the OWA extension can be found [http://people.mozilla.com/~mdabbagh/openwebapps/extension/ here]. The builds are created every morning of the work week. For automation, the 'latest' folder is used to avoid making changes to the addon.ini file for every test run.  
The latest builds for the OWA extension can be found [http://people.mozilla.com/~mdabbagh/openwebapps/extension/ here]. The builds are created every morning of the work week. For automation, the 'latest' folder is used to avoid making changes to the addon.ini file for every test run.To build the extension yourself from the github repository, please do the following:<br>
 
#git clone http://github.com/mozilla/openwebapps
#cd openwebapps
#git checkout feature/native-app (**As of November 14, 2011, this thas the latest code that you should build from. This will not be needed once the 'develop' branch has the latest code merged into it)
#make xpi (this will build the xpi file and place it in your current directory
 
You can drag the xpi file to your Firefox window to install it. You can also host the file on the web and the user would just click on the xpi file to install it to their Firefox.


==== Bug Tracking/Reporting  ====
==== Bug Tracking/Reporting  ====
221

edits