[incubator-netbeans] branch release110 updated (399dd6f -> 4ee4b5d)

2019-02-26 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 399dd6f  [NETBEANS-2067] Changed Snap descriptors for the upcoming 
11.0 version.
 new 6c43a0a  Merge pull request #1124 from arusinha/netbeans-1969
 new 1a7206c  Merge pull request #1059 from arusinha/netbeans-1673
 new a2ed92c  fix editor hint typo in java/java ee/jpa
 new 0f9e86c  Merge pull request #1131 from vikasprabhakar/netbeans-1251
 new 247d5ac  [NETBEANS-2148] Removing space after Maven password option
 new 949e67b  Merge pull request #1123 from 
JaroslavTulach/jtulach/CopyRatherThanCompile
 new c6ed966  [NETBEANS-2120] Placing synthetically generated classes in 
spi.java.hints into an accessible package.
 new 73694a4  [NETBEANS-2121] Updated dependency version on our Java EE 
support modules.
 new 4ee4b5d  Merge pull request #1143 from dukescript/NoExtraLicenses

The 2375 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:
 groovy/gradle.persistence/nbproject/project.xml|   4 +-
 .../persistence/GradlePersistenceProvider.java |   2 +-
 .../PersistenceLocationProviderImpl.java   |   4 +-
 .../gradle/persistence/PersistenceScopeImpl.java   |   2 +-
 .../persistence/PersistenceScopeProviderImpl.java  |   2 +-
 ide/api.java.classpath/apichanges.xml  |  18 ++
 ide/api.java.classpath/manifest.mf |   2 +-
 .../api/java/queries/BinaryForSourceQuery.java | 117 ++-
 .../modules/java/classpath/QueriesAccessor.java|  96 +
 .../BinaryForSourceQueryImplementation2.java   | 116 +++
 .../java/queries/BinaryForSourceQuery2Test.java| 144 ++
 .../rules/entity/SerializableClass.java|   2 +-
 .../java/completion/JavaCompletionTask.java|  24 ++-
 .../1.8/switchEnumCaseValues.pass  |   3 +
 .../1.8/switchEnumCaseValues2.pass |   2 +
 .../10/switchEnumCaseValues.pass   |   3 +
 .../10/switchEnumCaseValues2.pass  |   2 +
 .../11/switchEnumCaseValues.pass   |   3 +
 .../11/switchEnumCaseValues2.pass  |   2 +
 .../12/switchEnumCaseValues.pass   |   3 +
 .../12/switchEnumCaseValues2.pass  |   2 +
 .../completion/data/RuleSwitchWithEnumValues.java  |  33 
 .../completion/data/SwitchExprWithEnumValues.java  |  33 
 .../completion/data/SwitchExprWithEnumValues2.java |  34 
 .../java/completion/data/SwitchWithEnumValues.java |  33 
 .../JavaCompletionTask112FeaturesTest.java |  67 +++
 .../java/hints/errors/VarCompDeclaration.java  |   4 +
 .../java/hints/errors/VarCompDeclarationTest.java  |  24 ++-
 .../hints/infrastructure/ErrorHintsTestBase.java   |   3 +-
 java/java.source.base/nbproject/project.xml|   2 +-
 .../netbeans/modules/java/source/TreeShims.java|  62 ++
 .../java/source/indexing/JavaBinaryIndexer.java|  10 +-
 .../java/source/indexing/JavaCustomIndexer.java|  72 +++
 .../modules/java/source/save/Reindenter.java   | 167 ++--
 .../modules/java/source/usages/BinaryAnalyser.java |  19 +-
 .../api/java/source/SourceUtilsTestUtil.java   |   2 +-
 .../source/indexing/JavaCustomIndexerTest.java |  60 +-
 .../modules/java/source/save/ReindenterTest.java   | 148 ++
 .../test/unit/src/test2/NoCompileTest.java |  23 +++
 .../modules/maven/actions/scm/ui/CheckoutUI.java   |   2 +-
 .../modules/java/hints/spiimpl/JackpotTrees.java   |  40 +---
 .../modules/java/hints/spiimpl/Utilities.java  |   7 +-
 .../nbbuild/extlibs/CreateLicenseSummary.java  |  23 +++
 nbbuild/build.xml  |  12 +-
 platform/libs.osgi/external/binaries-list  |   2 +-
 platform/libs.osgi/external/osgi-7.0-license.txt   |   2 +-
 .../libs.osgi/nbproject/org-netbeans-libs-osgi.sig | 219 -
 platform/libs.osgi/nbproject/project.properties|   2 +-
 platform/libs.osgi/nbproject/project.xml   |   4 +-
 49 files changed, 1300 insertions(+), 362 deletions(-)
 create mode 100644 
ide/api.java.classpath/src/org/netbeans/modules/java/classpath/QueriesAccessor.java
 create mode 100644 
ide/api.java.classpath/src/org/netbeans/spi/java/queries/BinaryForSourceQueryImplementation2.java
 create mode 100644 
ide/api.java.classpath/test/unit/src/org/netbeans/api/java/queries/BinaryForSourceQuery2Test.java
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/switchEnumCaseValues.pass
 create mode 100644 

[jira] [Updated] (NETBEANS-2179) Gradle project is not able to see modules with the same name in different submodules

2019-02-26 Thread Tomas Huryn (JIRA)


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

Tomas Huryn updated NETBEANS-2179:
--
Description: 
I'm not able to see two  modules with same name in different submodules nor the 
open both. I'm able to open just one of them. I can put test project to see the 
problem, but Jira says:

Test project attached. Try to open "car" modules.

 

  was:
I'm not able to see two  modules with same name in different submodules nor the 
open both. I'm able to open just one of them. I can put test project to see the 
problem, but Jira says:

JIRA could not attach the file as there was a missing token. Please try 
attaching the file again.

 


> Gradle project is not able to see modules with the same name in different 
> submodules
> 
>
> Key: NETBEANS-2179
> URL: https://issues.apache.org/jira/browse/NETBEANS-2179
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Tomas Huryn
>Priority: Major
> Attachments: testProject.zip
>
>
> I'm not able to see two  modules with same name in different submodules nor 
> the open both. I'm able to open just one of them. I can put test project to 
> see the problem, but Jira says:
> Test project attached. Try to open "car" modules.
>  



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

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

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



[jira] [Updated] (NETBEANS-2179) Gradle project is not able to see modules with the same name in different submodules

2019-02-26 Thread Tomas Huryn (JIRA)


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

Tomas Huryn updated NETBEANS-2179:
--
Attachment: testProject.zip

> Gradle project is not able to see modules with the same name in different 
> submodules
> 
>
> Key: NETBEANS-2179
> URL: https://issues.apache.org/jira/browse/NETBEANS-2179
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Tomas Huryn
>Priority: Major
> Attachments: testProject.zip
>
>
> I'm not able to see two  modules with same name in different submodules nor 
> the open both. I'm able to open just one of them. I can put test project to 
> see the problem, but Jira says:
> JIRA could not attach the file as there was a missing token. Please try 
> attaching the file again.
>  



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

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

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



[jira] [Created] (NETBEANS-2179) Gradle project is not able to see modules with the same name in different submodules

2019-02-26 Thread Tomas Huryn (JIRA)
Tomas Huryn created NETBEANS-2179:
-

 Summary: Gradle project is not able to see modules with the same 
name in different submodules
 Key: NETBEANS-2179
 URL: https://issues.apache.org/jira/browse/NETBEANS-2179
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Tomas Huryn
 Attachments: testProject.zip

I'm not able to see two  modules with same name in different submodules nor the 
open both. I'm able to open just one of them. I can put test project to see the 
problem, but Jira says:

JIRA could not attach the file as there was a missing token. Please try 
attaching the file again.

 



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

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

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



[jira] [Commented] (NETBEANS-2161) "Finish Debugger Session" delayed when debugging ant scripts

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2161:
-

To debug Ant scripts, right-click on build.xml in Files window, choose Debut 
Target | default, and then your breakpoint in your build.xml will be hit.

> "Finish Debugger Session" delayed when debugging ant scripts
> 
>
> Key: NETBEANS-2161
> URL: https://issues.apache.org/jira/browse/NETBEANS-2161
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Ant
>Affects Versions: 11.0
>Reporter: Aldo Brucale
>Priority: Minor
>
> Steps to reproduce:
>  # Create the AnagramGame sample project
>  # Start the ant debugger on build.xml
>  # Invoke "Finish debugging session"
> The AnagramGame window is shown before the ant debugger exits. If present, 
> breakpoints in the script are not hit.



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

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

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



[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2126:
-

Try create the same project after running NetBeans on JDK 8 and you'll have no 
problems.

Also, we should restructure the NetCAT test specs to focus more on Maven than 
on Ant -- i.e., with Maven-based projects this problem is not encountered.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



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

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

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



[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2126:
-

Also, follow this discussion:

https://lists.apache.org/thread.html/28524b648ed4b55639d4ff0150873cc9f8121af1d947c9aeea78b3dd@%3Cdev.netbeans.apache.org%3E

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



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

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

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



[incubator-netbeans] branch master updated: Make sure the cluster.dir is always defined after this point

2019-02-26 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2142a73  Make sure the cluster.dir is always defined after this point
2142a73 is described below

commit 2142a739bcf5f86836958095c0ab5d1dc8a94f88
Author: Jaroslav Tulach 
AuthorDate: Tue Feb 26 15:40:01 2019 +0100

Make sure the cluster.dir is always defined after this point
---
 nbbuild/default.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nbbuild/default.xml b/nbbuild/default.xml
index 45dfb38..d8ae9d8 100644
--- a/nbbuild/default.xml
+++ b/nbbuild/default.xml
@@ -125,6 +125,7 @@
 
 
 
+
 
  

 


-
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-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Vano Beridze (JIRA)


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

Vano Beridze commented on NETBEANS-2126:


The strange thing is that when you activate Java EE features, it lists the 
following library: Java EE 7 Endorsed API Library.

The problem is that Project can not link to this library, because it looks for 
the name javaee-endorsed-api-7.0 not "Java EE 7 Endorsed API Library"

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



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

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

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



[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2126:
-

The problem occurs if the JDK for the project is not JDK 8.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



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

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

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



[jira] [Commented] (NETBEANS-2178) Field and Method Breakpoint -> The line is not highlighted in red color

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2178:
-

The line should only be highlighted in red if it is a line breakpoint. 

> Field and Method Breakpoint -> The line is not highlighted in red color
> ---
>
> Key: NETBEANS-2178
> URL: https://issues.apache.org/jira/browse/NETBEANS-2178
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 11.0
>Reporter: Carla Maccioni
>Priority: Trivial
>
> Java Debugger: when you toggle field or method breakpoint, the line is not 
> highlighted in red color



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

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

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



[jira] [Updated] (NETBEANS-2178) Field and Method Breakpoint -> The line is not highlighted in red color

2019-02-26 Thread Carla Maccioni (JIRA)


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

Carla Maccioni updated NETBEANS-2178:
-
Description: When you toggle field or method breakpoint, the line is not 
highlighted in red color  (was: When you toggle field or method breakpoint, the 
line is not highlightned in red color)

> Field and Method Breakpoint -> The line is not highlighted in red color
> ---
>
> Key: NETBEANS-2178
> URL: https://issues.apache.org/jira/browse/NETBEANS-2178
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 11.0
>Reporter: Carla Maccioni
>Priority: Trivial
>
> When you toggle field or method breakpoint, the line is not highlighted in 
> red color



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

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

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



[jira] [Updated] (NETBEANS-2178) Field and Method Breakpoint -> The line is not highlighted in red color

2019-02-26 Thread Carla Maccioni (JIRA)


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

Carla Maccioni updated NETBEANS-2178:
-
Description: Java Debugger: when you toggle field or method breakpoint, the 
line is not highlighted in red color  (was: When you toggle field or method 
breakpoint, the line is not highlighted in red color)

> Field and Method Breakpoint -> The line is not highlighted in red color
> ---
>
> Key: NETBEANS-2178
> URL: https://issues.apache.org/jira/browse/NETBEANS-2178
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 11.0
>Reporter: Carla Maccioni
>Priority: Trivial
>
> Java Debugger: when you toggle field or method breakpoint, the line is not 
> highlighted in red color



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

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

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



[jira] [Updated] (NETBEANS-2178) Field and Method Breakpoint -> The line is not highlighted in red color

2019-02-26 Thread Carla Maccioni (JIRA)


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

Carla Maccioni updated NETBEANS-2178:
-
Component/s: debugger - Java

> Field and Method Breakpoint -> The line is not highlighted in red color
> ---
>
> Key: NETBEANS-2178
> URL: https://issues.apache.org/jira/browse/NETBEANS-2178
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 11.0
>Reporter: Carla Maccioni
>Priority: Trivial
>
> When you toggle field or method breakpoint, the line is not highlightned in 
> red color



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

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

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



[jira] [Created] (NETBEANS-2178) Field and Method Breakpoint -> The line is not highlighted in red color

2019-02-26 Thread Carla Maccioni (JIRA)
Carla Maccioni created NETBEANS-2178:


 Summary: Field and Method Breakpoint -> The line is not 
highlighted in red color
 Key: NETBEANS-2178
 URL: https://issues.apache.org/jira/browse/NETBEANS-2178
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Carla Maccioni


When you toggle field or method breakpoint, the line is not highlightned in red 
color



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

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

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



[jira] [Updated] (NETBEANS-2177) netbeans IDE8.2 - becomes unresponisve

2019-02-26 Thread Samidurai Gopalan (JIRA)


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

Samidurai Gopalan updated NETBEANS-2177:

Description: 
I have been using netbeans IDE-8.2 for the past 2 years, for the past couple of 
months i have been getting into this issue and its really frustrating 
every-time when i get this problem. 

All of sudden it got freezes for more than 2 mins and i used to get the below 
message

 

"Slowness detected. Was it a problem?

Not responsive for 135 seconds."

 

Please help me to fix this issue asap.

 

Please find the below error message and let me know if anything else is 
required.

 

 

 

 

Error message:

 

 

INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: 
IOException in resolver FileElement(fast-check(magic:4e505353mask:) 
null Result:application/x-netbeans-profiler-npss

msg
 Caused: java.io.FileNotFoundException: 
D:\Users\gopalans\AppData\Local\Temp\1\BC4CEB1.tmp (The process cannot access 
the file because it is being used by another process)
 at java.io.FileInputStream.open0(Native Method)
 at java.io.FileInputStream.open(FileInputStream.java:195)
 at java.io.FileInputStream.(FileInputStream.java:138)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj$2.(FileObj.java:239)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:239)
 Caused: java.io.FileNotFoundException
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:264)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:402)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:586)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:156)
 [catch] at 
org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:99)
 at 
org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:450)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:371)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:312)
 at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:136)
 at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1311)
 at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:667)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.determineIsTagFile(WebAppParseSupport.java:455)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.processFileChange(WebAppParseSupport.java:1100)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.fileDataCreated(WebAppParseSupport.java:1081)
 at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at 
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:487)
 at com.sun.proxy.$Proxy1.fileDataCreated(Unknown Source)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:172)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
 at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
 at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1435)
 at 
org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:213)
 at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:188)
 at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:129)
 at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:420)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:440)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.RefreshSlow.refreshFileObject(RefreshSlow.java:91)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:609)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:584)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refreshAll(FileObjectFactory.java:513)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory$1.run(FileObjectFactory.java:808)
 at 
org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:815)
 at 

[jira] [Updated] (NETBEANS-2177) netbeans IDE8.2 - becomes unresponisve

2019-02-26 Thread Samidurai Gopalan (JIRA)


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

Samidurai Gopalan updated NETBEANS-2177:

Description: 
I have been using netbeans IDE-8.2 for the past 2 years, for the past couple of 
months i have been getting into this issue and its really frustrating 
every-time when i get this problem. 

All of sudden it got freezes for more than 2 mins and i used to get the below 
message

 

"Slowness detected. Was it a problem?

Not responsive for 135 seconds."

 

Please help me to fix this issue asap.

 

i have attached the log file with this ticket. Please let me know if anything 
else is required.

 

 

 

 

Error message:

 

 

INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: 
IOException in resolver FileElement(fast-check(magic:4e505353mask:) 
null Result:application/x-netbeans-profiler-npss

msg
 Caused: java.io.FileNotFoundException: 
D:\Users\gopalans\AppData\Local\Temp\1\BC4CEB1.tmp (The process cannot access 
the file because it is being used by another process)
 at java.io.FileInputStream.open0(Native Method)
 at java.io.FileInputStream.open(FileInputStream.java:195)
 at java.io.FileInputStream.(FileInputStream.java:138)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj$2.(FileObj.java:239)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:239)
 Caused: java.io.FileNotFoundException
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:264)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:402)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:586)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:156)
 [catch] at 
org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:99)
 at 
org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:450)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:371)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:312)
 at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:136)
 at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1311)
 at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:667)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.determineIsTagFile(WebAppParseSupport.java:455)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.processFileChange(WebAppParseSupport.java:1100)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.fileDataCreated(WebAppParseSupport.java:1081)
 at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at 
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:487)
 at com.sun.proxy.$Proxy1.fileDataCreated(Unknown Source)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:172)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
 at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
 at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1435)
 at 
org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:213)
 at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:188)
 at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:129)
 at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:420)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:440)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.RefreshSlow.refreshFileObject(RefreshSlow.java:91)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:609)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:584)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refreshAll(FileObjectFactory.java:513)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory$1.run(FileObjectFactory.java:808)
 at 
org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:815)
 at 

[jira] [Created] (NETBEANS-2177) netbeans IDE8.2 - becomes unresponisve

2019-02-26 Thread Samidurai Gopalan (JIRA)
Samidurai Gopalan created NETBEANS-2177:
---

 Summary: netbeans IDE8.2 - becomes unresponisve
 Key: NETBEANS-2177
 URL: https://issues.apache.org/jira/browse/NETBEANS-2177
 Project: NetBeans
  Issue Type: Bug
Reporter: Samidurai Gopalan


I am have been using netbeans IDE-8.2 for the past 2 years, for the past couple 
of months i have been getting into this issue and its really frustrating 
every-time when i get this problem. 

All of sudden it got freezes for more than 2 mins and i used to get the below 
message

 

"Slowness detected. Was it a problem?

Not responsive for 135 seconds."

 

Please help me to fix this issue asap.

 

i have attached the log file with this ticket. Please let me know if anything 
else is required.

 

 

 

 

Error message:

 

 

INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: 
IOException in resolver FileElement(fast-check(magic:4e505353mask:) 
null Result:application/x-netbeans-profiler-npss

msg
Caused: java.io.FileNotFoundException: 
D:\Users\gopalans\AppData\Local\Temp\1\BC4CEB1.tmp (The process cannot access 
the file because it is being used by another process)
 at java.io.FileInputStream.open0(Native Method)
 at java.io.FileInputStream.open(FileInputStream.java:195)
 at java.io.FileInputStream.(FileInputStream.java:138)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj$2.(FileObj.java:239)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:239)
Caused: java.io.FileNotFoundException
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:264)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:402)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:586)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:156)
[catch] at 
org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:99)
 at 
org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:450)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:371)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:312)
 at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:136)
 at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1311)
 at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:667)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.determineIsTagFile(WebAppParseSupport.java:455)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.processFileChange(WebAppParseSupport.java:1100)
 at 
org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$FileSystemListener.fileDataCreated(WebAppParseSupport.java:1081)
 at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at 
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:487)
 at com.sun.proxy.$Proxy1.fileDataCreated(Unknown Source)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:172)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
 at 
org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
 at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
 at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1435)
 at 
org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:213)
 at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:188)
 at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:129)
 at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:420)
 at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:440)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.RefreshSlow.refreshFileObject(RefreshSlow.java:91)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:609)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:584)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refreshAll(FileObjectFactory.java:513)
 at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory$1.run(FileObjectFactory.java:808)
 at 
org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
 

[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2126:
-

Not sure why that javaee-endorsed-api.7.0 is needed. I propose we remove the 
below from project.properties (which solves the error) and then anyone who 
needs it can add it back (which will be done correctly via the Library Manager).

endorsed.classpath=\
${libs.javaee-endorsed-api-7.0.classpath}

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



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

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

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



[jira] [Commented] (NETBEANS-2171) Exception trying to create an ANT web application with JSF

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2171:
-

For me, the above works without a problem. Can you try again?

> Exception trying to create an ANT web application with JSF
> --
>
> Key: NETBEANS-2171
> URL: https://issues.apache.org/jira/browse/NETBEANS-2171
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Giuseppe Tino
>Priority: Major
> Attachments: Error.txt
>
>
> Steps to reproduce:
>  # Create a new "Java Web / Web Application" project: (Ant project)
>  ** "Project Name": {{firstcup}}
>  ** "Server": {{GlassFish Server 5.0}}
>  ** "Java EE Version": {{Java EE 7 Web}}
>  ** "Context Path": {{/firstcup}}
>  # In "Frameworks" step of the wizard, tick "JavaServer Faces" and in 
> "Configuration" tab, set "JSF Servlet URL Pattern" to: {{/firstcupWeb/*}}.
>  # Click on the "Finish" button
> Expected result:
>  * The project is correctly created
> Actual Result:
>  * The Finish button become grey and it is not possible to proceed
>  * The error reported in the attached file occurs



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

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

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



[jira] [Updated] (NETBEANS-2125) Could not enable Java EE on clean install

2019-02-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2125:
-
Labels: netcat pull-request-available  (was: netcat)

> Could not enable Java EE on clean install
> -
>
> Key: NETBEANS-2125
> URL: https://issues.apache.org/jira/browse/NETBEANS-2125
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: netcat, pull-request-available
> Attachments: bug1.PNG
>
>
> On default install Java EE modules are disabled.
> If you go Services -> Servers -> Add Server -> GlassFish Server and press 
> Next, the system says that not all request modules can be enabled. Please see 
> the attached screenshot.
> Also go to New Project -> Java with Ant -> Java Enterprise -> Enterprise 
> Application the error is basically the same.



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

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

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



[jira] [Commented] (NETBEANS-2170) Error selecting the java platform in a Java EE web project (maven)

2019-02-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2170:
-

The question we need to answer is whether GlassFish should be able to work on 
JDK 12, i.e., or anything higher than JDK 8.

> Error selecting the java platform in a Java EE web project (maven)
> --
>
> Key: NETBEANS-2170
> URL: https://issues.apache.org/jira/browse/NETBEANS-2170
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Giuseppe Tino
>Priority: Major
>
> Following the NetCat test:
> [https://netbeans-vm.apache.org/synergy/client/app/#/assignment/2381/v/1
> ]I try to run the web application (note, only the JDK 12 platform is 
> configured on Netbeans).
>  
> Steps:
>  # I click on the Run Project Button
> Expected: Glassfish run and the example webpage appears on my browser
>  # A popup appears saying:
> "Glassfish server could not be started with JDK12 (default) please select 
> another JavaSE platform". 
> There is a dropdown that allows to select other JDKs but it doesn't contain 
> any alternative.
> There is a button "Manage platform" that can be used to configure other java 
> platforms.
>  # I select Manage platform button and add JDK11
> Expected: JDK 11 is selectable in the popup displayed at step 2
> Actual: The dropdown menu is still empty and it is not possible to select a 
> java platform
>  # Click on cancel to close the popup
>  # Right click on the webapplication root node in the project view
>  # Select properties > build > compile 
> On the right part of the panel JDK12(default) is selected as java platform
>  # From the dropdown menu change the selection to JDK11
> The changes are not taken in account, when I click on run the same popup says 
> me that glassfish can not be started with jdk 12
>  



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

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

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



[jira] [Commented] (NETBEANS-2125) Could not enable Java EE on clean install

2019-02-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-2125:
---

It should be enough to specify that {{enterprise}} cluster also needs to 
download the Oracle JS Parser. Like:

incubator-netbeans$ git diff
diff --git a/ergonomics/ide.ergonomics/enterprise.properties 
b/ergonomics/ide.ergonomics/enterprise.properties
index a3207697b2db..eb62626ab924 100644
--- a/ergonomics/ide.ergonomics/enterprise.properties
+++ b/ergonomics/ide.ergonomics/enterprise.properties
@@ -22,3 +22,6 @@ project.xpath.nbproject/project.xml=\
 project.xpath.src/main/webapp=
 
 mainModule=org.netbeans.modules.j2ee.kit
+
+extra.modules=org.netbeans.libs.oracle.jsparser
+LBL_Ergonomics_Extra_Required=Javascript Parser is required for Javascript + 
HTML support to work properly.


> Could not enable Java EE on clean install
> -
>
> Key: NETBEANS-2125
> URL: https://issues.apache.org/jira/browse/NETBEANS-2125
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: netcat
> Attachments: bug1.PNG
>
>
> On default install Java EE modules are disabled.
> If you go Services -> Servers -> Add Server -> GlassFish Server and press 
> Next, the system says that not all request modules can be enabled. Please see 
> the attached screenshot.
> Also go to New Project -> Java with Ant -> Java Enterprise -> Enterprise 
> Application the error is basically the same.



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

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

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



[jira] [Assigned] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach reassigned NETBEANS-2160:
-

Assignee: Jaroslav Tulach

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Assignee: Jaroslav Tulach
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>      at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
>      at java.desktop/java.awt.dnd.DragSource.load(DragSource.java:137)
>      at java.desktop/java.awt.dnd.DragSource.(DragSource.java:150)
>      ... 32 more
>  
> =
> One strange behavior that i