Hi !
this works
root@capri-2:~# javadoc
javadoc: error - No modules, packages or classes specified.
1 error
Am 27.04.2022 um 19:04 schrieb Nick Couchman:
Make sure the javadoc command is in your normal PATH - you should be
able to execute "javadoc" from the command line.
On Wed, Apr 27, 2022 at 1:02 PM Gerd Hoerst <[email protected]> wrote:
Hi !
OK server compile now is OK but client complains
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar
(attach-javadocs) on project guacamole-common:
MavenReportException: Error while generating Javadoc: Unable to
find javadoc command: The environment variable JAVA_HOME is not
correctly set. -> [Help 1]
but
root@capri-2:~/develop/guacamole-client# echo $JAVA_HOME
/usr/lib/jvm/default-java
and
root@capri-2:/usr/lib/jvm/default-java/bin# ls
jaotc java javap jdeprscan jhsdb jjs jmod
jshell jstatd rmic serialver
jar javac jcmd jdeps jimage jlink jps
jstack keytool rmid unpack200
jarsigner javadoc jdb jfr jinfo jmap jrunscript
jstat pack200 rmiregistry
Ciao Gerd
Am 27.04.2022 um 13:56 schrieb Nick Couchman:
On Wed, Apr 27, 2022 at 3:22 AM Gerd Hoerst <[email protected]> wrote:
Hi !
is it fixed meanwhile in git ?
Yes, that's what Mike just said.
how can i download the archives from actual git ?
You can either use "git clone" to clone the repository, or, if
you go to the web page
(https://github.com/apache/guacamole-server) and there is an
option to download an archive toward the top of the page.
-Nick