Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

11 Generating Eclipse Help > 11.8 Packaging Eclipse Help files > 11.8.3 Specifying a JAR command for doc.jar


11.8.3 Specifying a JAR command for doc.jar

To produce doc.jar, use a Mif2Go system command. For example:

[BookFileCommands]

BookEndCommand = jar -cvf doc.jar *

See §32.4.2.1 Executing a system command.

If you give your JAR file a name that allows it to be included in the ECLIPSE_HOME/plugins folder, you do not need to provide a subfolder for your Eclipse Help system. For example:

[BookFileCommands]

BookEndCommand = jar -cvf com.myapp.eclipse.core.doc.jar *

When you JAR your Eclipse Help system, you have exactly one deliverable, so you do not need to do any further archiving.



11 Generating Eclipse Help > 11.8 Packaging Eclipse Help files > 11.8.3 Specifying a JAR command for doc.jar