MavenReportException: Error while generating Javadoc: Unable to write 'options' temporary file for command execution: Input length = 1 #399
-
I have the error above.
What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
What version of JPlag are you trying to build? Which mvn command did you run? We are not on Java 17 yet, so I have not tried building JPlag with Java 17 yet. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build v3.0.0. |
Beta Was this translation helpful? Give feedback.
-
I have tested building v3.0.0 with Java 17 and works fine for me on my system.
|
Beta Was this translation helpful? Give feedback.
-
Click to expand!`$ mvn clean package [INFO] Scanning for projects...
`$ mvn -version Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) |
Beta Was this translation helpful? Give feedback.
-
@Jiseong-Michael-Yang do you have docker? Then you could test whether the compilation works within docker on your machine. Could you please run maven package with debug option to get more insights. |
Beta Was this translation helpful? Give feedback.
-
A workaround is to disable the maven javadoc plugin plugin in the pom.xml in the main project directory. |
Beta Was this translation helpful? Give feedback.
A workaround is to disable the maven javadoc plugin plugin in the pom.xml in the main project directory.