/wiki/OtherTools.wiki

http://jsdoc-toolkit.googlecode.com/ · Unknown · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · 9c0bd7b09f520441fa81a100689ec06e MD5 · raw file

  1. #summary Advice on integrating with other tools.
  2. = Running !JsDoc Toolkit from Eclipse =
  3. _contributed by simon.speich_
  4. You can run jsdoc_toolkit from within eclipse or Aptana by setting up
  5. Run -> External Tools -> Open External Tools Dialog...
  6. Location
  7. {{{
  8. C:\DirectoryToWhereJavaIsLocated\Java\jre1.6.0_07\bin\java.exe
  9. }}}
  10. Working Directory
  11. {{{
  12. C:\DirectoryToWhereJsDocToolkitIsLocated\jsdoc-toolkit
  13. }}}
  14. Arguments
  15. {{{
  16. -jar jsrun.jar app\run.js "C:\PathToSourceFiles" -t=templates\jsdoc -d="C:\PathToOutputDirectory"
  17. }}}
  18. Note: You need to enclose the paths in quotes if they contain spaces (at least on windows)