This module is no longer supported.

This module is no longer being developed or distributed by Samalander. We apologize for the inconvenience. If you already own this module and would like a refund or upgrade to another module, please contact us.

DITA-to-JavaHelp Splash Image
{% include deprecationwarning.html %}

Return to DITA-to-JavaHelp Help Main Page

DITA-to-JavaHelp Help - Organizing the File System to Support the DITA-to-JavaHelp Module

Efficient generation of JavaHelp files from the file system requires some organization. Samalander has proved the following structure to be effective for JavaHelp generation, version control with SVN and GiT, and authoring.

Sample File System Structure for JavaHelp Generation, SVN or GiT, and Authoring

For a pretty PDF version click here.

For a pretty PNG version click here.

    C:\\...\
		TechDocs\
			Release Independent\
				Product MNO\...
			Release 1.2.3\...
			Release 1.2.4\
				Common\
					Screens\...
					Copyright\...
					License\...
					Warnings
						Shock.dita
						ESD.dita
						... 
					Graphics\...
						ESD.jpg
						 Shock.jpg
						... 
					Install-Physical\...
					Install-SW\...
				Product ABC\
					000-Title-page-for-JavaHelp.dita
					010-Chapter-1.dita
					020-Chapter-2.dita
					###-Chapter-#.dita
					... 
					ABC.ditamap
					ABC.book
					ABCTOC.fm
					ABCLOF.fm
					ABCLOT.fm
					Graphics\
						Screen-1.jpg
						... 
				Product XYZ\...
				Samalander Configuration files\
					DITA-to-JavaHelp\
						Product ABC\
							Include
								Logo.jpg
								Next.jpg
								Previous.jpg
								... 
							Header.html
							Footer.html
							ABC-JavaHelp.config
							JavaHelp.css
							... 
						Product XYZ\...
						Product MNO\...
		Samalander Output\
			DITA-to-JavaHelp\
				Product ABC JavaHelp\
					hsviewer.jar
					jh.jar
					ABC-Help.jar
					runjar.jar
			Sanity-Checker\...
			DITA-Metrics\...
			...

        

Return to DITA-to-JavaHelp Help Main Page