You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (Jira)" <ji...@apache.org> on 2019/11/03 04:06:00 UTC

[jira] [Commented] (NETBEANS-3302) Non-modular Gradle project fails to recognize Javadoc

    [ https://issues.apache.org/jira/browse/NETBEANS-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16965560#comment-16965560 ] 

Laszlo Kishalmi commented on NETBEANS-3302:
-------------------------------------------

Well, we did nit have too much time to experiment with Gradle 6.0. Upon the attached picture its behavior seems a bit weird.

Though even with 5.6.3 seems that we have an issue we try to search the sources and javadoc for the linux jars which is obviously missing. Right now the lookup is binary -> source and binary -> javadoc. I'm going to test if an binary -> module -> source/javadoc would help.

> Non-modular Gradle project fails to recognize Javadoc
> -----------------------------------------------------
>
>                 Key: NETBEANS-3302
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3302
>             Project: NetBeans
>          Issue Type: Sub-task
>    Affects Versions: 11.2
>         Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>            Reporter: John Neffenger
>            Priority: Minor
>         Attachments: compile-classpath.png, javadoc-window.png
>
>
> In the description below, I'm using the JavaFX sample project for NetBeans defined in the [Non-Modular Gradle|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle] directory of the [openjfx/samples|https://github.com/openjfx/samples] repository.
> Set up the project as explained in the [parent issue|https://issues.apache.org/jira/browse/NETBEANS-3296] under the section _Gradle Non-Modular_. In particular, you'll need to install and use Gradle version 6.0, and you'll need to copy the JavaFX Javadoc and Sources archives in the Gradle cache so that their names include the platform qualifier.
> After those changes, Gradle lists the following items in the Compile Classpath.
> !compile-classpath.png!
> The source navigation works, and the Javadoc comments in the Sources are displayed correctly, but the Javadoc artifacts are not recognized. The button in the Javadoc Window to show the documentation in an external Web browser is disabled, and the _Show Javadoc (Alt-F1)_ item in the context menu does nothing.
> !javadoc-window.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists