20 Commits

Author SHA1 Message Date
Jeff Williams
e486377ad5 fix "module not found" errors on Windows (#533)
hat tip to @opengl-8080 for the fix!
2014-02-15 13:50:51 -08:00
Jeff Williams
80bd9e628f fix Rhino breakage on Windows (#533)
includes a new Rhino .jar:

https://github.com/jsdoc3/rhino/commit/0d8fe75b
2014-01-25 20:46:39 -08:00
Jeff Williams
d29632364b remove URI-conversion and dirname-specification cruft
includes new Rhino .jar to allow module directories to be specified as paths:
https://github.com/jsdoc3/rhino/tree/5dd82a4c
2013-12-24 21:08:28 -08:00
Jeff Williams
c9b0237c12 overhaul logging and error handling (#416) 2013-12-23 15:25:28 -08:00
Jeff Williams
679dd6498b on Rhino, optimize the order of the module paths
resolves a Windows issue that caused modules to be discovered in the
wrong order
2013-11-10 07:40:44 -08:00
Jeff Williams
6651a85b35 Merge branch 'master' into parsimony
Conflicts:
	lib/jsdoc/src/filter.js
	lib/jsdoc/src/scanner.js
	package.json
	test/specs/jsdoc/src/filter.js
	test/specs/jsdoc/src/scanner.js
	test/specs/tags/exportstag.js
2013-11-04 08:54:46 -08:00
Jeff Williams
a3d3384293 resolve paths relative to the user's working directory 2013-11-04 07:12:23 -08:00
Jeff Williams
de4297b20b refactor jsdoc.js; update Rhino
- Switched to a new Rhino fork: https://github.com/jsdoc3/rhino
  (currently reflects mozilla/rhino HEAD + enhancements for JSDoc)
- Removed jsdoc/util/global; new Rhino fork provides a `global` alias
  just like Node.js
- Moved most of jsdoc.js into cli.js, and refactored for clarity
2013-10-27 10:46:27 -07:00
Jeff Williams
d27619be17 improve debug stack traces by disabling optimization 2013-08-04 12:14:00 -07:00
Jeff Williams
d5877c1217 move rhino_modules/ to lib/ 2012-12-23 14:09:37 -08:00
Jeff Williams
4e0e4c2b97 move Node.js shims to rhino/ 2012-12-23 10:38:25 -08:00
Jeff Williams
9af22fdc3f move lib/ to rhino/ (#210) 2012-12-23 09:51:58 -08:00
Jeff Williams
487ce7a8b9 move common files from nodejs_modules to rhino_modules; remove unused files; de-lint 2012-10-17 08:20:53 -07:00
Jeff Williams
8993be2049 start looking in node_modules for JS modules 2012-10-14 09:11:04 -07:00
Jeff Williams
8bc3354154 on windows, use --nocolor option while running tests 2012-10-07 08:05:25 -07:00
Jakob Heuser
d61259a90c attempt to make npm compatible paths by removing node_modules as a path... darn you npm 2012-08-15 11:09:58 -07:00
Ben Blank
378572ae32 SHIFT doesn't seeem to affect %* 2012-06-16 14:13:24 -07:00
Ben Blank
e7dd88da46 restore parity between jsdoc and jsdoc.cmd 2012-06-16 11:56:03 -07:00
Ben Blank
79dc7afd87 don't barf on paths without spaces (resolves jsdoc3#115) 2012-06-16 11:03:56 -07:00
Ben Blank
f962577793 added short-form command for Windows 2012-04-18 16:28:42 -07:00