[jira] [Updated] (NETBEANS-1788) Java Modular Application Project build fail on Windows OS

2018-12-14 Thread TAKAHASHI,Toru (JIRA)


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

TAKAHASHI,Toru updated NETBEANS-1788:
-
Description: 
h2. Problem

BUILD FAILED to build application project generated from 'Java Modular Project'

on Windows and include path element begin with 'E'.
{noformat}
compile:
Building jar: D:\work\Essen\dist\com.torutk.essen.jar
To run this application from the command line without Ant, try:
C:\tools\jdk-11.0.1/bin/java -modulepath D:\work\Essen\build\modules 
com.torutk.essen.Main
D:\work\Essen\nbproject\build-impl.xml:1218:
java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence 
near index 20
\QD:\work\Essen\build\modules\\E([^\\]+)\Q\\E.*\.class
    at java.base/java.util.regex.Pattern.error(Pattern.java:2015)
:
{noformat}
 

 Error on build-impl.xml is as follows:
{noformat}




{noformat}
in regexpmapper, if 'run.modules.dir.locaion' includes any directory name begin 
with 'E', the 'E' following a file.separator (i.e. '\') is treated as ends 
quoting '\E'.

So, trailing '\build' is treated as escape sequence '\b' and string 'uild'. 
'\b' is available escape scequence.

Then, trailing '\modules' is treated as escape sequence '\m' and string 'odule'.

'\m' is illegal escape sequence.
h2. Reproducing Procedure
 * [File]menu > [New Project] > [Java Modular Project]
 * Name project begin with 'E' (for example, 'Essen')
 * Add new module to the project
 * Create Main class (with public static void main method)In this steps, build 
project is succeed because of no main class is set to the project.
 * Run project once.The main class is set to the project.
 * Build project, then BUILD FAILED occurrs.

 

  was:
h2. Problem

BUILD FAILED to build application project generated from 'Java Modular Project'

on Windows and include path element begin with 'E'.
{noformat}
compile:
Building jar: D:\work\Essen\dist\com.torutk.essen.jar
To run this application from the command line without Ant, try:
C:\tools\jdk-11.0.1/bin/java -modulepath D:\work\Essen\build\modules 
com.torutk.essen.Main
D:\work\Essen\nbproject\build-impl.xml:1218:
java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence 
near index 20
\QD:\work\Essen\build\modules\\E([^\\]+)\Q\\E.*\.class
    at java.base/java.util.regex.Pattern.error(Pattern.java:2015)
:
{noformat}
 

 Error on build-impl.xml is as follows:
{noformat}




{noformat}
in regexpmapper, if 'run.modules.dir.locaion' includes any directory name begin 
with 'E', the 'E' following a file.separator (i.e. '\') is treated as ends 
quoting '\E'.

So, trailing '\build' is treated as escape sequence '\b' and string 'uild'. 
'\b' is available escape scequence.

Then, trailing '\modules' is treated as escape sequence '\m' and string 'odule'.

'\b' is illegal escape sequence.
h2. Reproducing Procedure
 * [File]menu > [New Project] > [Java Modular Project]
 * Name project begin with 'E' (for example, 'Essen')
 * Add new module to the project
 * Create Main class (with public static void main method)In this steps, build 
project is succeed because of no main class is set to the project.
 * Run project once.The main class is set to the project.
 * Build project, then BUILD FAILED occurrs.

 


> Java Modular Application Project build fail on Windows OS
> -
>
> Key: NETBEANS-1788
> URL: https://issues.apache.org/jira/browse/NETBEANS-1788
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Java 9 MultiModule
>Affects Versions: 10.0
> Environment: OS: Windows 10 Pro, 64bit
> JDK: OpenJDK 11.0.1 Windows 64bit
> NetBeans: 10vc4
>Reporter: TAKAHASHI,Toru
>Priority: Major
>
> h2. Problem
> BUILD FAILED to build application project generated from 'Java Modular 
> Project'
> on Windows and include path element begin with 'E'.
> {noformat}
> compile:
> Building jar: D:\work\Essen\dist\com.torutk.essen.jar
> To run this application from the command line without Ant, try:
> C:\tools\jdk-11.0.1/bin/java -modulepath D:\work\Essen\build\modules 
> com.torutk.essen.Main
> D:\work\Essen\nbproject\build-impl.xml:1218:
> java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence 
> near index 20
> \QD:\work\Essen\build\modules\\E([^\\]+)\Q\\E.*\.class
>     at java.base/java.util.regex.Pattern.error(Pattern.java:2015)
> :
> {noformat}
>  
>  Error on build-impl.xml is as follows:
> {noformat}
> 
>  includes="**/${toString:main.class.relativepath}"/>
>  from="\Q${run.modules.dir.location}${file.separator}\E([^${file.separator.string}]+)\Q${file.separator}\E.*\.class"
>  to="\1"/>
> 
> {noformat}
> in regexpmapper, if 'run.modules.dir.locaion' includes any directory name 
> begin with 'E', the 'E' following a file.separator (i.e. '\') is treated as 
> ends 

[jira] [Updated] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla updated NETBEANS-1537:
--
Affects Version/s: 8.2

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

I want to add a remark: I have not AMD64  but

Intel(R)Core(TM) i7-5820K. 3.3 GHz

x64 based Prozessor

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla updated NETBEANS-1537:
--
Environment: 
Product Version: Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 10 
version 10.0 running on amd64; UTF-8; en_US (nb)


  was:
Product Version: Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)



> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread D Burbridge (JIRA)


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

D Burbridge commented on NETBEANS-1537:
---

OK, it's not (just) to do with dead shortcuts then. I've qualified that since, 
the first time I go to open a file in Netbeans after a computer restart, I get 
a messages about "shortcut xxx doesn't exist, do you want to delete it?" This 
is in relation to a couple of things I've uninstalled, nothing at all to do 
with Netbeans (I think appsense is putting the shortcuts back at each reboot - 
it's notorious for getting tied in knots).

Anyway, when the shortcuts are there, Netbeans gives me messages about them, 
twice for each one, then it goes into the "Windows cannot find the target" 
messages - 12 of them in fact, I've counted. Finally, I get to the actual Open 
File dialog and I can select a file. However, if I changed folders, I get the 
"Windows cannot find the target" message three more times in a row, each time I 
change folder.

Once the shortcuts are gone, I don't get the "do you want to delete the 
shortcut" messages any more (at least, until I next reboot), but I still get 
all the other "Windows cannot find the target" messages.

I'm running:
*Product Version:* Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)

*Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]

*Java:* 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_192-b12

*System:* Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)

 

So very similar, except you've got Windows 10.

 

I have had Netbeans 9 running on Java 11, though not at present as I'm working 
on some Java 8 code. I don't recall whether I had the same issue then, and I 
can't check right now.

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

Hallo,

<< File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1797) Disabled menu item text is almost invisible

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1797:
-
Priority: Major  (was: Minor)

> Disabled menu item text is almost invisible 
> 
>
> Key: NETBEANS-1797
> URL: https://issues.apache.org/jira/browse/NETBEANS-1797
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, Next
>Reporter: Michalis Papachristoforou
>Priority: Major
> Fix For: 9.0, Next, 10.0
>
> Attachments: Selection_005.png
>
>
> {color:#d04437}The color for disabled menu items is white which makes it 
> invisible in GTK+ Linux environments.{color}
> Changing it to a different color would fix the issue.
> Is there any way I can do this through NetBeans configuration?
> {color:#707070}My environment:{color}
> {color:#707070} Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708){color}
> {color:#707070} Java: 1.8.0_191; OpenJDK 64-Bit Server VM 25.191-b12{color}
> {color:#707070} Runtime: OpenJDK Runtime Environment 
> 1.8.0_191-8u191-b12-0ubuntu0.18.04.1-b12{color}
> {color:#707070} System: Linux version 4.15.0-42-generic running on amd64; 
> UTF-8; en_US (nb){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-1797) Disabled menu item text is almost invisible

2018-12-14 Thread Michalis Papachristoforou (JIRA)
Michalis Papachristoforou created NETBEANS-1797:
---

 Summary: Disabled menu item text is almost invisible 
 Key: NETBEANS-1797
 URL: https://issues.apache.org/jira/browse/NETBEANS-1797
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 9.0, Next
Reporter: Michalis Papachristoforou
 Fix For: Next, 10.0, 9.0
 Attachments: Selection_005.png

{color:#d04437}The color for disabled menu items is white which makes it 
invisible in GTK+ Linux environments.{color}

Changing it to a different color would fix the issue.

Is there any way I can do this through NetBeans configuration?

{color:#707070}My environment:{color}
{color:#707070} Product Version: Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708){color}
{color:#707070} Java: 1.8.0_191; OpenJDK 64-Bit Server VM 25.191-b12{color}
{color:#707070} Runtime: OpenJDK Runtime Environment 
1.8.0_191-8u191-b12-0ubuntu0.18.04.1-b12{color}
{color:#707070} System: Linux version 4.15.0-42-generic running on amd64; 
UTF-8; en_US (nb){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] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread D Burbridge (JIRA)


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

D Burbridge commented on NETBEANS-1537:
---

That's great! Well, I mean, not really, at least, not for you, but at least it 
means it's not a peculiarity of the way I've got things set up:-)

It does mean we can start to narrow down the possibilities... do you have any 
"dead" shortcuts on your desktop - temporary or otherwise? do you have admin 
rights to your machine? are you behind a firewall? what version of Windows are 
you running?

For me, the answers are yes (since our IT department use "appsense" which is 
fairly rubbish), no, yes (but I have the proxy settings set up), Windows 7.

 

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1796) When use Find Usage the result is: "Can't refactor here"

2018-12-14 Thread Petru Ciucur (JIRA)
Petru Ciucur created NETBEANS-1796:
--

 Summary: When use Find Usage the result is: "Can't refactor here"
 Key: NETBEANS-1796
 URL: https://issues.apache.org/jira/browse/NETBEANS-1796
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 10.0
 Environment: Windows 10
Reporter: Petru Ciucur
 Fix For: 10.0


When use Find Usage the result is: "Can't refactor here".

I use it in a php script for a class (methods).

 



--
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-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

I have exactly the same problem, occuring all the time wheneever I want to open 
a project

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



--
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-1795) Report an Issue....

2018-12-14 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1795:
---

 Summary: Report an Issue
 Key: NETBEANS-1795
 URL: https://issues.apache.org/jira/browse/NETBEANS-1795
 Project: NetBeans
  Issue Type: Bug
  Components: connecteddeveloper - Bugzilla
Affects Versions: 9.0
 Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Operating System = Windows 10 Pro version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_191
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12

Reporter: Thomas Willms
 Attachments: ReportIssuest.JPG

I wanted to report the following severe bug by "Report Issues"

Each time when I want to open a project I have to click 4 to 8 times on the red 
field of the message that the target path has not been found. This only happens 
with NetBeans and I verified that the file System is working properly.  Only 
after confirming the error message - mostly 8 times - finally the the directory 
that I searched is shown.

I got the error mesage attached below 

 



--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1409:
-
Issue Type: New Feature  (was: Bug)

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1409:
-
Component/s: web - CSS Editor

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: New Feature
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1409:
-
Labels: cssnext  (was: )

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: New Feature
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Dhanush Pavadai
>Priority: Critical
>  Labels: cssnext
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1409:
-
Labels: cssnext cssvariable  (was: cssnext)

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: New Feature
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Dhanush Pavadai
>Priority: Critical
>  Labels: cssnext, cssvariable
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1409:
-
Affects Version/s: 10.0
   8.2
   9.0

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-14 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1409:
--

Ah yeah I see, I forgot about the shitty variable name with "dash dash". Yes 
this is not supported at all.

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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