Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created March 8, 2013 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/ef9cfa30c2f047bfe845 to your computer and use it in GitHub Desktop.
Save tmcw/ef9cfa30c2f047bfe845 to your computer and use it in GitHub Desktop.
2013-03-08 12:18:56,254 build/jsdoc-master-timestamp: jsdoc -t doc/template -r src -d build/gh-pages/master/apidoc
Traceback (most recent call last):
File "build.py", line 512, in <module>
main()
File "/Users/tmcw/src/ol3/pake.py", line 336, in main
target.build(dry_run=options.dry_run)
File "/Users/tmcw/src/ol3/pake.py", line 92, in build
timestamp = max(timestamp, target.build(dry_run=dry_run))
File "/Users/tmcw/src/ol3/pake.py", line 92, in build
timestamp = max(timestamp, target.build(dry_run=dry_run))
File "/Users/tmcw/src/ol3/pake.py", line 92, in build
timestamp = max(timestamp, target.build(dry_run=dry_run))
File "/Users/tmcw/src/ol3/pake.py", line 107, in build
self.action(self)
File "build.py", line 359, in jsdoc_BRANCH_timestamp
t.run('%(JSDOC)s', '-t', 'doc/template', '-r', 'src', '-d', 'build/gh-pages/%(BRANCH)s/apidoc')
File "/Users/tmcw/src/ol3/pake.py", line 204, in run
subprocess.check_call(args, **kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 506, in check_call
retcode = call(*popenargs, **kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
python build.py 109.62s user 14.37s system 81% cpu 2:32.77 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment