Table of Contents
Make sure that you have a Java™ 1.6+ runtime installed on your machine. To check this, please open a command window and type "java -version" followed by Enter. You should get something looking like this:
C:\> java -version java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8.0_112-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
Simply unzip
assembly- in any
directory.X_Y_Z.zip
After that, you can run command-line utility
assembly by simply executing
(assembly_install_dir/bin/assembly.bat
on the Mac and on Linux).assembly_install_dir/bin/assembly
C:\> mkdir XMLmind C:\> cd XMLmind C:\XMLmind> unzip assembly-1_0_2.zip C:\XMLmind> dir assembly-1_0_2 ... <DIR> bin ... <DIR> doc ... <DIR> docsrc ... <DIR> legal ... C:\XMLmind> assembly-1_0_2\bin\assembly.bat assembly: ERROR: too few command-line arguments Usage: assembly [option]* in_assembly_file out_docbook_file|- ...
bin/, bin/assembly, bin/assembly.batContains the assembly command-line utility.
Use shell script assembly on Linux and on the
Mac. Use assembly.bat on Windows.
doc/, doc/index.htmlContains the documentation of XMLmind Assembly Processor.
docsrc/, docsrc/manual.xmlContains the DocBook v5.1 source of the documentation of XMLmind
Assembly Processor. File docsrc/manual.xml
contains an assembly. You may want to use this sample DocBook v5.1
assembly to experiment with the assembly
command-line utility.
legal/, legal.txtContains legal information about XMLmind Assembly Processor and about third-party components used in XMLmind Assembly Processor.
lib/*.jarAll the Java™ class libraries needed to run XMLmind Assembly Processor:
assembly.jar contain the code of
XMLmind Assembly Processor.
resolver.jar contains Apache XML Commons
Resolver which implements catalog-based entity and URI
resolution.
This component is needed only if your assembly loads XML documents having a DTD (e.g. transform DITA topics to DocBook topics).
src/, src/build.xmlContains the Java™ source code of XMLmind
Assembly Processor. src/build.xml is an ant build file which allows
to rebuild lib/assembly.jar.