/wiki/OtherTools.wiki
http://jsdoc-toolkit.googlecode.com/ · Unknown · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · 9c0bd7b09f520441fa81a100689ec06e MD5 · raw file
- #summary Advice on integrating with other tools.
- = 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)