[netbeans] branch master updated: [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note

2019-10-07 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 10657f0  [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note
 new 177e6c0  Merge pull request #1554 from jgneff/homenote
10657f0 is described below

commit 10657f0de2a2f2e607c0985ef3c612f892b896ca
Author: John Neffenger 
AuthorDate: Sun Oct 6 14:48:19 2019 -0700

[NETBEANS-3209] Add JAVA_HOME and ANT_HOME note

Add a brief note about the JAVA_HOME and ANT_HOME environment variables
to the build instructions on the Web site and the GitHub repository. See
the following message on the mailing list for details:

Re: Building NetBeans 11.1 from source fails with compile errors

https://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3C26c1f141-b021-4473-059f-41ec0b5e3613%40status6.com%3E

Fixes #3209
---
 README.md | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 11caa5c..36eb9f3 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,11 @@ Apache NetBeans is an open source development environment, 
tooling platform, and
   * JDK 9 or above (to run NetBeans)
   * MinGW (optional), to build Windows Launchers
 
-**Note:** NetBeans also runs with JDK 8, although then it will not include 
tools for the JDK 9 Shell.
+ Notes:
 
-**Note:** NetBeans license violation checks are managed via the 
[rat-exclusions.txt](https://github.com/apache/netbeans/blob/master/nbbuild/rat-exclusions.txt)
 file.
+* NetBeans also runs with JDK 8, although then it will not include tools for 
the JDK 9 Shell.
+* NetBeans license violation checks are managed via the 
[rat-exclusions.txt](https://github.com/apache/netbeans/blob/master/nbbuild/rat-exclusions.txt)
 file.
+* Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
 
 ### Building NetBeans
 


-
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



[netbeans-website] branch master updated: [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note

2019-10-07 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 490c8e8  [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note
 new 0588383  Merge pull request #416 from jgneff/patch-1
490c8e8 is described below

commit 490c8e83818d249545ef3148065a6704121c6c1c
Author: John Neffenger 
AuthorDate: Sun Oct 6 14:58:58 2019 -0700

[NETBEANS-3209] Add JAVA_HOME and ANT_HOME note

Add a brief note about the JAVA_HOME and ANT_HOME environment variables
to the build instructions on the Web site and the GitHub repository. See
the following message on the mailing list for details:

Re: Building NetBeans 11.1 from source fails with compile errors

https://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3C26c1f141-b021-4473-059f-41ec0b5e3613%40status6.com%3E

Fixes #3209
---
 netbeans.apache.org/src/content/download/dev/index.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netbeans.apache.org/src/content/download/dev/index.asciidoc 
b/netbeans.apache.org/src/content/download/dev/index.asciidoc
index 8648b0c..050315d 100644
--- a/netbeans.apache.org/src/content/download/dev/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/dev/index.asciidoc
@@ -39,6 +39,7 @@ You can of course build Apache NetBeans from source. To do so:
 . Clone the https://github.com/apache/netbeans GitHub repository.
 . Install Oracle's Java or Open JDK (v8, v11).
 . Install Apache Ant 1.10 or greater (https://ant.apache.org/).
+. Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
 
 Once you're all set just enter the `netbeans` directory and type:
 


-
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



[netbeans-website] branch master updated: [NETBEANS-3208] Add Snap package to download page

2019-10-07 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 2dcfeb5  [NETBEANS-3208] Add Snap package to download page
 new fbaba85  Merge pull request #417 from jgneff/patch-2
2dcfeb5 is described below

commit 2dcfeb54617fa47396ca9653eaac7a1aead03d68
Author: John Neffenger 
AuthorDate: Sun Oct 6 15:31:18 2019 -0700

[NETBEANS-3208] Add Snap package to download page

Add the snap package (https://snapcraft.io/netbeans) as an alternative
for Linux systems on the Apache NetBeans 11.1 download page.

Fixes #3208
---
 netbeans.apache.org/src/content/download/nb111/nb111.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netbeans.apache.org/src/content/download/nb111/nb111.asciidoc 
b/netbeans.apache.org/src/content/download/nb111/nb111.asciidoc
index a33db15..5f1f76f 100644
--- a/netbeans.apache.org/src/content/download/nb111/nb111.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb111/nb111.asciidoc
@@ -73,6 +73,7 @@ Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#
 of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
 The PGP keys used to sign this release are available 
link:https://www.apache.org/dist/netbeans/KEYS[here].
 
+Apache NetBeans can also be installed as a self-contained 
link:https://snapcraft.io/netbeans[snap package] on Linux.
 
 == Deployment platforms
 


-
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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 891

2019-10-07 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 327fdbe  Automated site publishing by Jenkins build 891
327fdbe is described below

commit 327fdbe48244dfc41f306d1f0603c706cc0da2a3
Author: jenkins 
AuthorDate: Mon Oct 7 07:08:47 2019 +

Automated site publishing by Jenkins build 891
---
 content/download/dev/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/download/dev/index.html b/content/download/dev/index.html
index 50b0d34..ee912f8 100644
--- a/content/download/dev/index.html
+++ b/content/download/dev/index.html
@@ -112,6 +112,9 @@ download (unsupported) daily development builds.
 
 Install Apache Ant 1.10 or greater (https://ant.apache.org/"; 
class="bare">https://ant.apache.org/).
 
+
+Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
+
 
 
 


-
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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 892

2019-10-07 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 4612f61  Automated site publishing by Jenkins build 892
4612f61 is described below

commit 4612f615d0c942f41825b1c2accfd031d3c547c5
Author: jenkins 
AuthorDate: Mon Oct 7 07:12:12 2019 +

Automated site publishing by Jenkins build 892
---
 content/download/nb111/nb111.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/download/nb111/nb111.html 
b/content/download/nb111/nb111.html
index 05ce102..155e215 100644
--- a/content/download/nb111/nb111.html
+++ b/content/download/nb111/nb111.html
@@ -131,6 +131,9 @@ See Apache NetBeans 
11.1 Features for a
 of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
 The PGP keys used to sign this release are available https://www.apache.org/dist/netbeans/KEYS";>here.
 
+
+Apache NetBeans can also be installed as a self-contained https://snapcraft.io/netbeans";>snap package on Linux.
+
 
 
 


-
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-3211) invalid pool entry exception

2019-10-07 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3211:
-

 Summary: invalid pool entry exception
 Key: NETBEANS-3211
 URL: https://issues.apache.org/jira/browse/NETBEANS-3211
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Launchers&CLI
 Environment: 
  2019-10-07T10:24:40
  1570436680332
  273
  700
  26
  UI_USER_CONFIGURATION
  UI_USER_CONFIGURATION
  org.netbeans.modules.uihandler.Bundle
  Linux, 5.0.0-31-generic, amd64
  Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
Environment, 1.8.0_201-b09
  Apache NetBeans IDE DEV (Build 
dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
  
  AssertionError: Invalid pool entry
  
  *
Reporter: Pieter van den Hombergh


java.lang.AssertionError: Invalid pool entry
at com.sun.tools.javac.code.Type.poolTag(Type.java:134)
at 
com.sun.tools.javac.jvm.PoolWriter$WriteablePoolHelper.writeConstant(PoolWriter.java:362)
at 
com.sun.tools.javac.jvm.PoolWriter$WriteablePoolHelper.writeIfNeeded(PoolWriter.java:353)
at 
com.sun.tools.javac.jvm.PoolWriter$WriteablePoolHelper.access$000(PoolWriter.java:331)
at com.sun.tools.javac.jvm.PoolWriter.putMember(PoolWriter.java:125)
at com.sun.tools.javac.jvm.Code.emitop2(Code.java:1004)
at com.sun.tools.javac.jvm.Items$MemberItem.load(Items.java:518)
at com.sun.tools.javac.jvm.Gen.visitUnary(Gen.java:2071)
at com.sun.tools.javac.tree.JCTree$JCUnary.accept(JCTree.java:2067)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:864)
at com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1723)
at 
com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1529)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:622)
at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:673)
at com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:1084)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1036)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:636)
at com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:954)
at com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:917)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:882)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:601)
at com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2398)
at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:786)
at 
com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1749)
at 
com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:574)
at 
com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
at 
com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:577)
at 
org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker$2.run(SuperOnePassCompileWorker.java:291)
at 
org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:180)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:287)
at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:212

[jira] [Created] (NETBEANS-3212) nbjavac error with multiplass compiler worker

2019-10-07 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3212:
-

 Summary: nbjavac error with multiplass compiler worker
 Key: NETBEANS-3212
 URL: https://issues.apache.org/jira/browse/NETBEANS-3212
 Project: NetBeans
  Issue Type: Bug
 Environment: Linux, 5.0.0-31-generic, amd64
  Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
Environment, 1.8.0_201-b09
  Apache NetBeans IDE DEV (Build 
dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
  
  AssertionError: 
  
  *
Reporter: Pieter van den Hombergh


Classpath: 
/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/classes:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/test-classes:/home/hom/.m2/repository/nl/fontys/sebivenlo/sortingservice/api/1.0/api-1.0.jar:/home/hom/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/hom/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/hom/.m2/repository/org/mockito/mockito-core/2.24.0/mockito-core-2.24.0.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar:/home/hom/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Sourcepath: 
/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/java:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/resources
java.lang.AssertionError: 
at 
com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitError(ClassWriter.java:648)
at com.sun.tools.javac.code.Attribute$Error.accept(Attribute.java:387)
at 
com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:671)
at 
com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations(ClassWriter.java:505)
at 
com.sun.tools.javac.jvm.ClassWriter.writeMemberAttrs(ClassWriter.java:365)
at 
com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1006)
at 
com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1478)
at 
com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1586)
at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1507)
at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:787)
at 
com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1749)
at 
com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:574)
at 
com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
at 
com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:577)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3300)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3255)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:3255)
at 
org.netbeans.modules.parsing.

[jira] [Commented] (NETBEANS-3212) nbjavac error with multiplass compiler worker

2019-10-07 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3212:
-

What must be done to reproduce this?

Can you reproduce this with 11.2 beta2?

bit.ly/apache-netbeans-11-2-beta-2

> nbjavac error with multiplass compiler worker
> -
>
> Key: NETBEANS-3212
> URL: https://issues.apache.org/jira/browse/NETBEANS-3212
> Project: NetBeans
>  Issue Type: Bug
> Environment: Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
>   
>   AssertionError: 
>    reproduce>
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> Classpath: 
> /home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/classes:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/test-classes:/home/hom/.m2/repository/nl/fontys/sebivenlo/sortingservice/api/1.0/api-1.0.jar:/home/hom/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/hom/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/hom/.m2/repository/org/mockito/mockito-core/2.24.0/mockito-core-2.24.0.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar:/home/hom/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
> Sourcepath: 
> /home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/java:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/resources
> java.lang.AssertionError: 
>   at 
> com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitError(ClassWriter.java:648)
>   at com.sun.tools.javac.code.Attribute$Error.accept(Attribute.java:387)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:671)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations(ClassWriter.java:505)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMemberAttrs(ClassWriter.java:365)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1006)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1478)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1586)
>   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1507)
>   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:787)
>   at 
> com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1749)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:574)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:577)
> [catch] at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
>   at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3300)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3255)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.Repository

[jira] [Updated] (NETBEANS-2455) Splash screens for development version

2019-10-07 Thread Rami Swailem (Jira)


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

Rami Swailem updated NETBEANS-2455:
---
Attachment: Screen Shot 2019-10-07 at 11.44.33.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Screen Shot 2019-10-07 at 11.44.33.png, Simplified 
> Splash Screen.ai, Splash Screen HiDPI and Product Version.png, 
> apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



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

-
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-2455) Splash screens for development version

2019-10-07 Thread Rami Swailem (Jira)


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

Rami Swailem commented on NETBEANS-2455:


The git ID is too long. Maybe use a shorted ID instead.

See 

Screen Shot 2019-10-07 at 11.44.33.png

Screen Shot 2019-10-07 at 11.45.49.png

Screen Shot 2019-10-07 at 11.46.53.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Screen Shot 2019-10-07 at 11.44.33.png, Screen Shot 
> 2019-10-07 at 11.45.49.png, Screen Shot 2019-10-07 at 11.46.53.png, 
> Simplified Splash Screen.ai, Splash Screen HiDPI and Product Version.png, 
> apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



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

-
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-2455) Splash screens for development version

2019-10-07 Thread Rami Swailem (Jira)


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

Rami Swailem updated NETBEANS-2455:
---
Attachment: Screen Shot 2019-10-07 at 11.45.49.png
Screen Shot 2019-10-07 at 11.46.53.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Screen Shot 2019-10-07 at 11.44.33.png, Screen Shot 
> 2019-10-07 at 11.45.49.png, Screen Shot 2019-10-07 at 11.46.53.png, 
> Simplified Splash Screen.ai, Splash Screen HiDPI and Product Version.png, 
> apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



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

-
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] [Comment Edited] (NETBEANS-2455) Splash screens for development version

2019-10-07 Thread Rami Swailem (Jira)


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

Rami Swailem edited comment on NETBEANS-2455 at 10/7/19 10:09 AM:
--

[~ebakke]

The git ID is too long. Maybe use a shorted ID instead.

See 

Screen Shot 2019-10-07 at 11.44.33.png

Screen Shot 2019-10-07 at 11.45.49.png

Screen Shot 2019-10-07 at 11.46.53.png


was (Author: palman):
The git ID is too long. Maybe use a shorted ID instead.

See 

Screen Shot 2019-10-07 at 11.44.33.png

Screen Shot 2019-10-07 at 11.45.49.png

Screen Shot 2019-10-07 at 11.46.53.png

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: Screen Shot 2019-10-07 at 11.44.33.png, Screen Shot 
> 2019-10-07 at 11.45.49.png, Screen Shot 2019-10-07 at 11.46.53.png, 
> Simplified Splash Screen.ai, Splash Screen HiDPI and Product Version.png, 
> apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



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

-
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



svn commit: r36228 - /dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/ /release/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/

2019-10-07 Thread skygo
Author: skygo
Date: Mon Oct  7 10:10:09 2019
New Revision: 36228

Log:
release nbm-maven-harness 11.1

Added:

release/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/
  - copied from r36227, 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/
Removed:

dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/


-
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



svn commit: r36229 - /release/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.0/

2019-10-07 Thread skygo
Author: skygo
Date: Mon Oct  7 10:10:55 2019
New Revision: 36229

Log:
remove former release

Removed:

release/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.0/


-
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-3172) CTRL-F is disabled after running for a while (windows lock and relog)

2019-10-07 Thread Dalibor Toman (Jira)


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

Dalibor Toman commented on NETBEANS-3172:
-

I stopped Netbeans, deleted the userdir and cachedir, started netbeans again, 
opened a project, opened some files and then I left the NetBeans untouched (I 
was on vacation) for 5 days. Today I found that all the TABs with opened files 
are subject of the bug. CTRL-F not working, line numbers missing. The log file 
c:\Users\name.domain\AppData\Roaming\NetBeans\11.1\var\log\messages.log has an 
old date (1.10.2019 the day I started NetBeans) so I think there are no useful 
data logged there. I didn't stop NetBeans yet. Does NetBeans cache the log file 
contatent - i.e it is possible that there are some action logged but not 
flushed to the disc file? Or do I have to enable some more detailed logging 
(where?)

> CTRL-F is disabled after running for a while (windows lock and relog)
> -
>
> Key: NETBEANS-3172
> URL: https://issues.apache.org/jira/browse/NETBEANS-3172
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: endl
>Priority: Major
>
> This story is going on for years. And there is a bug already listed in here:
>  
> [https://netbeans.org/bugzilla/show_bug.cgi?id=222562]
>  
> As old bug tracking system doesn't work 
> ([https://netbeans.org/bugzilla/enter_bug.cgi] gives
> internal server error 500. Hello there!) I submit it in here.
>  
>  
> Look's like it is only in Windows and after I lock windows and then log on 
> again I have the issue.
>  
> +_*It's annoying*_+ It is lasting for years. Please 
> get it fix someone somehow.



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

-
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-3213) Package names in the Projects tree are not fully rendered

2019-10-07 Thread David Karnok (Jira)
David Karnok created NETBEANS-3213:
--

 Summary: Package names in the Projects tree are not fully rendered
 Key: NETBEANS-3213
 URL: https://issues.apache.org/jira/browse/NETBEANS-3213
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: Windows 10 x64 (1903)
Monitor: 4K with 150% scaling by Windows

Product Version: Apache NetBeans IDE 11.1
Java: 12.0.2; Java HotSpot(TM) 64-Bit Server VM 12.0.2+10
Runtime: Java(TM) SE Runtime Environment 12.0.2+10
System: Windows 10 version 10.0 running on amd64; Cp1250; hu_HU (nb)
Reporter: David Karnok
 Attachments: netbeans.png

Package names in the Project tree are rendered in a way that the last letter is 
often cut off by a couple of pixels.



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

-
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



[netbeans] branch master updated (177e6c0 -> 6997958)

2019-10-07 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 177e6c0  Merge pull request #1554 from jgneff/homenote
 new 2d00244  [NETBEANS-3019] Using an actual/existing entered 
CompilationUnit to check accessibility, instead of possibly a scratch one, 
which may not have an owning module filled.
 new 6842115  Merge branch 'master' into NETBEANS-3019
 new cbc3251  Attempting to avoid issues during build, where the fake 
FileSystem was probably GCed while the test was running.
 new 6997958  Merge pull request #1462 from jlahoda/NETBEANS-3019

The 3006 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/editor/imports/ClipboardHandlerTest.java  | 26 ++--
 .../api/java/source/GeneratorUtilities.java|  2 +-
 .../api/java/source/GeneratorUtilitiesTest.java| 35 +++---
 .../modules/java/source/BootClassPathUtil.java | 11 ---
 4 files changed, 62 insertions(+), 12 deletions(-)


-
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



[netbeans] annotated tag 11.2-beta2 updated (86e1b2e -> d3209bf)

2019-10-07 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to annotated tag 11.2-beta2
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.2-beta2 was modified! ***

from 86e1b2e  (commit)
  to d3209bf  (tag)
 tagging 86e1b2eb194e8e9628a66e6ee1a128134c70671a (commit)
 replaces 11.2-beta1
  by Neil C Smith
  on Mon Oct 7 12:06:49 2019 +0100

- Log -
Apache NetBeans 11.2-beta2
---


No new revisions were added by this update.

Summary of changes:


-
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] [Resolved] (NETBEANS-3019) NullPointerException during copy/paste of Java 12 code (in the attached project)

2019-10-07 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3019.

Resolution: Fixed

> NullPointerException during copy/paste of Java 12 code (in the attached 
> project)
> 
>
> Key: NETBEANS-3019
> URL: https://issues.apache.org/jira/browse/NETBEANS-3019
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 11.1
>Reporter: Travis
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-3019-test-project.zip
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I got the exception below in a fresh installation of Netbeans 11.1.  This is 
> after I installed nb-javac 1.6, but zero other plugins.  I'm using Gradle 5.5 
> on Windows 10, but that probably makes no difference here.  Netbeans is 
> running on OpenJDK 12 and the project is also being built using Java 12.
> The bug can be reproduced using the attached small project, which I 
> painstakingly distilled out from a large code base where this bug was first 
> found. To trigger the exception, you need to copy "CopyMe" from Source.java 
> and paste it into Destination.java.  Upon pasting, the "Import Classes" 
> dialog will appear.  Immediately after pressing the "OK" button, this 
> exception happens:
>  
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:334) at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:72) 
> at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:379) at 
> com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:441) at 
> org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:66) 
> at com.sun.tools.javac.api.JavacTrees.isAccessible(JavacTrees.java:913) at 
> org.netbeans.api.java.source.GeneratorUtilities.getImportedElement(GeneratorUtilities.java:1826)
>  at 
> org.netbeans.api.java.source.GeneratorUtilities.addImports(GeneratorUtilities.java:1173)
>  at 
> org.netbeans.api.java.source.SourceUtils.resolveImport(SourceUtils.java:403) 
> at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:154)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673) at 
> org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663) at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502) at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) 
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler.doImport(ClipboardHandler.java:126)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler.access$100(ClipboardHandler.java:113)
>  at 
> org.netbeans.modules.java.editor.imports.ClipboardHandler$4$1.run(ClipboardHandler.java:216)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



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

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

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: use harness 11.1

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9e85f2e  use harness 11.1
 new cd1118d  Merge remote-tracking branch 'refs/remotes/origin/master'
9e85f2e is described below

commit 9e85f2ea91b1ebf2a1503b8c938502e459e29cba
Author: Eric Barboni 
AuthorDate: Mon Oct 7 13:14:32 2019 +0200

use harness 11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf966eb..ede0908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,7 +452,7 @@ under the License.
  
 ${project.groupId}
 nbm-maven-harness
-11.0
+11.1
 
 
 org.codehaus.plexus


-
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-2197) Missing code completion and Javadocs in maven projects with classifier.

2019-10-07 Thread Thomas Zimmermann (Jira)


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

Thomas Zimmermann commented on NETBEANS-2197:
-

Turns out there were many reasons this didn't work: NetBeans didn't look at the 
*-linux-javadoc.jar at all, the visible Javadoc was generated from the source 
jar. Even if NetBeans _had_  looked at the javadoc jar, it would not have 
understood the new HTML5 Javadoc format. I [opened a 
PR|https://github.com/apache/netbeans/pull/1548] to fix this and and some other 
issues around JavaFX support, feel free to take a look.  

> Missing code completion and Javadocs in maven projects with classifier.
> ---
>
> Key: NETBEANS-2197
> URL: https://issues.apache.org/jira/browse/NETBEANS-2197
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 11.0
> Environment: All platforms
>Reporter: Tobias Oelgarte
>Priority: Major
>  Labels: maven, usability
> Attachments: code-completion-failed.png, code-completion-ok.png
>
>
> If a maven artifact uses classifiers, then Netbeans isn't able to provide 
> code completion or to display Javadocs.
> To avoid duplication, sources and javadocs usually belong to the 'parent' 
> artifact, which has no classifier. But the actually used jar archive (the 
> library) resides within the artifact with classifier.
> A good example for this is JavaFX. The artifact 
> [javafx-base|http://central.maven.org/maven2/org/openjfx/javafx-base/11.0.2/] 
> is an empty shell and depending on the operating system the platform 
> dependent library is used, by utilizing classifiers. In the case of linux 
> this would be the _javafx-base-11.0.2-linux.jar_.
> Netbeans will not find the corresponding sources or javadoc archives, because 
> it looks for {color:#14892c}_javafx-base-11.0.2-linux-sources.jar_{color} and 
> {color:#14892c}_javafx-base-11.0.2-linux-javadoc.jar_{color}, but it won't 
> look for {color:#f79232}_javafx-base-11.0.2-sources.jar_{color} and 
> {color:#f79232}_javafx-base-11.0.2-javadoc.jar_{color}.
> As a temporary solution i created symlinks to the existing sources and 
> javadoc archives. But this solution also doesn't work as excepted. The 
> sources are found, but the Javadocs for a field or method can only be 
> displayed as long all parameters and return types belong to the same artifact.
> !code-completion-ok.png!
> !code-completion-failed.png!



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

-
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



[netbeans-mavenutils-nbm-maven-plugin] annotated tag nbm-maven-plugin-4.3 created (now 6188c3b)

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag nbm-maven-plugin-4.3
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git.


  at 6188c3b  (tag)
 tagging 1654788a4773f818f1bedd9f3efaaa1da5f68d57 (commit)
 replaces nbm-maven-plugin-4.2
  by Eric Barboni
  on Mon Oct 7 13:39:17 2019 +0200

- Log -
[maven-release-plugin] copy for tag nbm-maven-plugin-4.3
---

No new revisions were added by this update.


-
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] [Comment Edited] (NETBEANS-2197) Missing code completion and Javadocs in maven projects with classifier.

2019-10-07 Thread Thomas Zimmermann (Jira)


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

Thomas Zimmermann edited comment on NETBEANS-2197 at 10/7/19 11:38 AM:
---

Turns out there were many reasons this didn't work: NetBeans didn't look at the 
*-linux-javadoc.jar at all, the visible Javadoc was generated from the source 
jar. Even if NetBeans _had_  looked at the javadoc jar, it would not have 
understood the new HTML5 Javadoc format. I [opened a 
PR|https://github.com/apache/netbeans/pull/1548] to fix this and some other 
issues around JavaFX support, feel free to take a look.  


was (Author: zimmi):
Turns out there were many reasons this didn't work: NetBeans didn't look at the 
*-linux-javadoc.jar at all, the visible Javadoc was generated from the source 
jar. Even if NetBeans _had_  looked at the javadoc jar, it would not have 
understood the new HTML5 Javadoc format. I [opened a 
PR|https://github.com/apache/netbeans/pull/1548] to fix this and and some other 
issues around JavaFX support, feel free to take a look.  

> Missing code completion and Javadocs in maven projects with classifier.
> ---
>
> Key: NETBEANS-2197
> URL: https://issues.apache.org/jira/browse/NETBEANS-2197
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 11.0
> Environment: All platforms
>Reporter: Tobias Oelgarte
>Priority: Major
>  Labels: maven, usability
> Attachments: code-completion-failed.png, code-completion-ok.png
>
>
> If a maven artifact uses classifiers, then Netbeans isn't able to provide 
> code completion or to display Javadocs.
> To avoid duplication, sources and javadocs usually belong to the 'parent' 
> artifact, which has no classifier. But the actually used jar archive (the 
> library) resides within the artifact with classifier.
> A good example for this is JavaFX. The artifact 
> [javafx-base|http://central.maven.org/maven2/org/openjfx/javafx-base/11.0.2/] 
> is an empty shell and depending on the operating system the platform 
> dependent library is used, by utilizing classifiers. In the case of linux 
> this would be the _javafx-base-11.0.2-linux.jar_.
> Netbeans will not find the corresponding sources or javadoc archives, because 
> it looks for {color:#14892c}_javafx-base-11.0.2-linux-sources.jar_{color} and 
> {color:#14892c}_javafx-base-11.0.2-linux-javadoc.jar_{color}, but it won't 
> look for {color:#f79232}_javafx-base-11.0.2-sources.jar_{color} and 
> {color:#f79232}_javafx-base-11.0.2-javadoc.jar_{color}.
> As a temporary solution i created symlinks to the existing sources and 
> javadoc archives. But this solution also doesn't work as excepted. The 
> sources are found, but the Javadocs for a field or method can only be 
> displayed as long all parameters and return types belong to the same artifact.
> !code-completion-ok.png!
> !code-completion-failed.png!



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

-
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



[netbeans-mavenutils-nbm-maven-plugin] branch master updated: [maven-release-plugin] prepare release nbm-maven-plugin-4.3

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 1654788  [maven-release-plugin] prepare release nbm-maven-plugin-4.3
1654788 is described below

commit 1654788a4773f818f1bedd9f3efaaa1da5f68d57
Author: Eric Barboni 
AuthorDate: Mon Oct 7 13:39:00 2019 +0200

[maven-release-plugin] prepare release nbm-maven-plugin-4.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ede0908..5e9f0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.3-SNAPSHOT
+4.3
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-  HEAD
+  nbm-maven-plugin-4.3
   
 
 


-
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



[netbeans-mavenutils-nbm-maven-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new fc7cfdd  [maven-release-plugin] prepare for next development iteration
fc7cfdd is described below

commit fc7cfdd411176ff0b07472f5aa6c06bc12ab918a
Author: Eric Barboni 
AuthorDate: Mon Oct 7 13:39:22 2019 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e9f0cb..05cc9fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.3
+4.4-SNAPSHOT
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-  nbm-maven-plugin-4.3
+  HEAD
   
 
 


-
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



svn commit: r36231 - in /dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3: ./ nbm-maven-plugin-4.3-source-release.zip nbm-maven-plugin-4.3-source-release.zip.asc nbm-maven-p

2019-10-07 Thread skygo
Author: skygo
Date: Mon Oct  7 11:50:17 2019
New Revision: 36231

Log:
add nbm-maven-plugin-4.3 to stage

Added:
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.asc
   (with props)

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.sha512
   (with props)

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip
--
svn:executable = *

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.asc
 Mon Oct  7 11:50:17 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl2bI9IACgkQSiYBztqT
+gvMePRAAgSM6MavR/7U6F8mD2YsLPZV/zZheG4CDJ6PLn76NBjdscEt47g2wYXhV
+PSsrJqbTL5nk+VNxyoqkkki+2C7BVSsqDBIUBqq/LIEQU2Z8TP0hH62HB1m6PFas
+yFlPGWWgMNRBL7Js2Ob4EkFc+ob2cADWXGFyw17UWokrzwVN7ul1f0OsH7zBZTtL
+aAeqgEFWu2ptPjNeD+qlDQxQfyVTMHh3x47Hq9nU8QNSo+esYwNVtMKcodUZmYKm
+O8e6PZR2hUFs1VwhE22wdS/umVorbX/6ByZ3xXfWh07GuugZIjkXadrgFjcK2U5/
+ut59MPcb/bh27R9Jkwi70Aid8yB65Ni0sxGd14Zz2h5tn/5DW30xludtYUeaX3k1
++IKau/FW72nAWGpk8gbJGh/25DALuZ5e/j4zoYEYX7pXnfcBToVVOMQajoZ4KJdL
+Va++QLzQTxSEgJwZ+l2i7XTOQXo8PYcuto4zXs3GYcnOdWLzuTPycZoSkzMFm0rk
+9CWZDyfMz9mXxlvdquFzzp58wga6RslOOApDqCARv9qEMpfeU0ssq/aVsZNnwLEF
+kvhxUv13ygXaYIG3J9HM7+8hOaOwsZhHovjDvIwpovx+hz+s+yQFZ2pcoAC3ckX8
+TAbzKNEm10ZAG1ncxs/1zfkVqkmkG/hlzQHYCffZgHXR7R5JDvw=
+=/NeO
+-END PGP SIGNATURE-

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.asc
--
svn:executable = *

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.sha512
 Mon Oct  7 11:50:17 2019
@@ -0,0 +1 @@
+68aac0dae09e7cd406327cd51331baf94dad99d06fedacef01eb4d054a07da8a78e56d9a0ff8bca3f8e28ab09bbd91da5cff8d6a7b3f7122a802f51e57a8210b
\ No newline at end of file

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.3/nbm-maven-plugin-4.3-source-release.zip.sha512
--
svn:executable = *



-
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



[netbeans] 01/01: NETBEANS-3185 use last maven-nbm-plugin

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch ebarboni-nbm-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 8ceae91f97a62f866a6a9033f92ffce6225a36a4
Author: Eric Barboni 
AuthorDate: Mon Oct 7 14:05:56 2019 +0200

NETBEANS-3185 use last maven-nbm-plugin

This is last part of fix for NETBEANS-3185. As vote is in progress it's not 
yet available.
---
 .../src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
 
b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
index 214ad71..4203df1 100644
--- 
a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
+++ 
b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
@@ -107,7 +107,7 @@ public class MavenNbModuleImpl implements NbModuleProvider {
 public static final String GROUPID_MOJO = "org.codehaus.mojo";
 public static final String GROUPID_APACHE = 
"org.apache.netbeans.utilities";
 public static final String NBM_PLUGIN = "nbm-maven-plugin";
-public static final String LATEST_NBM_PLUGIN_VERSION = "4.2";
+public static final String LATEST_NBM_PLUGIN_VERSION = "4.3";
 
 public static final String NETBEANSAPI_GROUPID = "org.netbeans.api";  
 


-
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



[netbeans] branch ebarboni-nbm-patch-1 created (now 8ceae91)

2019-10-07 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch ebarboni-nbm-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


  at 8ceae91  NETBEANS-3185 use last maven-nbm-plugin

This branch includes the following new commits:

 new 8ceae91  NETBEANS-3185 use last maven-nbm-plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
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-3214) When opening spring boot pet clinic frontend project there is error

2019-10-07 Thread Jira
şahin gülci created NETBEANS-3214:
-

 Summary: When opening spring boot pet clinic frontend project 
there is error
 Key: NETBEANS-3214
 URL: https://issues.apache.org/jira/browse/NETBEANS-3214
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: şahin gülci
 Fix For: 11.2


https://github.com/spring-petclinic/spring-petclinic-angular   trying to open 
this project, when trying to open, can not find nodejs source files?  logs 
below :




---
>Log Session: Monday, October 7, 2019 3:14:22 PM EET
>System Info: 
  Product Version = Apache NetBeans IDE 11.2-beta2
  Operating System= Windows 10 version 10.0 running on amd64
  Java; VM; Vendor= 1.8.0_222; OpenJDK 64-Bit Server VM 25.222-b10; 
AdoptOpenJDK
  Runtime = OpenJDK Runtime Environment 1.8.0_222-b10
  Java Home   = C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory  = C:\Users\Kafein
  Current Directory   = C:\Users\Kafein\Downloads\netbeans\bin
  User Directory  = C:\Users\Kafein\AppData\Roaming\NetBeans\11.2-beta2
  Cache Directory = 
C:\Users\Kafein\AppData\Local\NetBeans\Cache\11.2-beta2
  Installation= C:\Users\Kafein\Downloads\netbeans\nb
C:\Users\Kafein\Downloads\netbeans\ergonomics
C:\Users\Kafein\Downloads\netbeans\ide
C:\Users\Kafein\Downloads\netbeans\extide
C:\Users\Kafein\Downloads\netbeans\java
C:\Users\Kafein\Downloads\netbeans\apisupport
C:\Users\Kafein\Downloads\netbeans\webcommon
C:\Users\Kafein\Downloads\netbeans\websvccommon
C:\Users\Kafein\Downloads\netbeans\enterprise
C:\Users\Kafein\Downloads\netbeans\profiler
C:\Users\Kafein\Downloads\netbeans\php
C:\Users\Kafein\Downloads\netbeans\harness
C:\Users\Kafein\Downloads\netbeans\groovy
C:\Users\Kafein\Downloads\netbeans\javafx
C:\Users\Kafein\Downloads\netbeans\platform
  Boot & Ext. Classpath   = C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\resources.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\rt.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\sunrsasign.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\jsse.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\jce.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\charsets.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\jfr.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\classes;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\access-bridge-64.jar;C:\Program
 Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\cldrdata.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\dnsns.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\jaccess.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\localedata.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\nashorn.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\sunec.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\sunjce_provider.jar;C:\Program
 Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\sunmscapi.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\sunpkcs11.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\jre\lib\ext\zipfs.jar
  Application Classpath   = 
C:\Users\Kafein\Downloads\netbeans\platform\lib\boot.jar;C:\Users\Kafein\Downloads\netbeans\platform\lib\org-openide-modules.jar;C:\Users\Kafein\Downloads\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\Kafein\Downloads\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\Kafein\Downloads\netbeans\platform\lib\org-openide-util.jar;C:\Program
 Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\lib\dt.jar;C:\Program 
Files\AdoptOpenJDK\jdk-8.0.222.10-hotspot\lib\tools.jar
  Startup Classpath   = 
C:\Users\Kafein\Downloads\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\Kafein\Downloads\netbeans\platform\core\core-base.jar;C:\Users\Kafein\Downloads\netbeans\platform\core\core.jar;C:\Users\Kafein\Downloads\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\Kafein\Downloads\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\Kafein\Downloads\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\Kafein\Downloads\netbeans\nb\core\org-netbeans-

[jira] [Commented] (NETBEANS-3198) Import of previous set options configuration not possible in 11.2-beta2

2019-10-07 Thread Alessandro Falappa (Jira)


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

Alessandro Falappa commented on NETBEANS-3198:
--

Confirmed. It happened to me as well with same exception.


Configuration settings were exported from NB8.2 and included only java 
formatting options.

> Import of previous set options configuration not possible in 11.2-beta2
> ---
>
> Key: NETBEANS-3198
> URL: https://issues.apache.org/jira/browse/NETBEANS-3198
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Miguel
>Priority: Major
> Attachments: options_import.png
>
>
> The configurations from a previous NetBeans version (11) cannot be imported 
> in 11.2-beta2, via "_Tools -> Options -> Import_".
> The UI freezes, see attached screenshot
>  
> The following exception is shown in the IDE log.
> It worked in the previous beta version.
>  
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
>  at 
> java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
>  at java.base/java.lang.Double.parseDouble(Double.java:549) at 
> org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:415)
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)[catch]
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)
> {code}
>  



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

-
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



[netbeans] branch master updated: [NETBEANS-3191] ensuring ElementHandle works even for CompilationInfos that are based on classfiles (and hence don't have a CompilationUnitTree).

2019-10-07 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new aa44bca  [NETBEANS-3191] ensuring ElementHandle works even for 
CompilationInfos that are based on classfiles (and hence don't have a 
CompilationUnitTree).
 new 27a09aa  Merge pull request #1542 from jlahoda/NETBEANS-3191
aa44bca is described below

commit aa44bca26f792c0930f2845324216a5927de48d1
Author: Jan Lahoda 
AuthorDate: Wed Oct 2 18:44:59 2019 +0200

[NETBEANS-3191] ensuring ElementHandle works even for CompilationInfos that 
are based on classfiles (and hence don't have a CompilationUnitTree).
---
 .../netbeans/api/java/source/ElementHandle.java| 17 +--
 .../api/java/source/ElementHandleTest.java | 55 ++
 2 files changed, 69 insertions(+), 3 deletions(-)

diff --git 
a/java/java.source.base/src/org/netbeans/api/java/source/ElementHandle.java 
b/java/java.source.base/src/org/netbeans/api/java/source/ElementHandle.java
index a6211c9..8922585 100644
--- a/java/java.source.base/src/org/netbeans/api/java/source/ElementHandle.java
+++ b/java/java.source.base/src/org/netbeans/api/java/source/ElementHandle.java
@@ -114,9 +114,20 @@ public final class ElementHandle {
 @SuppressWarnings ("unchecked") // NOI18N
 public @CheckForNull T resolve (@NonNull final CompilationInfo 
compilationInfo) {
 Parameters.notNull("compilationInfo", compilationInfo); // NOI18N
-ModuleElement module = compilationInfo.getFileObject() != null
-? 
((JCTree.JCCompilationUnit)compilationInfo.getCompilationUnit()).modle
-: null;
+ModuleElement module;
+
+if (compilationInfo.getFileObject() != null) {
+JCTree.JCCompilationUnit cut = 
(JCTree.JCCompilationUnit)compilationInfo.getCompilationUnit();
+if (cut != null) {
+module = cut.modle;
+} else if 
(compilationInfo.getTopLevelElements().iterator().hasNext()) {
+module = ((Symbol) 
compilationInfo.getTopLevelElements().iterator().next()).packge().modle;
+} else {
+module = null;
+}
+} else {
+module = null;
+}
 T result = resolveImpl (module, compilationInfo.impl.getJavacTask());
 if (result == null) {
 if (log.isLoggable(Level.INFO))
diff --git 
a/java/java.source.base/test/unit/src/org/netbeans/api/java/source/ElementHandleTest.java
 
b/java/java.source.base/test/unit/src/org/netbeans/api/java/source/ElementHandleTest.java
index b5e3268..5e2c51d 100644
--- 
a/java/java.source.base/test/unit/src/org/netbeans/api/java/source/ElementHandleTest.java
+++ 
b/java/java.source.base/test/unit/src/org/netbeans/api/java/source/ElementHandleTest.java
@@ -27,11 +27,13 @@ import java.io.PrintWriter;
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Arrays;
+import java.util.HashMap;
 import java.util.HashSet;
 import javax.lang.model.type.DeclaredType;
 import javax.lang.model.type.TypeKind;
 import junit.framework.*;
 import java.util.List;
+import java.util.Map;
 import java.util.Set;
 import javax.lang.model.element.Element;
 import javax.lang.model.element.ElementKind;
@@ -41,13 +43,16 @@ import javax.lang.model.element.TypeElement;
 import javax.lang.model.element.TypeParameterElement;
 import javax.lang.model.element.VariableElement;
 import javax.lang.model.type.TypeMirror;
+import javax.lang.model.util.Elements;
 import org.netbeans.api.java.classpath.ClassPath;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.java.source.BootClassPathUtil;
 import org.netbeans.modules.java.source.ElementUtils;
 import org.netbeans.modules.java.source.TestUtil;
 import org.netbeans.modules.java.source.usages.IndexUtil;
 import org.netbeans.spi.java.classpath.ClassPathProvider;
 import org.netbeans.spi.java.classpath.support.ClassPathSupport;
+import org.netbeans.spi.java.queries.SourceLevelQueryImplementation;
 import org.openide.filesystems.FileLock;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
@@ -85,6 +90,7 @@ public class ElementHandleTest extends NbTestCase {
 Lookups.metaInfServices(l),
 Lookups.singleton(l),
 Lookups.singleton(ClassPathProviderImpl.getDefault()),
+Lookups.singleton(SourceLevelQueryImpl.getDefault()),
 });
 }
 
@@ -607,6 +613,26 @@ public class ElementHandleTest extends NbTestCase {
 }, true);
 }
 
+public void testHandleClassBasedCompilations() throws Exception {
+ClassPath systemClasses = BootClassPathUtil.getModuleBootPath();
+FileObject jlObject = 
systemClasses.findResource("java/lang/Object.class");
+assertNotNull(jlOb

[jira] [Updated] (NETBEANS-3191) NPE on Find Usages and Call Hierarchy

2019-10-07 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3191:
---
Fix Version/s: 11.2

> NPE on Find Usages and Call Hierarchy
> -
>
> Key: NETBEANS-3191
> URL: https://issues.apache.org/jira/browse/NETBEANS-3191
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.1, 11.2
> Environment: Java: 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 
> 25.212-b10
> Runtime: Java(TM) SE Runtime Environment 1.8.0_212-b10
> System: Windows 10 version 10.0 running on amd64; utf-8; en_US (nb)
>Reporter: Niklas Matthies
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: Example.zip, stacktraces.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Please see the Maven project in the attached Example.zip. To reproduce the 
> the issue:
>  # Open the project in NetBeans
>  # Download the Guava dependency
>  # Wait until background scanning etc. has completed
>  # In Test1.java, perform Find Usages or Call Hierarchy on the getResult() 
> method
>  # In the case of Call Hierarchy, the processLine() node must be expanded to 
> trigger the error
>  # When performing Find Usages after Call Hierarchy, at least under NB 11.1 
> the first execution triggers no error, but the results list remains empty, 
> however a second execution triggers the exception
> => An Unexpected Exception occurs, see the stacktraces in the attached 
> stacktraces.txt
> The necessary condition for the error to occur is apparently that both the 
> method in question as well as its caller must be methods overridden from the 
> same interface, and that the interface must be defined in a separate jar for 
> which there is no NetBeans project present. (That's why I used the Guava 
> dependency for the reproducible example project.)
> I first reproduced the issue in NetBeans 11.1 and then was able to reproduce 
> it in 11.2-beta1.
> The error is also reproducible with a reset (deleted) cachedir/index.
> I used 11.2-beta1 with the default settings (no imported settings), just with 
> nb-javac 1.71 installed.
> Test2.java shows that the error also occurs when the caller and callee 
> methods are in different classes, but inherited from the same interface.
> In Test3 and Test4, the calling method is overriden from the base class and 
> from a different interface (respectively), which causes the error to NOT 
> happen for Call Hierarchy, but it does STILL happen for Find Usages.
> In the Find Usages dialog, "From: LineProcessor" must be selected. The error 
> doesn't occur with "From: Test1". The selected scope on the other hand 
> doesn't seem to make a difference.
>  



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

-
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] [Resolved] (NETBEANS-3191) NPE on Find Usages and Call Hierarchy

2019-10-07 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3191.

Resolution: Fixed

> NPE on Find Usages and Call Hierarchy
> -
>
> Key: NETBEANS-3191
> URL: https://issues.apache.org/jira/browse/NETBEANS-3191
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.1, 11.2
> Environment: Java: 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 
> 25.212-b10
> Runtime: Java(TM) SE Runtime Environment 1.8.0_212-b10
> System: Windows 10 version 10.0 running on amd64; utf-8; en_US (nb)
>Reporter: Niklas Matthies
>Priority: Major
>  Labels: pull-request-available
> Attachments: Example.zip, stacktraces.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Please see the Maven project in the attached Example.zip. To reproduce the 
> the issue:
>  # Open the project in NetBeans
>  # Download the Guava dependency
>  # Wait until background scanning etc. has completed
>  # In Test1.java, perform Find Usages or Call Hierarchy on the getResult() 
> method
>  # In the case of Call Hierarchy, the processLine() node must be expanded to 
> trigger the error
>  # When performing Find Usages after Call Hierarchy, at least under NB 11.1 
> the first execution triggers no error, but the results list remains empty, 
> however a second execution triggers the exception
> => An Unexpected Exception occurs, see the stacktraces in the attached 
> stacktraces.txt
> The necessary condition for the error to occur is apparently that both the 
> method in question as well as its caller must be methods overridden from the 
> same interface, and that the interface must be defined in a separate jar for 
> which there is no NetBeans project present. (That's why I used the Guava 
> dependency for the reproducible example project.)
> I first reproduced the issue in NetBeans 11.1 and then was able to reproduce 
> it in 11.2-beta1.
> The error is also reproducible with a reset (deleted) cachedir/index.
> I used 11.2-beta1 with the default settings (no imported settings), just with 
> nb-javac 1.71 installed.
> Test2.java shows that the error also occurs when the caller and callee 
> methods are in different classes, but inherited from the same interface.
> In Test3 and Test4, the calling method is overriden from the base class and 
> from a different interface (respectively), which causes the error to NOT 
> happen for Call Hierarchy, but it does STILL happen for Find Usages.
> In the Find Usages dialog, "From: LineProcessor" must be selected. The error 
> doesn't occur with "From: Test1". The selected scope on the other hand 
> doesn't seem to make a difference.
>  



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

-
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



[netbeans] branch master updated: Retry mysql tests in Travis config

2019-10-07 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new a3575da  Retry mysql tests in Travis config
 new 8757ee0  Merge pull request #1550 from blackleg/fix_mysql_tests
a3575da is described below

commit a3575da3ad018a2ca26341e8f844cc151e68
Author: Hector Espert 
AuthorDate: Sun Oct 6 11:30:44 2019 +0200

Retry mysql tests in Travis config
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 55f90d5..42684c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -213,13 +213,13 @@ matrix:
   services:
 - mysql
   env:
-- OPTS="-quiet -Dcluster.config=minimal 
-Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false"
+- OPTS="-Dcluster.config=minimal -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false"
 - OPTS_TEST="-Dtest-unit-sys-prop.ignore.random.failures=true 
-Dvanilla.javac.exists=true -Dtest-unit-sys-prop.mysql.user=root 
-Dtest-unit-sys-prop.mysql.password=password"
   before_script:
 - echo "ALTER USER root@'localhost' IDENTIFIED BY 
'password';\nFLUSH PRIVILEGES;\n" | mysql -u root
 - ant $OPTS clean
 - ant $OPTS build
   script:
-- ant $OPTS $OPTS_TEST -f ide/db.metadata.model test
-- ant $OPTS $OPTS_TEST -f ide/db.mysql test
+- travis_retry ant $OPTS $OPTS_TEST -f ide/db.metadata.model test
+- travis_retry ant $OPTS $OPTS_TEST -f ide/db.mysql test
 


-
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-3215) Code completion should consider the generic type

2019-10-07 Thread dennis lucero (Jira)
dennis lucero created NETBEANS-3215:
---

 Summary: Code completion should consider the generic type
 Key: NETBEANS-3215
 URL: https://issues.apache.org/jira/browse/NETBEANS-3215
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Completion & Templates
Affects Versions: 11.1
Reporter: dennis lucero


Code completion should also take generic parameters into account. For example, 
if the current line consists of {{Optional thr}}, the variable name 
is currently completed to {{thrOptional}}, but I would prefer it being named 
{{throwable}}.



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

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-19-58-34-360.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-19-58-12-859.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

Did some cleanup on the code and the branch. Right now I have:
!image-2019-10-07-19-58-12-859.png!

!image-2019-10-07-19-58-34-360.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-19-59-08-294.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-19-59-37-293.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-19-59-20-982.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

!image-2019-10-07-19-59-20-982.png!

!image-2019-10-07-19-59-37-293.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

!image-2019-10-07-20-00-15-046.png!

!image-2019-10-07-20-00-35-172.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-20-00-15-046.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-2417) update Gradle logo/icon

2019-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-10-07-20-00-35-172.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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

Kind a like the white one for the dark UI.

Also replaced the gradle icon on the navigator view for the tasks, that's much 
cleaner now.

> 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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Scott Palmer (Jira)


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

Scott Palmer commented on NETBEANS-2417:


Are high DPI images included?

> 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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-10-07 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

[~ebakke] Is there a guide how to support HiDPI icons?

> 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
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, image-2019-10-07-19-58-12-859.png, 
> image-2019-10-07-19-58-34-360.png, image-2019-10-07-19-59-08-294.png, 
> image-2019-10-07-19-59-20-982.png, image-2019-10-07-19-59-37-293.png, 
> image-2019-10-07-20-00-15-046.png, image-2019-10-07-20-00-35-172.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

-
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-3216) After installing jdk 13 and netbeans lts 11.0, Netbeans creates empty projects

2019-10-07 Thread Eirik Riise Andersen (Jira)
Eirik Riise Andersen created NETBEANS-3216:
--

 Summary: After installing jdk 13 and netbeans lts 11.0, Netbeans 
creates empty projects
 Key: NETBEANS-3216
 URL: https://issues.apache.org/jira/browse/NETBEANS-3216
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Ant
Affects Versions: 11.0
 Environment: Windows 10 pro version 18362.356
Reporter: Eirik Riise Andersen


Hi!

I am new to Netbeans and a rusty Java programmer, so I wanted to refresh my 
Java skills by installing JDK 13 and netbeans 11.0. I followed this tutorial 
where I started by installing JDK 13 and then Netbeans 11.0 LTS.

However, when I try to create Java with Ant and Java Application, it does not 
finish after pressing finish. It creates an empty project with the projects 
name I have chosen.

How can I fix this?



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

-
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