[jira] [Commented] (NETBEANS-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2018-02-09 Thread Kevin Foster (JIRA)

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

Kevin Foster commented on NETBEANS-181:
---

[~Cruiser],

I've been using Netbeans 8.2 on Windows 10 with Lxss (Ubuntu 14 and 16) for 
some time without an issue. I primarily run npm, composer, git and other dev 
tools using the lxss and just run netbeans in windows 10. I use sym links in 
lxss like 'ln ls /mnt/c/Users//Projects/ ~/" to make it easier to bounce to my netbeans project directory.

I'm not saying this will work with everyone. In addition I think windows lets 
you install any version of linux now so it's a complicated situation. 

It would be nice to integrate these a bit better. However, I have gotten the 
linux version of netbeans to run by installing Cygwin X as an X server.

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> Regards
> Chris



--
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-373) Netbeans sometimes freezes when showing any refactor dialog when running with jdk 1.8.0_152-b16 or later

2018-02-09 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-373:


 Summary: Netbeans sometimes freezes when showing any refactor 
dialog when running with jdk 1.8.0_152-b16 or later
 Key: NETBEANS-373
 URL: https://issues.apache.org/jira/browse/NETBEANS-373
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 8.2, 9.0
 Environment: Mac
Reporter: Austin Stephens


Sometimes, when you try to do some refactor action, NetBeans freezes. It 
appears that a lock is obtained on a panel when the dialog is shown, and the 
AppKit Thread tries to get the lock while trying to add an accessible listener 
to it.

AppKit Thread:
{code:java}
Container.addContainerListener:2142    
Container$AccessibleAWTContainer.addPropertyChangeListener:3885    
JComponent$AccessibleJComponent.addPropertyChangeListener:3765    
Hidden Source Calls    
CAccessible.addNotificationListeners:102    
CAccessible.:84    
CAccessible.getCAccessible:60
{code}
EDT Thread:
{code:java}
Hidden Source Calls    
Unsafe.park    
LockSupport.park:194    
AbstractQueuedSynchronizer$ConditionObject.await:2062    
EventQueue.getNextEvent:557    
EventDispatchThread.pumpOneEventForFilters:173    
EventDispatchThread.pumpEventsForFilter:124    
EventDispatchThread.pumpEventsForFilter:117    
WaitDispatchSupport$2.run:190    
WaitDispatchSupport$4.run:235    
WaitDispatchSupport$4.run:233    
AccessController.doPrivileged    
WaitDispatchSupport.enter:233    
Dialog.show:1070    
NbPresenter.superShow:1060    
NbPresenter.doShow:1110    
NbPresenter.run:1082    
NbPresenter.run:105    
NbMutexEventProvider$Event.doEventAccess:115    
NbMutexEventProvider$Event.readAccess:75    
LazyMutexImplementation.readAccess:71    
Mutex.readAccess:193    
NbPresenter.show:1067    
Component.show:1669    
Component.setVisible:1616    
Window.setVisible:1017    
Dialog.setVisible:1005    
ParametersPanel.showDialog:674    
RefactoringPanel.refresh:660    
RefactoringPanel.:144    
UI.openRefactoringUI:61    
ContextAnalyzer$4.show:648    
ContextAnalyzer$TextComponentTask.run:369    
RefactoringActionsProvider.doFindUsages:232    
ActionsImplementationFactory.doFindUsages:91    
WhereUsedAction.performAction:52    
RefactoringGlobalAction$ContextAction.actionPerformed:172    
TopComponent.processKeyBinding:1151    
JComponent.processKeyBindings:2963    
JComponent.processKeyEvent:2863    
Component.processEvent:6355    
Container.processEvent:2259    
Component.dispatchEventImpl:4961    
Container.dispatchEventImpl:2317    
Component.dispatchEvent:4793    
KeyboardFocusManager.redispatchEvent:1955    
DefaultKeyboardFocusManager.dispatchKeyEvent:827    
DefaultKeyboardFocusManager.preDispatchKeyEvent:1096    
DefaultKeyboardFocusManager.typeAheadAssertions:966    
DefaultKeyboardFocusManager.dispatchEvent:792    
Component.dispatchEventImpl:4842    
Container.dispatchEventImpl:2317    
Window.dispatchEventImpl:2758    
Component.dispatchEvent:4793    
EventQueue.dispatchEventImpl:766    
EventQueue.access$500:97    
EventQueue$3.run:717    
EventQueue$3.run:711    
AccessController.doPrivileged    
ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege:89    
ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege:99    
EventQueue$4.run:739    
EventQueue$4.run:737    
AccessController.doPrivileged    
ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege:89    
EventQueue.dispatchEvent:736    
TimableEventQueue.dispatchEvent:136    
EventDispatchThread.pumpOneEventForFilters:199    
EventDispatchThread.pumpEventsForFilter:124    
EventDispatchThread.pumpEventsForHierarchy:113    
EventDispatchThread.pumpEvents:109    
EventDispatchThread.pumpEvents:101    
EventDispatchThread.run:90   
{code}
 



--
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-372) Web Service Project Items don't work

2018-02-09 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-372:


 Summary: Web Service Project Items don't work
 Key: NETBEANS-372
 URL: https://issues.apache.org/jira/browse/NETBEANS-372
 Project: NetBeans
  Issue Type: Bug
  Components: webservices - Code, webservices - JAX-WS
Affects Versions: 9.0
Reporter: Austin Stephens
 Attachments: Screen Shot 2018-02-09 at 11.13.54 AM.png, Screen Shot 
2018-02-09 at 11.18.07 AM.png

The options do not show and the build targets do not run

 

Error:
{code:java}
wsimport-init:
/Volumes/Data/Code//AzureLib/nbproject/jaxws-build.xml:15: taskdef A 
class needed by class com.sun.tools.ws.ant.WsImport cannot be found: 
com/sun/istack/tools/ProtectedTask
 using the classloader 
AntClassLoader[/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/FastInfoset.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/gmbal-api-only.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/ha-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/javax.mail_1.4.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/jaxws-rt.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/saaj-impl.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/stax2-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/woodstox-core-asl.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/stax-ex.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/streambuffer.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/policy.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/management-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/jaxws-tools.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/mimepull.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/api/jaxws-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/api/jsr181-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/api/javax.annotation.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/java/modules/ext/jaxws22/api/saaj-api.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/ide/modules/ext/jaxb/activation.jar:/Volumes/Data/Code//incubator-netbeans/nbbuild/netbeans/ide/modules/ext/jaxb/api/jaxb-api.jar]
BUILD FAILED (total time: 0 seconds){code}



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