Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Building

Obtaining the Source

JAS3

...

and most of its non-external dependencies can be found on the FreeHep SVN.

JAS3

This command will checkout the JAS3 trunk from SVN

CVS Instructions

CVS checkout command.

No Format
cvssvn -dco :pserver:anonymous@cvssvn://svn.freehep.org:/cvssvn/jas co jas3/trunk/

FreeHep

Much of JAS3's functionality is found in the freehep package.

...

This pulls all FreeHep external library jars files into the jas3/extensions directory.

Plugins

Overview

JAS uses plugins for most of its functionality. A plugin (org.freehep.application.Studio.Plugin) is a loadable module that is supposed to encapsulate certain functionality, such as handling of a specific data format.

Structure

On startup, JAS looks for this path in the jar file to load a plugin.

...