DOC

org.avaje.jetty : runnable-war

Maven & Gradle

Apr 18, 2016
2 stars

Provides a parent pom that builds runnable war using jetty. This uses the "maven overlay approach" to put jetty, logging, servlet api and avaje-jetty-runner into the root path of the war and a manifest entry to point to the RunWar main method. The jars included in the overlays provide a set of system classes that boot and run the war.

Table Of Contents

Latest Version

Download org.avaje.jetty : runnable-war Javadoc & API Documentation - Latest Versions:

All Versions

Download org.avaje.jetty : runnable-war Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x
2.1.x
1.2.x
1.2
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file runnable-war-2.2.1-javadoc.jar to runnable-war-2.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder runnable-war-2.2.1-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 "runnable-war-2.2.1-sources.jar" -d "runnable-war-2.2.1-javadoc" -subpackages 

Advertisement