Table of Contents
Make sure that you have a Java™ 8+ 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 openjdk version "22.0.2" 2024-07-16 OpenJDK Runtime Environment (build 22.0.2+9-70) OpenJDK 64-Bit Server VM (build 22.0.2+9-70, 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-2_0_1.zip C:\XMLmind> dir assembly-2_0_1 ... <DIR> bin ... <DIR> doc ... <DIR> docsrc ... <DIR> legal ... C:\XMLmind> assembly-2_0_1\bin\assembly.bat assembly: ERROR: too few command-line arguments Usage: assembly [option]* in_assembly_file out_docbook_file|- ...
bin/
, bin/assembly
, bin/assembly.bat
Contains the assembly command-line utility.
Use shell script assembly
on Linux and on the
Mac. Use assembly.bat
on Windows.
doc/
, doc/index.html
docsrc/
, docsrc/manual.xml
Contains the DocBook v5.2 source of the documentation of
XMLmind Assembly
Processor. File
docsrc/manual.xml
contains an assembly. You may
want to use this sample DocBook v5.2 assembly to experiment with the
assembly command-line utility.
legal/
, legal.txt
Contains legal information about XMLmind Assembly Processor and about third-party components used in XMLmind Assembly Processor.
lib/*
.jar
All the Java™ class libraries needed to run XMLmind Assembly Processor:
assembly.jar
contain the code of
XMLmind Assembly
Processor.
xmlresolver.jar
contains XMLResolver, an
enhanced XML resolver with XML Catalog support
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.xml
Contains the Java™ source code of
XMLmind Assembly
Processor.
src/build.xml
is an ant build file which
allows to rebuild lib/assembly.jar
.