jsdoc3-ant-task icon indicating copy to clipboard operation
jsdoc3-ant-task copied to clipboard

Unknown command line option found (Linux)

Open fidelstudios opened this issue 11 years ago • 2 comments

Hello, I run into an error when running the created jsdoc3 ant task.

<jsdoc3 
    jsdochome="${jsdoc.home}" 
    to="${destbase}/Documentation" 
    file="${destbase}/myLib.js" 
    template="spartan" 
/>

This fails at the closing tag and prints

Unknown command line option found: dirname=/home/admin/libs/jsdoc-master

(I can append the stack trace if required)

The jsdoc-master is the unzipped jsdoc3 repo as is from github. I am running Ubuntu 13.10. The destination folder exists and has permission 777.

Any ideas ?

fidelstudios avatar Feb 20 '14 21:02 fidelstudios

I have the exact same problem on Windows 7

ckosmowski avatar Mar 11 '14 08:03 ckosmowski

Same problem on Mac OS X.

supernaut avatar Oct 16 '15 11:10 supernaut