DOC

org.ferris : ferris-dyndns-jmce

Maven & Gradle

Sep 15, 2011

Ferris Dyndns JMCE: JMCE · Dyndns JMCE is an application deployed to a JMCE server whose purpose is to login to a Dyndns account because if that's not done on a regular basis the account gets deleted. MAVEN: mvn [-DskipTests] clean site package NOTES: After unzipping the binary on the JMCE server, make sure to copy the ferris-dyndns-jmce-private-0.0.1.jar to /bin so the app has the username/passwords it needs. 0.0.2: Changed project name from ferris-jmce-dyndns to ferris-dyndns-jmce Removed java.util.logging.Logger for Log4j Split into muli-module project 0.0.3: Update screen scrape based on changes to the dyndns website. 0.0.4: Update screen scrape (again) based on changes to the dyndns website. Changed parent to "ferris-standard-project" 0.0.5: - Update screen scrape (again) based on changes to the dyndns website. - Update pom.xml configuration to be in line with new parent pom. - Update project site

Table Of Contents

Latest Version

Download org.ferris : ferris-dyndns-jmce Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ferris : ferris-dyndns-jmce 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 ferris-dyndns-jmce-0.0.5-javadoc.jar to ferris-dyndns-jmce-0.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ferris-dyndns-jmce-0.0.5-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 "ferris-dyndns-jmce-0.0.5-sources.jar" -d "ferris-dyndns-jmce-0.0.5-javadoc" -subpackages 

Advertisement