DOC

org.kuali.db.impex : impex-legacy-bundle

Maven & Gradle

Nov 06, 2011

Legacy Impex Tool · This project creates a bundle of the Impex legacy tool that is decoupled from Subversion. It creates a jar file that has the exact same binaries, source, directory structure, and layout as the Impex contained inside Subversion. Since it is published as a versioned jar file, it can be referenced in other processes (like the Rice binary release process) without those processes needing the ability to connect back to Subversion to check out the tool. Processes that need access to the legacy Impex tool can thus express a normal maven dependency in order to obtain it.

Table Of Contents

Latest Version

Download org.kuali.db.impex : impex-legacy-bundle Javadoc & API Documentation - Latest Versions:

All Versions

Download org.kuali.db.impex : impex-legacy-bundle Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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