madhavd1 / vscode-javadoc-tools

This is an extension for VSCode that allows user to generate javadoc comments for all methods within a class
https://marketplace.visualstudio.com/items?itemName=madhavd1.javadoc-tools
MIT License
9 stars 6 forks source link

Error exporting Javadoc #13

Closed Kekko01 closed 2 years ago

Kekko01 commented 3 years ago

Hi, I have an error when I try to export the Javadoc of the project, here is the code with the error:

In riga:1 car:94
+ ... Eclipse Foundation\jdk-11.0.12.7-hotspot\bin\javadoc" -public -d "c:\ ...
+                                                           ~~~~~~~
Token '-public' imprevisto nell'espressione o nell'istruzione.
In riga:1 car:102
+ ... ipse Foundation\jdk-11.0.12.7-hotspot\bin\javadoc" -public -d "c:\Use ...
+                                                                ~~
Token '-d' imprevisto nell'espressione o nell'istruzione.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnexpectedToken

What can I do?

madhavd1 commented 2 years ago

Hi @Kekko01 , Are you using pwsh?

I've just pushed v1.5.0 which should has a new property to fix this issue.

Can you please try and let me know?

Madhva