DOC

it.uniroma2.art.coda : coda-converter-archetype

Maven & Gradle

Jul 21, 2023

Archetype of CODA converter projects · A Maven Archetype for the generation of a Maven project for a new converter. This archetype can be used either in combination with the Maven command line (utilizing the goal archetype:generate) or inside any IDE suitably integrated with Maven.

Table Of Contents

Latest Version

Download it.uniroma2.art.coda : coda-converter-archetype Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement