[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-05-18 Thread Lou H (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lou H updated NETBEANS-2417:

Attachment: nb1.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
> Attachments: nb1.png
>
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-05-18 Thread Lou H (JIRA)


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

Lou H commented on NETBEANS-2417:
-

It _would_ be cool to see the elephants. But seems to be two issues: 
 * Five of the icons have smaller icons overlaid (Java coffee and a "start 
arrows" icon), which seems to "technically" go against branding rules on 
Gradle's page. Is that an issue? 
 * Since I'm trying a local NB build here anyway, I tried replacing the icons 
in the two folders mentioned above, but two of them in the New Project dialog 
are still the old ones (see attached) after a rebuild, so there may be others 
to replace. (Task and Project folder icons were fine.) Changing to a light 
theme doesn't help.

I could make the change if those two issues are figured out. None of these 
icons were 32x32, they're all 16x16 or even smaller down to a crazy 8x8. Looks 
pretty cool though:  !nb1.png!

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
> Attachments: nb1.png
>
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2561) Gradle sub-projects report missing packages, but successful builds

2019-05-19 Thread Lou H (JIRA)
Lou H created NETBEANS-2561:
---

 Summary: Gradle sub-projects report missing packages, but 
successful builds
 Key: NETBEANS-2561
 URL: https://issues.apache.org/jira/browse/NETBEANS-2561
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.0
 Environment: Linux Mint / Linux Solus (others reporting were likely on 
Windows)
Reporter: Lou H
 Attachments: jme3.png

NetBeans 11 (w/Gradle integration) is reporting missing imports when loading an 
open source project.

I'm fairly sure it's just an issue with the new Groovy/Gradle plugin, having 
tried different configurations listed below. Also the Gradle build works fine 
from the command line, including running examples. A few others have seen the 
same problem and I've repeated it on two machines, so it's definitely not some 
localized issue.

Configurations tested so far: 
NetBeans 10 OpenJDK 8 Gradle 4.10.2 (using old Gradle plugin) - Success
NetBeans 10 OpenJDK 11 Gradle 4.10.2 (using old Gradle plugin) - Success*
NetBeans 11 OpenJDK 11 Gradle 4.10.2 - Errors reported (see screencap)*
NetBeans 11 OpenJDK 12 Gradle 4.10.2 - Errors reported (see screencap)
*Javadoc crash in one project due to apparent bug in JDK 9-11 but not a NB issue

With a "Clean and Build Project" (on the root or subprojects), Gradle output 
_reports_ build success, but NB still doesn't see the missing project 
dependencies. Using the "run" task on the examples project also works (right 
click jme3-examples sub-project->Run Gradle->Tasks->run), despite essential 
packages being reported missing.

Unfortunately I haven't yet been able to create a minimal project to reproduce 
the issues, but it should be fairly easy to reproduce by opening the root 
project and all subprojects in NB 11. 

[https://github.com/jMonkeyEngine/jmonkeyengine] 

I'm willing to try tracking down what's going on here, but might need some 
advice on a good method for doing so.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2561) Gradle sub-projects report missing packages, but successful builds

2019-05-19 Thread Lou H (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lou H updated NETBEANS-2561:

Attachment: jme3-2.png

> Gradle sub-projects report missing packages, but successful builds
> --
>
> Key: NETBEANS-2561
> URL: https://issues.apache.org/jira/browse/NETBEANS-2561
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Linux Mint / Linux Solus (others reporting were likely 
> on Windows)
>Reporter: Lou H
>Priority: Major
> Attachments: jme3-2.png, jme3.png
>
>
> NetBeans 11 (w/Gradle integration) is reporting missing imports when loading 
> an open source project.
> I'm fairly sure it's just an issue with the new Groovy/Gradle plugin, having 
> tried different configurations listed below. Also the Gradle build works fine 
> from the command line, including running examples. A few others have seen the 
> same problem and I've repeated it on two machines, so it's definitely not 
> some localized issue.
> Configurations tested so far: 
> NetBeans 10 OpenJDK 8 Gradle 4.10.2 (using old Gradle plugin) - Success
> NetBeans 10 OpenJDK 11 Gradle 4.10.2 (using old Gradle plugin) - Success*
> NetBeans 11 OpenJDK 11 Gradle 4.10.2 - Errors reported (see screencap)*
> NetBeans 11 OpenJDK 12 Gradle 4.10.2 - Errors reported (see screencap)
> *Javadoc crash in one project due to apparent bug in JDK 9-11 but not a NB 
> issue
> With a "Clean and Build Project" (on the root or subprojects), Gradle output 
> _reports_ build success, but NB still doesn't see the missing project 
> dependencies. Using the "run" task on the examples project also works (right 
> click jme3-examples sub-project->Run Gradle->Tasks->run), despite essential 
> packages being reported missing.
> Unfortunately I haven't yet been able to create a minimal project to 
> reproduce the issues, but it should be fairly easy to reproduce by opening 
> the root project and all subprojects in NB 11. 
> [https://github.com/jMonkeyEngine/jmonkeyengine] 
> I'm willing to try tracking down what's going on here, but might need some 
> advice on a good method for doing so.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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