My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
OtherTools  
Advice on integrating with other tools.
Updated Aug 4, 2011 by micm...@gmail.com

Running JsDoc Toolkit from Eclipse

contributed by simon.speich You can run jsdoc_toolkit from within eclipse or Aptana by setting up Run -> External Tools -> Open External Tools Dialog...

Location

C:\DirectoryToWhereJavaIsLocated\Java\jre1.6.0_07\bin\java.exe

Working Directory

C:\DirectoryToWhereJsDocToolkitIsLocated\jsdoc-toolkit

Arguments

-jar jsrun.jar app\run.js "C:\PathToSourceFiles" -t=templates\jsdoc -d="C:\PathToOutputDirectory"

Note: You need to enclose the paths in quotes if they contain spaces (at least on windows)

Comment by ludovic....@gmail.com, Apr 4, 2008

To run JsDoc? from Maven2, use this plugin: http://code.google.com/p/jsdoctk-plugin/

Powered by Google Project Hosting