DOC

com.github.chrisprice : phonegap-build

Maven & Gradle

May 15, 2015
11 stars

PhoneGap Build Java API and Maven Plugin · This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.

Table Of Contents

Latest Version

Download com.github.chrisprice : phonegap-build Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.chrisprice : phonegap-build Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file phonegap-build-0.0.10-javadoc.jar to phonegap-build-0.0.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder phonegap-build-0.0.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "phonegap-build-0.0.10-sources.jar" -d "phonegap-build-0.0.10-javadoc" -subpackages 

Advertisement