[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-20 Thread JIRA


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

Ivan Friedländer commented on NETBEANS-168:
---

The / tmp directory generates many events that are unnecessary for NB. And it 
can happen that some application will start to generate huge file changes and 
get it in the same state as with broken links.

Perhaps it would be sufficient to indicate the overloading of the file-event 
system to make the user aware that there is a problem..

Currently, it is processor overloaded, but the user does not know what's going 
on.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> 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-2152) Unable to install JIRA Plugin

2019-02-20 Thread Tomek b (JIRA)
Tomek b created NETBEANS-2152:
-

 Summary: Unable to install JIRA Plugin
 Key: NETBEANS-2152
 URL: https://issues.apache.org/jira/browse/NETBEANS-2152
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
 Environment: Product Version: Apache NetBeans IDE 10.0 (Build 
incubator-netbeans-release-380-on-20181217)
Java: 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
Runtime: Java(TM) SE Runtime Environment 1.8.0_172-b11
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Reporter: Tomek b
 Attachments: 2019-02-21 08_36_09-Error.png

While installing Jira[1.58] plugin from "Available Plugins", I'm getting an 
error like on attached screenshot:

 

Below log from "messages.log" file

 
{noformat}
Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot resolve 
external reference to 
https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
    at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
    at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
    at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
    at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
    at 
org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[catch] at java.lang.Thread.run(Thread.java:748)
There were some problems while storing JIRA REST Client.
Cause: Cannot resolve external reference to 
https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]{noformat}
 

 



--
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-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. commented on NETBEANS-2150:
---

The used NB was installed from debian repository, on both system (the system 
where it runs, and the system where I get the reported error).

I now downloaded NB10 from the webpage and tried to run it. On the system where 
NB from Debian Repo was not working, this solved my issue.

But anyhow: One should find out why this error is coming up one one of two 
machines, with the same setup:
 * Debian Testing
 * latest NB10 from apt repo
 * latest jdk11 from apt repo

> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> NB runs, but I can't build f.i. a maven project. It just takes forever and 
> "output" shows nothing. 
> The exception occurs in any case, no matter if there are projects opened or 
> not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  * tried to start NB with oracle jdk 11
>  * tried to start with openjdk-8
>  * tried to start with openjdk-11 (which I prefer)
>  
> I will attach UI and IDE log for more details.
>  
> On a different system, with same debian and openjdk version, NB10 is running 
> fine. No idea where this reported exceptions comes from. 



--
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] [Comment Edited] (NETBEANS-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. edited comment on NETBEANS-2150 at 2/21/19 7:01 AM:


The used NB was installed from debian repository, on both system (the system 
where it runs, and the system where I get the reported error).

I now downloaded NB10 from the webpage and tried to run it. On the system where 
NB from Debian Repo was not working, this solved my issue for the moment.

But anyhow: One should find out why this error is coming up one one of two 
machines, with the same setup:
 * Debian Testing
 * latest NB10 from apt repo
 * latest jdk11 from apt repo


was (Author: alex0801):
The used NB was installed from debian repository, on both system (the system 
where it runs, and the system where I get the reported error).

I now downloaded NB10 from the webpage and tried to run it. On the system where 
NB from Debian Repo was not working, this solved my issue.

But anyhow: One should find out why this error is coming up one one of two 
machines, with the same setup:
 * Debian Testing
 * latest NB10 from apt repo
 * latest jdk11 from apt repo

> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> NB runs, but I can't build f.i. a maven project. It just takes forever and 
> "output" shows nothing. 
> The exception occurs in any case, no matter if there are projects opened or 
> not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  * tried to start NB with oracle jdk 11
>  * tried to start with openjdk-8
>  * tried to start with openjdk-11 (which I prefer)
>  
> I will attach UI and IDE log for more details.
>  
> On a different system, with same debian and openjdk version, NB10 is running 
> fine. No idea where this reported exceptions comes from. 



--
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-532) NPE running profiler

2019-02-20 Thread Sarvesh Kesharwani (JIRA)


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

Sarvesh Kesharwani commented on NETBEANS-532:
-

It looks like this issue is resolved with the fixes for NETBEANS-539 .

Also, I tried retracing the steps mentioned and could not reproduce the issue. 
Should this bug be marked RESOLVED?

> NPE running profiler
> 
>
> Key: NETBEANS-532
> URL: https://issues.apache.org/jira/browse/NETBEANS-532
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-242-on-20180323)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>Priority: Critical
>  Labels: jdk10
>
> When running the profiler on a Maven project I get:
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.profiler.v2.features.MethodsFeature$9.getProfilerClient(MethodsFeature.java:515)
>   at 
> org.netbeans.modules.profiler.v2.features.MethodsFeatureUI.initUI(MethodsFeatureUI.java:222)
>   at 
> org.netbeans.modules.profiler.v2.features.MethodsFeatureUI.getResultsUI(MethodsFeatureUI.java:100)
>   at 
> org.netbeans.modules.profiler.v2.features.MethodsFeature.getResultsUI(MethodsFeature.java:492)
>   at 
> org.netbeans.modules.profiler.v2.impl.FeaturesView.createContainer(FeaturesView.java:149)
>   at 
> org.netbeans.modules.profiler.v2.impl.FeaturesView.addFeature(FeaturesView.java:134)
>   at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.updateFeatures(ProfilerWindow.java:373)
>   at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.popupulateUI(ProfilerWindow.java:275)
>   at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$200(ProfilerWindow.java:132)
>   at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$1$1.run(ProfilerWindow.java:200)
>   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.access$600(EventQueue.java:97)
>   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:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] 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)
> {code}
> This issues 100% of the time.



--
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-1769) Error in RequestProcessor org.netbeans.modules.java.JavaNode$IconTask$SourceIcon

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1769:


Can you please provide steps to reproduce this issue.

>  Error in RequestProcessor 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon
> -
>
> Key: NETBEANS-1769
> URL: https://issues.apache.org/jira/browse/NETBEANS-1769
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment:  Operating System= Windows 10 version 10.0 
> running on amd64
>   Java; VM; Vendor= 11.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.1+13-LTS; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 11.0.1+13-LTS
>Reporter: Ruslan Lopez Carro
>Priority: Critical
>
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon
> java.lang.IllegalStateException: Cannot call getCompilationUnit() if current 
> phase < JavaSource.Phase.PARSED. You must call toPhase(Phase.PARSED) first.
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getCompilationUnit(CompilationInfoImpl.java:199)
>  at 
> org.netbeans.api.java.source.CompilationInfo.getCompilationUnit(CompilationInfo.java:167)
>  at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:444)
>  at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
>  at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon.computeIcon(JavaNode.java:440)
>  at org.netbeans.modules.java.JavaNode$IconTask.run(JavaNode.java:402)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by Atlassian JIRA
(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-1704) java.io.UnsupportedEncodingException: ISO-Latin-1

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1704:


Can you please provide a test project to help reproduce this issue.

> java.io.UnsupportedEncodingException: ISO-Latin-1
> -
>
> Key: NETBEANS-1704
> URL: https://issues.apache.org/jira/browse/NETBEANS-1704
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Alex Tomb
>Priority: Critical
> Attachments: nb_bug.txt.zip
>
>
> Just open the project
> Can not attach the file
> "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-1407) Error on code completion with profiles

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1407:


Can you please provide steps to reproduce this issue. 

> Error on code completion with profiles
> --
>
> Key: NETBEANS-1407
> URL: https://issues.apache.org/jira/browse/NETBEANS-1407
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 - 64 bits
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Minor
>  Labels: java,, profile
>
> {{When i try to use code completion with profile I receive this Exception 
> from netbeans:}}
> {{java.lang.IllegalStateException: Cannot call getCompilationUnit() if 
> current phase < JavaSource.Phase.PARSED. You must call toPhase(Phase.PARSED) 
> first.}}
> {{    at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getCompilationUnit(CompilationInfoImpl.java:199)}}
> {{    at 
> org.netbeans.api.java.source.CompilationInfo.getCompilationUnit(CompilationInfo.java:167)}}
> {{    at 
> org.netbeans.api.java.source.TreeUtilities.pathFor(TreeUtilities.java:318)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.getCompletionTreePath(JPACodeCompletionProvider.java:303)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.access$100(JPACodeCompletionProvider.java:66)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.run(JPACodeCompletionProvider.java:190)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.access$600(JPACodeCompletionProvider.java:81)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery$Task.run(JPACodeCompletionProvider.java:258)}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)}}
> {{    at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)}}
> {{    at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)}}
> {{    at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)}}
> {{    at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)}}
> {{    at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)}}
> {{    at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)}}
> {{Caused: org.netbeans.modules.parsing.spi.ParseException}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)}}
> {{    at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)}}
> {{[catch] at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query(JPACodeCompletionProvider.java:118)}}
> {{    at 
> org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)}}
> {{    at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)}}
> {{    at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)}}
> {{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)}}
> {{    at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}



--
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-2151) There is a warning while starting Profiler

2019-02-20 Thread Michal Owsiak (JIRA)
Michal Owsiak created NETBEANS-2151:
---

 Summary: There is a warning while starting Profiler
 Key: NETBEANS-2151
 URL: https://issues.apache.org/jira/browse/NETBEANS-2151
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Profile
Affects Versions: 11.0
Reporter: Michal Owsiak


There is a warning while starting profiler
{code:java}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.lib.profiler.server.ClassLoaderManager to method 
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release{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



[incubator-netbeans] branch release110 updated: [NETBEANS-2067] Changed Snap descriptors for the upcoming 11.0 version.

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

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


The following commit(s) were added to refs/heads/release110 by this push:
 new 399dd6f  [NETBEANS-2067] Changed Snap descriptors for the upcoming 
11.0 version.
399dd6f is described below

commit 399dd6f3303728cad7f8639b3e5d0687c9724f3b
Author: Laszlo Kishalmi 
AuthorDate: Thu Feb 14 17:07:15 2019 -0800

[NETBEANS-2067] Changed Snap descriptors for the upcoming 11.0 version.
---
 nbbuild/packaging/snap/gui/netbeans.desktop |  8 +++
 nbbuild/packaging/snap/snapcraft.yaml   | 33 +
 2 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/nbbuild/packaging/snap/gui/netbeans.desktop 
b/nbbuild/packaging/snap/gui/netbeans.desktop
index 14aff2f..5ce638e 100644
--- a/nbbuild/packaging/snap/gui/netbeans.desktop
+++ b/nbbuild/packaging/snap/gui/netbeans.desktop
@@ -16,10 +16,10 @@
 
 [Desktop Entry]
 Type=Application
-Encoding=UTF-8
-Name=NetBeans Dev
-Comment=Apache NetBeans, The Smarter Way to Code
+Name=Apache NetBeans 11.0 (incubating)
+Comment=Apache NetBeans (incubating), The Smarter Way to Code
 Exec=netbeans %F
-Categories=Application;Development;Java;PHP;JS;JavaScript;IDE
+Categories=Development;IDE
 Icon=${SNAP}/meta/gui/icon.png
 Terminal=false
+
diff --git a/nbbuild/packaging/snap/snapcraft.yaml 
b/nbbuild/packaging/snap/snapcraft.yaml
index 0994bd8..2dd1f0f 100644
--- a/nbbuild/packaging/snap/snapcraft.yaml
+++ b/nbbuild/packaging/snap/snapcraft.yaml
@@ -15,17 +15,33 @@
 # limitations under the License.
 
 name: netbeans
-version: "Dev"
-summary: NetBeans Java IDE
+version: "11.0"
+summary: Apache NetBeans IDE (incubating)
 description: |
-  NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and 
-  web applications, as well as HTML5 applications with HTML, JavaScript, and
-  CSS. The IDE also provides a great set of tools for PHP and C/C++ developers.
+  Apache NetBeans IDE (incubating) lets you quickly and easily develop Java
+  desktop, enterprise, and  web applications, as well as HTML5 applications
+  with HTML, JavaScript, and CSS. The IDE also provides a great set of tools 
for
+  PHP and C/C++ developers.
   It is free and open source and has a large community of users and developers
-  around the world. 
+  around the world.
+
+  It requires Java 8 or later Java Development Kit installed.
+
+  Disclaimer:
+  This is a convenience binary of Apache NetBeans (incubating) IDE 11.0, this
+  is not considered as an official release.
+
+  Apache NetBeans is an effort undergoing incubation at The Apache Software
+  Foundation (ASF), sponsored by the Apache Incubator. Incubation is required 
of
+  all newly accepted projects until a further review indicates that the
+  infrastructure, communications, and decision making process have stabilized 
in
+  a manner consistent with other successful ASF projects. While incubation
+  status is not necessarily a reflection of the completeness or stability of 
the
+  code, it does indicate that the project has yet to be fully endorsed by the
+  ASF.
 icon: ../../platform/core.startup/src/org/netbeans/core/startup/frame512.png
 confinement: classic
-grade: devel
+grade: stable
 architectures: [ amd64 ]
 
 parts:
@@ -47,7 +63,7 @@ parts:
 # Make the default cache and data directory relative to Snap user 
directory
 sed -i 's/${HOME}\/.netbeans/${SNAP_USER_COMMON}\/data/' 
$SNAPCRAFT_PART_INSTALL/netbeans/bin/netbeans
 sed -i 's/${HOME}\/.cache\/netbeans/${SNAP_USER_COMMON}\/cache/' 
$SNAPCRAFT_PART_INSTALL/netbeans/bin/netbeans
-sed -i 
's/-J-Dapple.laf.useScreenMenuBar=true/-J-Dapple.laf.useScreenMenuBar=true 
-J-Dawt.useSystemAAFontSettings=on/' 
$SNAPCRAFT_PART_INSTALL/netbeans/etc/netbeans.conf
+sed -i 
's/-J-Dapple.laf.useScreenMenuBar=true/-J-Dplugin.manager.install.global=false 
-J-Dawt.useSystemAAFontSettings=on/' 
$SNAPCRAFT_PART_INSTALL/netbeans/etc/netbeans.conf
 stage:
 - $netbeans
 
@@ -55,4 +71,3 @@ apps:
   netbeans:
 command: netbeans/bin/netbeans
 
-


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

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



[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-20 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-168:
--

Unfortunately that's not the cause. There are many plugins especially the vcs 
which are using /tmp regularly for storing some temporary revisions of a file 
to display diffs, etc. But do watching on /tmp changes is not bad thing at all.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> 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] [Commented] (NETBEANS-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread JIRA


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

Matthias Bläsing commented on NETBEANS-2148:


Thank you for your work. I merged you PR and marked it for cherry-picking into 
the netbeans 11 branch.

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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] [Comment Edited] (NETBEANS-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread JIRA


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

Matthias Bläsing edited comment on NETBEANS-2148 at 2/20/19 8:26 PM:
-

Thank you for your work. I merged you PR and marked it for cherry-picking into 
the netbeans 11 branch. Please mark this issue as resolved, once you find the 
change in nightly builds and reassign it to you, you did the work :)


was (Author: mblaesing):
Thank you for your work. I merged you PR and marked it for cherry-picking into 
the netbeans 11 branch.

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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: [NETBEANS-2148] Removing space after Maven password option

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

matthiasblaesing 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 f7652fe  [NETBEANS-2148] Removing space after Maven password option
 new fa6d3a5  Merge pull request #1142 from herkrath/NETBEANS-2148
f7652fe is described below

commit f7652feecebe926dad3dac2a3b1146d4c437015a
Author: Mark Herkrath 
AuthorDate: Wed Feb 20 16:38:44 2019 +

[NETBEANS-2148] Removing space after Maven password option
---
 .../maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.java 
b/java/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.java
index 27094c3..92585c8 100644
--- a/java/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.java
+++ b/java/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.java
@@ -356,7 +356,7 @@ public class CheckoutUI extends javax.swing.JPanel {
 brc.setProperty("connectionUrl", txtUrl.getText());//NOI18N
 if (txtUser.getText().trim().length() != 0) {
 brc.setProperty("username", txtUser.getText());//NOI18N
-brc.setProperty("password ", new 
String(txtPassword.getPassword()));//NOI18N
+brc.setProperty("password", new 
String(txtPassword.getPassword()));//NOI18N
 }
 brc.setShowDebug(chkPrintDebugInfo.isSelected());
 brc.setShowError(chkPrintDebugInfo.isSelected());


-
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-1995) License file includes GPL-2-CP

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


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

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

> License file includes GPL-2-CP
> --
>
> Key: NETBEANS-1995
> URL: https://issues.apache.org/jira/browse/NETBEANS-1995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Priority: Blocker
>  Labels: pull-request-available
>
> When building netbeans master with the default invocation `ant`, you get a 
> netbeans directory, that holds GPL-2-CP artifacts - from the license file:
> {noformat}
> extra/modules/ext/javafx-base-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-base-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-base-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-controls-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-controls-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-controls-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-graphics-11-linux.jarGPL-2-CP
> extra/modules/ext/javafx-graphics-11-mac.jar  GPL-2-CP
> extra/modules/ext/javafx-graphics-11-win.jar  GPL-2-CP
> extra/modules/ext/javafx-media-11-linux.jar   GPL-2-CP
> extra/modules/ext/javafx-media-11-mac.jar GPL-2-CP
> extra/modules/ext/javafx-media-11-win.jar GPL-2-CP
> extra/modules/ext/javafx-swing-11-linux.jar   GPL-2-CP
> extra/modules/ext/javafx-swing-11-mac.jar GPL-2-CP
> extra/modules/ext/javafx-swing-11-win.jar GPL-2-CP
> extra/modules/ext/javafx-web-11-linux.jar GPL-2-CP
> extra/modules/ext/javafx-web-11-mac.jar   GPL-2-CP
> extra/modules/ext/javafx-web-11-win.jar   GPL-2-CP
> {noformat}
> I suspect this was introduced by this PR:
> https://github.com/apache/incubator-netbeans/pull/917
> A comment regarding the problem remained unanswered.
> GPL-2-CP is (not yet?) cleared for inclusion by the ASF:
> https://issues.apache.org/jira/browse/LEGAL-336
> Either lawyers from oracle (as the copyright holder of the JDK/JavaFX) come 
> up and work with the ASF to fix this or the files have to removed at this 
> point.



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



svn commit: r32572 - in /dev/incubator/netbeans/incubating-netbeans-mavenutils: apache-netbeans-parent-1/ netbeans-parent/

2019-02-20 Thread skygo
Author: skygo
Date: Wed Feb 20 17:03:37 2019
New Revision: 32572

Log:
Apache NetBeans parent pom

Added:

dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/
  - copied from r32571, 
dev/incubator/netbeans/incubating-netbeans-mavenutils/netbeans-parent/
Removed:
dev/incubator/netbeans/incubating-netbeans-mavenutils/netbeans-parent/
Modified:

dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip

dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.asc

dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.sha512

Modified: 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip
==
Binary files - no diff available.

Modified: 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.asc
==
--- 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.asc
 (original)
+++ 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.asc
 Wed Feb 20 17:03:37 2019
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAlxsNicACgkQSiYBztqT
-gvO1UA/+NFMhETUgnxEhXgoVhthEB0y43dvcESNzA2tz3lXysFwtRNdVx7snfgIV
-W74w+/2+9cTua5OHJ+JneW1mpOEJDpDwGRyl9rypcnLStIFFFRuPXlUv04lpBCYi
-9QBdL1ds2HdzCffklQoWnceiYzTn6sRv/Cs8WlWYKY6cKGy2d3K/k0z+3L50+mDb
-y9zzmUZOXAQ6m/YL/1qj0xHkRSxS388evQYZiA2QBFPwJIKT1c74YaVd3YMaHMBU
-l/4qaU9BQSNNrJrLVp34BWSeJB8w89VJGJOQwYAAHs8xaJ+kTiPgM4PGBb0KSnwr
-Hazhsn0k3NdW3B7T5LkATXNs989Q3WpVjmf+S0N4A1p9uo9XcI99Ct1D09VD8D+6
-xCik7Yw8hiCitOlpKZmOOb4fGjCzYyNV8YcTGMCP6k7GLO3+EWDDra3PUIPvtzZa
-ABVt5T+X6Ob3CyTKereqS15PPU6EbabGcYDQSjT+evRGjhDhp+Omjdave5ACvRe+
-vryljcgeLoFjFaFBwWd2VbxIABxsHuKkiLsjSICAhcdnhidWE0qxPPYR31yvZCeF
-PRQwupaTvj3ujpsgAF0YW5sQJl1PvQ7UV6uyXJVUWqho3pW5mMhVMfyquasoSMjs
-GFhIB7mR553N7gZ2re9KxNZYNyBUjuc6IvUrKHC3mzSt5BHLhKM=
-=YHrU
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAlxthg4ACgkQSiYBztqT
+gvNXvg//cN5vAKak6yrAjJTZX8FL5tV9WQEYtnBxvjej0fMlFHmndumaPMIbC9PX
+08MYsz8GnHSjRsy0IGLwMb0pKq1LRNzLe6c3yUXhXzsKzu3/2sfbYsGpRbRfI6Yn
+ahqJ4yRCz/5msgGzHl6DI311JtedCeer3lY9SwESVkBuL/hidj/t+C74A0ElTuVX
+kecbE5AJDfTFBAQzCnQIwf4FaIHNI0Y3us9K5RPiJNvaoIkbria3WyCbZ/syRlgf
+xg4/zb43zCgNbgbZnnk0C65RnPsm/il17c06Dbm55YlIzLF2cF0TBl4GJs7ky53o
+m3o51zVDPg/setZ1K4fnr+t7zoHzO6VkMGnGuo17WO9M1Ey3Q6giHb/qA3qt1zZM
+U1D3rqLE4WJsJmW/unAB0my4TxDwyvsvi2TFD0zbrFu4XxUyZyubZXPova+RYQ1R
+bG9GYzc9yryN5VftZ1glK0wcAF5ZSBEwnl/jehtRprw7tvhMF/+wNhKCcE6lR7P4
+juf6EXyRFyld9+z+pUwzhGxrVU/c0le9cRsEmJ4I5YL4awPBUSt8EtirWcoS1eg8
+oVhWT/0wFBugn/RfR6umxlcmegp7xMzjwJZ+XPbLaAGTLefYaifQrEm9vO1vxUwp
+N4dp8G2tuigNpkhOz/sBrxNtlaL15mpEYDSXl+AK6X+veNU5vYY=
+=iTfM
 -END PGP SIGNATURE-

Modified: 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.sha512
==
--- 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.sha512
 (original)
+++ 
dev/incubator/netbeans/incubating-netbeans-mavenutils/apache-netbeans-parent-1/incubating-apache-netbeans-parent-1-source-release.zip.sha512
 Wed Feb 20 17:03:37 2019
@@ -1 +1 @@
-65113719af58174c1cdf98993e6a6510c799326b7a5d9c7a40f2f1540d97f607cbab573f524923d7fb537985022148490618c2e648bee3da731a7ed978de59ff
\ No newline at end of file
+dfdf51ecaea0bc4481effd0184c52ebb371ea190b073d8ea147f4bb19b19210c89909c06a76e8da672457b98e4f3bafac58a984ca090685e19f420c738437235
\ No newline at end of file



-
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-mavenutils] annotated tag org-apache-netbeans-parent-1-vc1 created (now 886b9c8)

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

skygo pushed a change to annotated tag org-apache-netbeans-parent-1-vc1
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.


  at 886b9c8  (tag)
 tagging aa14a6bd341d2e61cef2cca1d30961c708a7cbdf (commit)
  by Eric Barboni
  on Wed Feb 20 17:53:51 2019 +0100

- Log -
[maven-release-plugin] copy for tag org-apache-netbeans-parent-1-vc1
---

No new revisions were added by this update.


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

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



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

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

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


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

commit 4fceb70882afe4e859eed25ba88592ac46db0d2d
Author: Eric Barboni 
AuthorDate: Wed Feb 20 17:53:56 2019 +0100

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

diff --git a/netbeansparent/pom.xml b/netbeansparent/pom.xml
index 3d83451..9200d17 100644
--- a/netbeansparent/pom.xml
+++ b/netbeansparent/pom.xml
@@ -28,7 +28,7 @@ under the License.
 
 org.apache.netbeans
 netbeans-parent
-1
+2-SNAPSHOT
 pom
 
 Apache Netbeans
@@ -99,7 +99,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
 
scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
 https://github.com/apache/incubator-netbeans-mavenutils
-  org-apache-netbeans-parent-1-vc1
+  HEAD
   
 
 jira


-
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-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread Mark Herkrath (JIRA)


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

Mark Herkrath reassigned NETBEANS-2148:
---

Assignee: Matthias Bläsing  (was: Mark Herkrath)

PR available at https://github.com/apache/incubator-netbeans/pull/1142
Assigning to Matthias as he agreed to pull at d...@netbeans.apache.org
Sorry if this doesn't comply with the official procedures, which are unclear to 
me.

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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-mavenutils] branch master updated: [maven-release-plugin] prepare release org-apache-netbeans-parent-1-vc1

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

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


The following commit(s) were added to refs/heads/master by this push:
 new aa14a6b  [maven-release-plugin] prepare release 
org-apache-netbeans-parent-1-vc1
aa14a6b is described below

commit aa14a6bd341d2e61cef2cca1d30961c708a7cbdf
Author: Eric Barboni 
AuthorDate: Wed Feb 20 17:53:35 2019 +0100

[maven-release-plugin] prepare release org-apache-netbeans-parent-1-vc1
---
 netbeansparent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeansparent/pom.xml b/netbeansparent/pom.xml
index 428f2ca..3d83451 100644
--- a/netbeansparent/pom.xml
+++ b/netbeansparent/pom.xml
@@ -28,7 +28,7 @@ under the License.
 
 org.apache.netbeans
 netbeans-parent
-1-SNAPSHOT
+1
 pom
 
 Apache Netbeans
@@ -99,7 +99,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
 
scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
 https://github.com/apache/incubator-netbeans-mavenutils
-  HEAD
+  org-apache-netbeans-parent-1-vc1
   
 
 jira


-
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-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

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


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

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

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Mark Herkrath
>Priority: Major
>  Labels: pull-request-available
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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-mavenutils] annotated tag netbeans-parent-1 deleted (was de52101)

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

skygo pushed a change to annotated tag netbeans-parent-1
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.


*** WARNING: tag netbeans-parent-1 was deleted! ***

   tag was  de52101

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils] annotated tag org-apache-netbeans-netbeans-parent-1 deleted (was a0cd654)

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

skygo pushed a change to annotated tag org-apache-netbeans-netbeans-parent-1
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.


*** WARNING: tag org-apache-netbeans-netbeans-parent-1 was deleted! ***

   tag was  a0cd654

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
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-mavenutils] branch master updated (417dc9c -> a2d24b8)

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

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


from 417dc9c  [maven-release-plugin] prepare for next development iteration
 new 218a7a2  remove useless paragraph
 new a2d24b8  back in version 1

The 1205 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:
 netbeansparent/NOTICE  | 7 ---
 netbeansparent/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)


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

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



[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-20 Thread Marc Collin (JIRA)


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

Marc Collin commented on NETBEANS-168:
--

with gradle, when i start netbeans in /tmp 

nb-gradle-plugin folder is created maybe it's for that this dir is watched

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> 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] [Updated] (NETBEANS-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. updated NETBEANS-2150:
--
Attachment: ui.log.txt

> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> No matter if there are projects opened or not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  
> I will attach UI and IDE log for more details.



--
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-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. updated NETBEANS-2150:
--
Description: 
I'm struggling with a nasty exception that happens right after starting NB on 
Debian Testing.

NB runs, but I can't build f.i. a maven project. It just takes forever and 
"output" shows nothing. 

The exception occurs in any case, no matter if there are projects opened or not.

What I tried so far:
 * uninstall/reinstall NB10 from Debian repo
 * uninstall/reinstall openjdk11
 * removing all in ~/.cache/netbean and ~/.netbeans
 * tried to start NB with oracle jdk 11
 * tried to start with openjdk-8
 * tried to start with openjdk-11 (which I prefer)

 

I will attach UI and IDE log for more details.

 

On a different system, with same debian and openjdk version, NB10 is running 
fine. No idea where this reported exceptions comes from. 

  was:
I'm struggling with a nasty exception that happens right after starting NB on 
Debian Testing.

No matter if there are projects opened or not.

What I tried so far:
 * uninstall/reinstall NB10 from Debian repo
 * uninstall/reinstall openjdk11
 * removing all in ~/.cache/netbean and ~/.netbeans

 

I will attach UI and IDE log for more details.

 

On a different system, with same debian and openjdk version, NB10 is running 
fine. No idea where this reported exceptions comes from. 


> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> NB runs, but I can't build f.i. a maven project. It just takes forever and 
> "output" shows nothing. 
> The exception occurs in any case, no matter if there are projects opened or 
> not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  * tried to start NB with oracle jdk 11
>  * tried to start with openjdk-8
>  * tried to start with openjdk-11 (which I prefer)
>  
> I will attach UI and IDE log for more details.
>  
> On a different system, with same debian and openjdk version, NB10 is running 
> fine. No idea where this reported exceptions comes from. 



--
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-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. updated NETBEANS-2150:
--
Description: 
I'm struggling with a nasty exception that happens right after starting NB on 
Debian Testing.

No matter if there are projects opened or not.

What I tried so far:
 * uninstall/reinstall NB10 from Debian repo
 * uninstall/reinstall openjdk11
 * removing all in ~/.cache/netbean and ~/.netbeans

 

I will attach UI and IDE log for more details.

 

On a different system, with same debian and openjdk version, NB10 is running 
fine. No idea where this reported exceptions comes from. 

  was:
I'm struggling with a nasty exception that happens right after starting NB on 
Debian Testing.

No matter if there are projects opened or not.

What I tried so far:
 * uninstall/reinstall NB10 from Debian repo
 * uninstall/reinstall openjdk11
 * removing all in ~/.cache/netbean and ~/.netbeans

 

I will attach UI and IDE log for more details.


> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> No matter if there are projects opened or not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  
> I will attach UI and IDE log for more details.
>  
> On a different system, with same debian and openjdk version, NB10 is running 
> fine. No idea where this reported exceptions comes from. 



--
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-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)


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

Alex C. updated NETBEANS-2150:
--
Attachment: ide.log.txt

> Exception on clean netbeans10 startup
> -
>
> Key: NETBEANS-2150
> URL: https://issues.apache.org/jira/browse/NETBEANS-2150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Alex C.
>Priority: Major
> Attachments: ide.log.txt, ui.log.txt
>
>
> I'm struggling with a nasty exception that happens right after starting NB on 
> Debian Testing.
> No matter if there are projects opened or not.
> What I tried so far:
>  * uninstall/reinstall NB10 from Debian repo
>  * uninstall/reinstall openjdk11
>  * removing all in ~/.cache/netbean and ~/.netbeans
>  
> I will attach UI and IDE log for more details.



--
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-2150) Exception on clean netbeans10 startup

2019-02-20 Thread Alex C. (JIRA)
Alex C. created NETBEANS-2150:
-

 Summary: Exception on clean netbeans10 startup
 Key: NETBEANS-2150
 URL: https://issues.apache.org/jira/browse/NETBEANS-2150
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Alex C.
 Attachments: ide.log.txt, ui.log.txt

I'm struggling with a nasty exception that happens right after starting NB on 
Debian Testing.

No matter if there are projects opened or not.

What I tried so far:
 * uninstall/reinstall NB10 from Debian repo
 * uninstall/reinstall openjdk11
 * removing all in ~/.cache/netbean and ~/.netbeans

 

I will attach UI and IDE log for more details.



--
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-2109) Splash screens for 11.0 release

2019-02-20 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2109:


If we may have a vectorized format we may try to add somewhere in 
incubator-tools a way to generate the splash via jenkins

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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] [Comment Edited] (NETBEANS-2145) Command line calls should be configurable

2019-02-20 Thread JIRA


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

Iván Barták edited comment on NETBEANS-2145 at 2/20/19 2:07 PM:


The specific problem for Sass is the fallowing:

Till now the official one was ruby-sass. And it needs cache files or no-cache 
option. In order not to clutter the project folder, the --cache-location 
parameter is hard coded.

But now the dart-sass version is the official one. And it throws {{Could not 
find an option named "cache-location"}}. error.

*So anybody uses old ruby version needs the parameter, but other builds throws 
error because of it.*

To tackle issues like this for example Jetbrains has configurable parameter 
string for all console calls like this:

{{--no-cache $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map}}

In this scenerio the user can decide weather use cache-location, no-cache or 
just remove both for the new official version. Even could use {{--output-style 
compressed}} to get compressed css for production instantly.

This applies to all of the console tools, in most cases would be nice to be 
able configure those, but sometimes its inevitable.


was (Author: montaire):
The specific problem for Sass is the fallowing:

Till now the official one was ruby-sass. And it needs cache files or no-cache 
option. In order not to clutter the project folder, the --cache-location 
parameter is hard coded.

But now the dart-sass version is the official one. And it throws {{Could not 
find an option named "cache-location"}}. error.

*So anybody uses old ruby version needs the parameter, but other builds throws 
error because of it.*

To tackle issues like this for example Jetbrains has configurable parameter 
string for all console calls like this:

{{--no-cache}}{{ 
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map}}

In this scenerio the user can decide weather use cache-location, no-cache or 
just remove both for the new official version. Even could use {{--output-style 
compressed}} to get compressed css for production instantly.

This applies to all of the console tools, in most cases would be nice to be 
able configure those, but sometimes its inevitable.

> Command line calls should be configurable
> -
>
> Key: NETBEANS-2145
> URL: https://issues.apache.org/jira/browse/NETBEANS-2145
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: Iván Barták
>Priority: Major
>
>  
> There is a number of issues addressing the same thing here, that external 
> tools are changing, and the calls are harcoded in Netbeans. For example:
>  * ruby-sass  will be officially unmaintained as of 26 March 2019. --no-cache 
> is not a paramtere anymore
>  * nodeJs debugging not working for the same very reason.
> It would be awsome to be able to fix this between releases, and also fine 
> tune those commands. It would be a great relief in a lot of situations. 
> Jetbreans does a similar thing, but I like the project configuration by far 
> here.



--
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-2145) Command line calls should be configurable

2019-02-20 Thread JIRA


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

Iván Barták commented on NETBEANS-2145:
---

The specific problem for Sass is the fallowing:

Till now the official one was ruby-sass. And it needs cache files or no-cache 
option. In order not to clutter the project folder, the --cache-location 
parameter is hard coded.

But now the dart-sass version is the official one. And it throws {{Could not 
find an option named "cache-location"}}. error.

*So anybody uses old ruby version needs the parameter, but other builds throws 
error because of it.*

To tackle issues like this for example Jetbrains has configurable parameter 
string for all console calls like this:

{{--no-cache}}{{ 
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map}}

In this scenerio the user can decide weather use cache-location, no-cache or 
just remove both for the new official version. Even could use {{--output-style 
compressed}} to get compressed css for production instantly.

This applies to all of the console tools, in most cases would be nice to be 
able configure those, but sometimes its inevitable.

> Command line calls should be configurable
> -
>
> Key: NETBEANS-2145
> URL: https://issues.apache.org/jira/browse/NETBEANS-2145
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: Iván Barták
>Priority: Major
>
>  
> There is a number of issues addressing the same thing here, that external 
> tools are changing, and the calls are harcoded in Netbeans. For example:
>  * ruby-sass  will be officially unmaintained as of 26 March 2019. --no-cache 
> is not a paramtere anymore
>  * nodeJs debugging not working for the same very reason.
> It would be awsome to be able to fix this between releases, and also fine 
> tune those commands. It would be a great relief in a lot of situations. 
> Jetbreans does a similar thing, but I like the project configuration by far 
> here.



--
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-1097) "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 or JDK 10

2019-02-20 Thread Alex Spodinets (JIRA)


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

Alex Spodinets commented on NETBEANS-1097:
--

Still a problem for Netbeans 10

> "Copy Dependent Libraries" does not work if "Source/Binary Format" is JDK 9 
> or JDK 10
> -
>
> Key: NETBEANS-1097
> URL: https://issues.apache.org/jira/browse/NETBEANS-1097
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Joonas Pulakka
>Priority: Major
>
> Steps to reproduce:
>  # File -> New Project -> Java Application -> Next -> Finish
>  # Right-click Libraries, Add JAR/Folder. Add whatever jar file.
>  # Check that project Properties -> Packaging -> Copy Dependent Libraries is 
> checked.
>  # Clean and Build project.
>  # Observe contents of dist\ directory.
> When Project -> Properties -> Source/Binary Format is JDK 8, there exists 
> dist\lib\ directory, and the jar added in step 1) is copied into that 
> directory, as expected, when Copy Dependent Libraries is checked.
> But when Source/Binary Format is JDK 9 or JDK 10, dist\lib\ directory does 
> not exist.
> The reason seems to be these parts in build-impl.xml:
> {code:java}
> 
> 
> 
> 
> 
> 
> 
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> <-- WHY THIS 
> CONDITION??
> 
> 
> {code}
> I've observed that mkdist.disabled setting is "Copy Dependent Libraries" 
> checbox state negated. And do.mkdist controls the library copying.
> But why is this library copying connected to javac.source version in this 
> way? If by design, what should I do in order to get jars copied to dist\lib\ 
> as they used to?
> For now, a workaround seems to be manually deleting the weird
> {code:java}
> 
> 
> {code}
> part from build-impl.xml, but that needs to be re-done every time NetBeans 
> recreates it.



--
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-1444) Splashscreen image should be a PNG instead of a GIF

2019-02-20 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1444:
--

So all in all, we should create PNG in any case and should change the extension 
to gif for where we need it for now. [~Raiken] FYI.

> Splashscreen image should be a PNG instead of a GIF
> ---
>
> Key: NETBEANS-1444
> URL: https://issues.apache.org/jira/browse/NETBEANS-1444
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: IntelliJ SplashScreen.png, NetBeans 9 SplashScreen.png
>
>
> We started a discussion with [~GeertjanWielenga] and [~Raiken] about the 
> Splashscreen image (Private, no Apache mailinglist), that it would be better, 
> for the image quality, to have a PNG instead of GIF for specific sizes. IMHO, 
> we should get rid of GIF inside of the splash screen. AFAIK, we use PNG 
> inside of the About dialog too.
> Please see the two images from IntelliJ and Apache NetBeans SplashScreens.
> The differences are the Splashscreen of IntelliJ is really clean and you can 
> read everything very well. If NetBeans there is no good quality. David and me 
> guessing, that they are using PNG instead of GIF. The other guessing is, that 
> they are only use the Background image and adding the text (IntelliJ version 
> 2018 whatever), via the IDE. So no problems, because the IDE will render the 
> font.
> That makes much more sense, because we are independent from others to change 
> the splash screen for every release, but this is an other topic and I will 
> create a new ticket for that.
> Cheers
> 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] [Commented] (NETBEANS-2109) Splash screens for 11.0 release

2019-02-20 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2109:
--

Hey, [~Raiken] can you check what happened here please? Is this maybe a gif 
problem? [~GeertjanWielenga] did david created real gifs? I thought it would be 
better to create PNGs and change the ending to gif as a workaround and written 
here: https://github.com/apache/incubator-netbeans/pull/942

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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-2145) Command line calls should be configurable

2019-02-20 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2145:
--

Can you be more specific please? You can add sass whatever you want by your own 
in Options -> HTML/JS -> CSS Preprocessor. You don't need ruby sass, you can 
also add node-sass. Search should find it. If not you can add the full command 
by your own. Can you explain what the problem for sass is here?

> Command line calls should be configurable
> -
>
> Key: NETBEANS-2145
> URL: https://issues.apache.org/jira/browse/NETBEANS-2145
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: Iván Barták
>Priority: Major
>
>  
> There is a number of issues addressing the same thing here, that external 
> tools are changing, and the calls are harcoded in Netbeans. For example:
>  * ruby-sass  will be officially unmaintained as of 26 March 2019. --no-cache 
> is not a paramtere anymore
>  * nodeJs debugging not working for the same very reason.
> It would be awsome to be able to fix this between releases, and also fine 
> tune those commands. It would be a great relief in a lot of situations. 
> Jetbreans does a similar thing, but I like the project configuration by far 
> here.



--
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] [Closed] (NETBEANS-2127) No encuentra la clase (com/sun/awt/AWTUtilities).

2019-02-20 Thread Christian Lenz (JIRA)


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

Christian Lenz closed NETBEANS-2127.

Resolution: Invalid

> No encuentra la clase (com/sun/awt/AWTUtilities).
> -
>
> Key: NETBEANS-2127
> URL: https://issues.apache.org/jira/browse/NETBEANS-2127
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 10.0
> Environment: Java
>Reporter: Joel Alexander Gatica Cartagena
>Assignee: Joel Alexander Gatica Cartagena
>Priority: Major
>  Labels: build
> Fix For: 10.0
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> No encuentra la clase (com/sun/awt/AWTUtilities). Por lo tanto, no puede 
> correr un hilo.
> Al correr mi proyecto, me despliega el siguiente error:
> Exception in thread "Thread-0" java.lang.NoClassDefFoundError: 
> com/sun/awt/AWTUtilities
>  
> El código donde encuentra error es este: 
> if (progreso.getValue() == i) {
>      if (j != 100) {
>            AWTUtilities.setWindowOpacity(this, Float.valueOf((100 - j) / 100 
> + "f"));
>            i++;
>            j += 2;
>      }
>  }
>  
> Donde "progreso" en un JProgressBar, las variables "j" e "i" son de tipo 
> double.



--
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-2149) Space-Formatting of == and === in PHP does not match "Binary Operators"

2019-02-20 Thread Manuel Bohninger (JIRA)
Manuel Bohninger created NETBEANS-2149:
--

 Summary: Space-Formatting of == and === in PHP does not match 
"Binary Operators"
 Key: NETBEANS-2149
 URL: https://issues.apache.org/jira/browse/NETBEANS-2149
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Manuel Bohninger


When formatting code the current release does not interpret == or === as a 
binary operator, but as an assignment Operator instead.

Autoformatting the following code:

$a=$b==$c;
$a=$b===$c;

With Spaces around "Binary Operators" only results in:

$a=$b== $c;
$a=$b=== $c;

Expected behavior would be:

$a=$b == $c;
$a=$b === $c;

Adding "Assignment Operators" results in:

$a = $b == $c;
$a = $b === $c;

 



--
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-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2148:
-

Great, looking forward to the PR.

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Mark Herkrath
>Priority: Major
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-20 Thread Mark Herkrath (JIRA)
Mark Herkrath created NETBEANS-2148:
---

 Summary: Maven dependency Check Out action is failing with "The 
goal you specified requires a project to execute ..."
 Key: NETBEANS-2148
 URL: https://issues.apache.org/jira/browse/NETBEANS-2148
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 9.0, 10.0
 Environment: Windows 10, Maven 3.5.4
Reporter: Mark Herkrath
Assignee: Mark Herkrath


At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
_[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
Project > Source Control Management > Check Out... is broken.

After filling the dialog and clicking _Check Out_, the Maven error "The goal 
you specified requires a project to execute but there is no POM in this 
directory ..." is occurring every time.

It is caused by a space after -Dpassword in the Maven command line:
{code:java}
...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
-Dpassword = ... scm:checkout{code}
Instead, it should be "{{... -Dpassword= ...}}".

I have already sent a mail including additional details with the subject "Bug 
and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
will provide an according PR for the fix on GitHub next.



--
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-2109) Splash screens for 11.0 release

2019-02-20 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2109:


Hi try to take one example, Major difference is on the green bar. 
!image-2019-02-20-09-37-21-832.png|width=906,height=361!

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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-2109) Splash screens for 11.0 release

2019-02-20 Thread Eric Barboni (JIRA)


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

Eric Barboni updated NETBEANS-2109:
---
Attachment: image-2019-02-20-09-36-36-503.png

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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-2109) Splash screens for 11.0 release

2019-02-20 Thread Eric Barboni (JIRA)


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

Eric Barboni updated NETBEANS-2109:
---
Attachment: image-2019-02-20-09-37-21-832.png

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



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