[jira] [Commented] (NETBEANS-5010) Go to File search should accept paths too

2021-02-23 Thread Emilian Bold (Jira)


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

Emilian Bold commented on NETBEANS-5010:


Interesting. I think that *once indexed* search by file name or by
type should be roughly the same (since it's just a Lucene lookup).

So I wonder:

1. there is certainly some queue-ing for file parsing to extract
types, but do we index file names faster? Or is that indexed roughly
at the same speed.

2. what does Go to Declaration do differently? If typing info is
already present, ctrl+click should work, unless we couldn't extract
methods / constructors? I wonder if Go to Declaration shouldn't use as
a fallback heuristic the whole class / file name?

--emi



> Go to File search should accept paths too
> -
>
> Key: NETBEANS-5010
> URL: https://issues.apache.org/jira/browse/NETBEANS-5010
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.2
>Reporter: Czukowski
>Assignee: Emilian Bold
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Go to File seems to search only by the file name. For example, it takes only 
> a double click to copy a file name including its path from a console (eg from 
> git output), and it's a shame it cannot be pasted into Go to File dialog to 
> open that file just as easily, without removing the path information first.
> Also if there are many files with the same name (eg due to some naming 
> convention), there will be many results requiring some more time to locate 
> the correct one.
> Therefore Go to File dialog should accept parts of file paths as well.
> On Windows, both forward and back slashes should be supported for directory 
> separators.



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

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

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



[jira] [Commented] (NETBEANS-4819) Missing support of time-stamp authority in NBM jar signing

2020-09-18 Thread Emilian Bold (Jira)


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

Emilian Bold commented on NETBEANS-4819:


I see the patch has not been lost, perhaps it can be transformed into a PR.

--emi



> Missing support of time-stamp authority in NBM jar signing
> --
>
> Key: NETBEANS-4819
> URL: https://issues.apache.org/jira/browse/NETBEANS-4819
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 12.1, 12.2
>Reporter: Austin Stephens
>Priority: Major
>
> Apparently this still hasn't been fixed? There is no way to pass a TSA 
> (time-stamp authority) url to the Jar signer when building NBM files. [~emi] 
> has a post related to this off yonder: 
> http://blog.emilianbold.ro/2016/08/signing-netbeans-modules-with-time.html



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

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

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



[jira] [Created] (NETBEANS-3199) JSF Components now shown when adding JavaServer Faces Framework

2019-10-04 Thread Emilian Bold (Jira)
Emilian Bold created NETBEANS-3199:
--

 Summary: JSF Components now shown when adding JavaServer Faces 
Framework
 Key: NETBEANS-3199
 URL: https://issues.apache.org/jira/browse/NETBEANS-3199
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - JSF
Affects Versions: 11.1
Reporter: Emilian Bold


# Create a Java with Maven | Web Application project, right click properties 
 # Go to Frameworks press Add... button
 # Select JavaServer Faces then OK
 # Go to Components tab, notice it's empty

The Components tab should have a list of components: PrimeFaces, ICEfaces and 
RichFaces.

A workaround seems to be:

5. Go to Run

6. Select a server (again)

7. Go back to Frameworks and you should see the components

 

Does not reproduce on macOS, only Windows.

I do see a particular warning on Windows only (not on macOS) in the
Frameworks panel: "The project does not have the target server setup
properly. It is highly recommended that you set the target server
*before* adding the JavaServer Faces framework".

This seems related to [https://netbeans.org/bugzilla/show_bug.cgi?id=175130] and
[https://netbeans.org/bugzilla/show_bug.cgi?id=231242]



*Product Version:* Apache NetBeans IDE 11.1

*Java:* 11.0.3; OpenJDK 64-Bit Server VM 11.0.3+7

*Runtime:* OpenJDK Runtime Environment 11.0.3+7

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)

*User directory:* C:\Users\xx\AppData\Roaming\NetBeans\11.1

*Cache directory:* C:\Users\xx\AppData\Local\NetBeans\Cache\11.1



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

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

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



[jira] [Updated] (NETBEANS-2829) JavaSE cannot be activated due to timeout on Java 8

2019-07-11 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2829:
---
Description: 
It seems that the 11.1 vc1 works with Java 11 but not with Java 8 when 
activating the Java SE cluster which needs nbjavac:

$ /usr/libexec/java_home -v 1.8

/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home

$ java -version

openjdk version "1.8.0_212"

OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b04)

OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b04, mixed mode)

$ rm -r ~/Library/Application\ Support/NetBeans/11.1/
 $ rm -r ~/Library/Caches/NetBeans/11.1/
 $ ./bin/netbeans --jdkhome `/usr/libexec/java_home -v 1.8`

See attached screenshot. Bellow a thread dump in case it helps with anything:

 

$ jstack 6975

2019-07-11 23:16:47

Full thread dump OpenJDK 64-Bit Server VM (25.212-b04 mixed mode):

 

"Attach Listener" #51 daemon prio=9 os_prio=31 tid=0x7fd1f09f2000 
nid=0xba23 waiting on condition [0x]

   java.lang.Thread.State: RUNNABLE

 

"Inactive RequestProcessor thread 
[Was:WinSysModuleChangeHandler/org.netbeans.core.windows.persistence.ModuleChangeHandler$1]"
 #49 daemon prio=1 os_prio=31 tid=0x7fd1e53e1000 nid=0x17503 in 
Object.wait() [0x70001184d000]

   java.lang.Thread.State: TIMED_WAITING (on object monitor)

at java.lang.Object.wait(Native Method)

at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)
 - locked <0x0006c2636228> (a java.lang.Object)

 

"pool-4-thread-1" #48 prio=5 os_prio=31 tid=0x7fd1e69c8000 nid=0x173c3 
runnable [0x700011649000]

   java.lang.Thread.State: RUNNABLE

at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)

at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)

at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)

at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
 - locked <0x0006c0ec9268> (a java.lang.Object)

at 
org.netbeans.core.ProxySettings.getModifiedNonProxyHosts(ProxySettings.java:265)

at 
org.netbeans.core.ProxySettings.getSystemNonProxyHosts(ProxySettings.java:170)

at 
org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:80)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1150)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)

at java.security.AccessController.doPrivileged(Native Method)

at 
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)

at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)

at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:240)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)

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)

at java.lang.Thread.run(Thread.java:748)

 

"pool-2-thread-1" #46 prio=5 os_prio=31 tid=0x7fd1e8a96800 nid=0x11513 
waiting for monitor entry [0x700011243000]

   java.lang.Thread.State: BLOCKED (on object monitor)

at java.net.InetAddress.getLocalHost(InetAddress.java:1487)
 - waiting to lock <0x0006c0ec9268> (a java.lang.Object)

at 
org.netbeans.core.ProxySettings.getModifiedNonProxyHosts(ProxySettings.java:265)

at 
org.netbeans.core.ProxySettings.getSystemNonProxyHosts(ProxySettings.java:170)

at 
org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:80)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1150)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)

at java.security.AccessController.doPrivileged(Native Method)

at 
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)

at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:240)

at 
org.netbeans.mod

[jira] [Created] (NETBEANS-2829) JavaSE cannot be activated due to timeout on Java 8

2019-07-11 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-2829:
--

 Summary: JavaSE cannot be activated due to timeout on Java 8
 Key: NETBEANS-2829
 URL: https://issues.apache.org/jira/browse/NETBEANS-2829
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Emilian Bold
 Attachments: timeout.png

It seems that the 11.1 beta works with Java 11 but not with Java 8 when 
activating the Java SE cluster which needs nbjavac:

$ /usr/libexec/java_home -v 1.8

/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home

$ java -version

openjdk version "1.8.0_212"

OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b04)

OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b04, mixed mode)

$ rm -r ~/Library/Application\ Support/NetBeans/11.1/
$ rm -r ~/Library/Caches/NetBeans/11.1/
$ ./bin/netbeans --jdkhome `/usr/libexec/java_home -v 1.8`

See attached screenshot. Bellow a thread dump in case it helps with anything:

 

$ jstack 6975

2019-07-11 23:16:47

Full thread dump OpenJDK 64-Bit Server VM (25.212-b04 mixed mode):

 

"Attach Listener" #51 daemon prio=9 os_prio=31 tid=0x7fd1f09f2000 
nid=0xba23 waiting on condition [0x]

   java.lang.Thread.State: RUNNABLE

 

"Inactive RequestProcessor thread 
[Was:WinSysModuleChangeHandler/org.netbeans.core.windows.persistence.ModuleChangeHandler$1]"
 #49 daemon prio=1 os_prio=31 tid=0x7fd1e53e1000 nid=0x17503 in 
Object.wait() [0x70001184d000]

   java.lang.Thread.State: TIMED_WAITING (on object monitor)

at java.lang.Object.wait(Native Method)

at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)

- locked <0x0006c2636228> (a java.lang.Object)

 

"pool-4-thread-1" #48 prio=5 os_prio=31 tid=0x7fd1e69c8000 nid=0x173c3 
runnable [0x700011649000]

   java.lang.Thread.State: RUNNABLE

at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)

at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)

at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)

at java.net.InetAddress.getLocalHost(InetAddress.java:1501)

- locked <0x0006c0ec9268> (a java.lang.Object)

at 
org.netbeans.core.ProxySettings.getModifiedNonProxyHosts(ProxySettings.java:265)

at 
org.netbeans.core.ProxySettings.getSystemNonProxyHosts(ProxySettings.java:170)

at 
org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:80)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1150)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)

at java.security.AccessController.doPrivileged(Native Method)

at 
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)

at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)

at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.checkRedirect(NetworkAccess.java:240)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.access$700(NetworkAccess.java:57)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:160)

at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:138)

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)

at java.lang.Thread.run(Thread.java:748)

 

"pool-2-thread-1" #46 prio=5 os_prio=31 tid=0x7fd1e8a96800 nid=0x11513 
waiting for monitor entry [0x700011243000]

   java.lang.Thread.State: BLOCKED (on object monitor)

at java.net.InetAddress.getLocalHost(InetAddress.java:1487)

- waiting to lock <0x0006c0ec9268> (a java.lang.Object)

at 
org.netbeans.core.ProxySettings.getModifiedNonProxyHosts(ProxySettings.java:265)

at 
org.netbeans.core.ProxySettings.getSystemNonProxyHosts(ProxySettings.java:170)

at 
org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:80)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1150)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040)

at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038)

at java.security.AccessController.doPrivileged(Native Method)

at 
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)

at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037)

at 
sun.net.www.pr

[jira] [Comment Edited] (NETBEANS-2824) No Properties dialog showing in 11.1vc1 for Java Application

2019-07-11 Thread Emilian Bold (JIRA)


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

Emilian Bold edited comment on NETBEANS-2824 at 7/11/19 6:09 PM:
-

Can reproduce it on macOS:

 
 *Product Version:*Apache NetBeans IDE 11.1

*Java:*11.0.3; OpenJDK 64-Bit Server VM 11.0.3+7

*Runtime:*OpenJDK Runtime Environment 11.0.3+7

*System:*Mac OS X version 10.12.6 running on x86_64; UTF-8; en_RO (nb)

 

SEVERE [global] java.lang.NullPointerException at 
org.netbeans.modules.fish.payara.micro.project.MicroApplication.getInstance(MicroApplication.java:149)
 at 
org.netbeans.modules.fish.payara.micro.project.MicroPropertiesPanelProvider.createCategory(MicroPropertiesPanelProvider.java:44)
 at 
org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.readCategories(ProjectCustomizer.java:647)
 at 
org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.getSubCategories(ProjectCustomizer.java:608)
 at 
org.netbeans.spi.project.ui.support.ProjectCustomizer.createCustomizerDialog(ProjectCustomizer.java:235)
 at 
org.netbeans.modules.maven.customizer.CustomizerProviderImpl$1.run(CustomizerProviderImpl.java:155)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
 at org.openide.util.Mutex.readAccess(Mutex.java:235) at 
org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:147)
 at 
org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:115)
 at 
org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:110)
 at 
org.netbeans.modules.project.ui.actions.CustomizeProject$1$1.run(CustomizeProject.java:135)
 at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) 
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at 
java.base/java.security.AccessController.doPrivileged(Native Method) at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136) 
[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)


was (Author: emi):
Can reproduce it on macOS:

 
*Product Version:*Apache NetBeans IDE 11.1

*Java:*11.0.3; OpenJDK 64-Bit Server VM 11.0.3+7

*Runtime:*OpenJDK Runtime Environment 11.0.3+7

*System:*Mac OS X version 10.12.6 running on x86_64; UTF-8; en_RO (nb)

 

> No Properties dialog showing in 11.1vc1 for Java Application
> 
>
> Key: NETBEANS-2824
> URL: https://issues.apache.org/jira/browse/NETBEANS-2824
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 11.1
> Environment: Windows 10, AdoptOpenJDK 11.0.3
>Reporter: Benjamin Graf
>Priority: Blocker
>
> mOpen project properties dialog on plain Java Application Maven project ends 
> with:
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.fish.payara.micro.project.MicroApplication.getInstance(MicroApplication.java:149)
>   at 
> org.netbeans.modules.fish.payara.micro.project.MicroPropertiesPanelProvider.createCategory(MicroPropertiesPanelProvider.java:44)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.readCategories(ProjectCustomizer.java:647)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.getSubCategories(ProjectCustomizer.java:608)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer.createCustomizerDialog(ProjectCustomizer.java:235)
>   at 
> org.netbeans.modules.maven.customizer.CustomizerProviderImpl$1.run(CustomizerProviderImpl.java:155)
>   at 
> or

[jira] [Commented] (NETBEANS-2824) No Properties dialog showing in 11.1vc1 for Java Application

2019-07-11 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-2824:


Can reproduce it on macOS:

 
*Product Version:*Apache NetBeans IDE 11.1

*Java:*11.0.3; OpenJDK 64-Bit Server VM 11.0.3+7

*Runtime:*OpenJDK Runtime Environment 11.0.3+7

*System:*Mac OS X version 10.12.6 running on x86_64; UTF-8; en_RO (nb)

 

> No Properties dialog showing in 11.1vc1 for Java Application
> 
>
> Key: NETBEANS-2824
> URL: https://issues.apache.org/jira/browse/NETBEANS-2824
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 11.1
> Environment: Windows 10, AdoptOpenJDK 11.0.3
>Reporter: Benjamin Graf
>Priority: Blocker
>
> mOpen project properties dialog on plain Java Application Maven project ends 
> with:
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.fish.payara.micro.project.MicroApplication.getInstance(MicroApplication.java:149)
>   at 
> org.netbeans.modules.fish.payara.micro.project.MicroPropertiesPanelProvider.createCategory(MicroPropertiesPanelProvider.java:44)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.readCategories(ProjectCustomizer.java:647)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.getSubCategories(ProjectCustomizer.java:608)
>   at 
> org.netbeans.spi.project.ui.support.ProjectCustomizer.createCustomizerDialog(ProjectCustomizer.java:235)
>   at 
> org.netbeans.modules.maven.customizer.CustomizerProviderImpl$1.run(CustomizerProviderImpl.java:155)
>   at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>   at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
>   at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
>   at org.openide.util.Mutex.readAccess(Mutex.java:235)
>   at 
> org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:147)
>   at 
> org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:115)
>   at 
> org.netbeans.modules.maven.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:110)
>   at 
> org.netbeans.modules.project.ui.actions.CustomizeProject$1$1.run(CustomizeProject.java:135)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [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}
> Reproducable with following steps:
>  * Install a fresh installation from scratch by using zip and deleting profile
>  * Start Netbeans Application
>  * Start "New project dialog"
>  ** Create a new Java with Maven - Java Application project
>  *** Download and Activate modules (nb-javac-impl!)
>  *** Finish project creating
>  * Open Properties on created project -> {color:#14892c}*it works!*{color}
>  * Start "New project dialog"
>  ** Create a new Java with Maven - Web Application project
>  ** Cancel dialog after modules have been activated
>  * Open Properties on previously created project -> {color:#ff}*it 
> fails!*{color}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

[jira] [Updated] (NETBEANS-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2326:
---
Description: 
*Summary*

For a brief second the Explorer API views show dummy nodes for a filtered node. 
See the attached PNG screenshot and video for a general idea.

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

Ideally this flickering should be fixed or the existing documentation clarified 
to explain this limitation...

*Steps to reproduce*

Open the zipped NetBeans module project (tested on NetBeans 8.2 and Apache 
NetBeans 10.)

The children filtering is done the 'usual' way recommended in wiki:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

*Expected results*

The ListView / TreeTableView GUI should show only show the allowed nodes.

*Actual results*

The view actually shows many children nodes for a split second then it shows 
the filtered nodes.

 

  was:
*Summary*

For a brief second the Explorer API views show dummy nodes for a filtered node.

*Steps to reproduce*

Open the zipped NetBeans module project (tested on NetBeans 8.2 and Apache 
NetBeans 10.)

The children filtering is done the 'usual' way recommended in wiki:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

*Expected results*

The ListView / TreeTableView GUI should show only the allowed nodes.

*Actual results*

The view actually shows many children nodes for a split second then it shows 
the filtered nodes.

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

See the attached PNG screenshot and video for a general idea. 

Ideally this flickering should be fixed or the existing documentation clarified 
to explain this limitation...


> Explorer API views (ListView, TreeTableView) flicker when filtering nodes
> -
>
> Key: NETBEANS-2326
> URL: https://issues.apache.org/jira/browse/NETBEANS-2326
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer, platform - Nodes
>Affects Versions: 8.2, 10.0
>Reporter: Emilian Bold
>Priority: Major
> Attachments: 2326-poc.zip, dummy-nodes.png, filternode-flicker.mov
>
>
> *Summary*
> For a brief second the Explorer API views show dummy nodes for a filtered 
> node. See the attached PNG screenshot and video for a general idea.
> Oddly enough Children.Keys(boolean lazy) 
> [http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
>  does mention a "dummy" Node but it was never clear what that is and I never 
> imagined it could go all the way to the UI.
> Ideally this flickering should be fixed or the existing documentation 
> clarified to explain this limitation...
> *Steps to reproduce*
> Open the zipped NetBeans module project (tested on NetBeans 8.2 and Apache 
> NetBeans 10.)
> The children filtering is done the 'usual' way recommended in wiki:
> {{new FilterNode.Children(node) {}}
>  {{ @Override}}
>  {{ protected Node[] createNodes(Node key) {}}
>  {{ if (rule(key)) {}}
>  {{  return super.createNodes(key);}}
>  {{ } else {}}
> {{  //filter out}}
>  {{  return new Node[0];}}
>  {{ }}}
> }
> *Expected results*
> The ListView / TreeTableView GUI should show only show the allowed nodes.
> *Actual results*
> The view actually shows many children nodes for a split second then it shows 
> the filtered nodes.
>  



--
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-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2326:
---
Description: 
*Summary*

For a brief second the Explorer API views show dummy nodes for a filtered node.

*Steps to reproduce*

Open the zipped NetBeans module project (tested on NetBeans 8.2 and Apache 
NetBeans 10.)

The children filtering is done the 'usual' way recommended in wiki:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

*Expected results*

The ListView / TreeTableView GUI should show only the allowed nodes.

*Actual results*

The view actually shows many children nodes for a split second then it shows 
the filtered nodes.

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

See the attached PNG screenshot and video for a general idea. 

Ideally this flickering should be fixed or the existing documentation clarified 
to explain this limitation...

  was:
For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

See the attached PNG screenshot and video for a general idea. There's also a 
zipped NetBeans module project tested on NetBeans 8.2 and Apache NetBeans 10.

Ideally this flickering should be fixed or the existing documentation clarified 
to explain this limitation...


> Explorer API views (ListView, TreeTableView) flicker when filtering nodes
> -
>
> Key: NETBEANS-2326
> URL: https://issues.apache.org/jira/browse/NETBEANS-2326
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer, platform - Nodes
>Affects Versions: 8.2, 10.0
>Reporter: Emilian Bold
>Priority: Major
> Attachments: 2326-poc.zip, dummy-nodes.png, filternode-flicker.mov
>
>
> *Summary*
> For a brief second the Explorer API views show dummy nodes for a filtered 
> node.
> *Steps to reproduce*
> Open the zipped NetBeans module project (tested on NetBeans 8.2 and Apache 
> NetBeans 10.)
> The children filtering is done the 'usual' way recommended in wiki:
> {{new FilterNode.Children(node) {}}
>  {{ @Override}}
>  {{ protected Node[] createNodes(Node key) {}}
>  {{ if (rule(key)) {}}
>  {{  return super.createNodes(key);}}
>  {{ } else {}}
> {{  //filter out}}
>  {{  return new Node[0];}}
>  {{ }}}
> }
> *Expected results*
> The ListView / TreeTableView GUI should show only the allowed nodes.
> *Actual results*
> The view actually shows many children nodes for a split second then it shows 
> the filtered nodes.
> Oddly enough Children.Keys(boolean lazy) 
> [http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
>  does mention a "dummy" Node but it was never clear what that is and I never 
> imagined it could go all the way to the UI.
> See the attached PNG screenshot and video for a general idea. 
> Ideally this flickering should be fixed or the existing documentation 
> clarified to explain this limitation...



--
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-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2326:
---
Description: 
For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

See the attached PNG screenshot and video for a general idea. There's also a 
zipped NetBeans module project tested on NetBeans 8.2 and Apache NetBeans 10.

Ideally this flickering should be fixed or the existing documentation clarified 
to explain this limitation...

  was:
For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

See the attached screenshot and video for a general idea. I'm also going to 
attach a small project.  

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

 


> Explorer API views (ListView, TreeTableView) flicker when filtering nodes
> -
>
> Key: NETBEANS-2326
> URL: https://issues.apache.org/jira/browse/NETBEANS-2326
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer, platform - Nodes
>Affects Versions: 8.2, 10.0
>Reporter: Emilian Bold
>Priority: Major
> Attachments: 2326-poc.zip, dummy-nodes.png, filternode-flicker.mov
>
>
> For a brief second the Explorer API views show dummy nodes for a filtered 
> node.
> The children filtering is done the 'usual' way:
> {{new FilterNode.Children(node) {}}
>  {{ @Override}}
>  {{ protected Node[] createNodes(Node key) {}}
>  {{ if (rule(key)) {}}
>  {{  return super.createNodes(key);}}
>  {{ } else {}}
> {{  //filter out}}
>  {{  return new Node[0];}}
>  {{ }}}
> }
> and what happens is that the ListView / TreeTableView GUI does *not* show 
> only the allowed nodes. It shows all the original children for a split second 
> then it shows the filtered nodes.
> Oddly enough Children.Keys(boolean lazy) 
> [http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
>  does mention a "dummy" Node but it was never clear what that is and I never 
> imagined it could go all the way to the UI.
> See the attached PNG screenshot and video for a general idea. There's also a 
> zipped NetBeans module project tested on NetBeans 8.2 and Apache NetBeans 10.
> Ideally this flickering should be fixed or the existing documentation 
> clarified to explain this limitation...



--
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-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2326:
---
Attachment: 2326-poc.zip

> Explorer API views (ListView, TreeTableView) flicker when filtering nodes
> -
>
> Key: NETBEANS-2326
> URL: https://issues.apache.org/jira/browse/NETBEANS-2326
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer, platform - Nodes
>Affects Versions: 8.2, 10.0
>Reporter: Emilian Bold
>Priority: Major
> Attachments: 2326-poc.zip, dummy-nodes.png, filternode-flicker.mov
>
>
> For a brief second the Explorer API views show dummy nodes for a filtered 
> node.
> The children filtering is done the 'usual' way:
> {{new FilterNode.Children(node) {}}
>  {{ @Override}}
>  {{ protected Node[] createNodes(Node key) {}}
>  {{ if (rule(key)) {}}
>  {{  return super.createNodes(key);}}
>  {{ } else {}}
> {{  //filter out}}
>  {{  return new Node[0];}}
>  {{ }}}
> }
> and what happens is that the ListView / TreeTableView GUI does *not* show 
> only the allowed nodes. It shows all the original children for a split second 
> then it shows the filtered nodes.
> See the attached screenshot and video for a general idea. I'm also going to 
> attach a small project.  
> Oddly enough Children.Keys(boolean lazy) 
> [http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
>  does mention a "dummy" Node but it was never clear what that is and I never 
> imagined it could go all the way to the UI.
>  



--
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-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-2326:
---
Description: 
For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{new FilterNode.Children(node) {}}
 {{ @Override}}
 {{ protected Node[] createNodes(Node key) {}}
 {{ if (rule(key)) {}}
 {{  return super.createNodes(key);}}
 {{ } else {}}

{{  //filter out}}
 {{  return new Node[0];}}
 {{ }}}

}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

See the attached screenshot and video for a general idea. I'm also going to 
attach a small project.  

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

 

  was:
For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{}}{{new FilterNode.Children(node) {}}
{{ @Override}}
{{ protected Node[] createNodes(Node key) {}}
{{ if (rule(key)) {}}
{{  return super.createNodes(key);}}
{{ } else {}}

{{  //filter out}}
{{  return new Node[0];}}
{{ }}}
{{ }}}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

See the attached screenshot and video for a general idea. I'm also going to 
attach a small project.  

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

 


> Explorer API views (ListView, TreeTableView) flicker when filtering nodes
> -
>
> Key: NETBEANS-2326
> URL: https://issues.apache.org/jira/browse/NETBEANS-2326
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Explorer, platform - Nodes
>Affects Versions: 8.2, 10.0
>Reporter: Emilian Bold
>Priority: Major
> Attachments: dummy-nodes.png, filternode-flicker.mov
>
>
> For a brief second the Explorer API views show dummy nodes for a filtered 
> node.
> The children filtering is done the 'usual' way:
> {{new FilterNode.Children(node) {}}
>  {{ @Override}}
>  {{ protected Node[] createNodes(Node key) {}}
>  {{ if (rule(key)) {}}
>  {{  return super.createNodes(key);}}
>  {{ } else {}}
> {{  //filter out}}
>  {{  return new Node[0];}}
>  {{ }}}
> }
> and what happens is that the ListView / TreeTableView GUI does *not* show 
> only the allowed nodes. It shows all the original children for a split second 
> then it shows the filtered nodes.
> See the attached screenshot and video for a general idea. I'm also going to 
> attach a small project.  
> Oddly enough Children.Keys(boolean lazy) 
> [http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
>  does mention a "dummy" Node but it was never clear what that is and I never 
> imagined it could go all the way to the UI.
>  



--
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-2326) Explorer API views (ListView, TreeTableView) flicker when filtering nodes

2019-03-30 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-2326:
--

 Summary: Explorer API views (ListView, TreeTableView) flicker when 
filtering nodes
 Key: NETBEANS-2326
 URL: https://issues.apache.org/jira/browse/NETBEANS-2326
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Explorer, platform - Nodes
Affects Versions: 8.2, 10.0
Reporter: Emilian Bold
 Attachments: dummy-nodes.png, filternode-flicker.mov

For a brief second the Explorer API views show dummy nodes for a filtered node.

The children filtering is done the 'usual' way:

{{}}{{new FilterNode.Children(node) {}}
{{ @Override}}
{{ protected Node[] createNodes(Node key) {}}
{{ if (rule(key)) {}}
{{  return super.createNodes(key);}}
{{ } else {}}

{{  //filter out}}
{{  return new Node[0];}}
{{ }}}
{{ }}}

and what happens is that the ListView / TreeTableView GUI does *not* show only 
the allowed nodes. It shows all the original children for a split second then 
it shows the filtered nodes.

See the attached screenshot and video for a general idea. I'm also going to 
attach a small project.  

Oddly enough Children.Keys(boolean lazy) 
[http://bits.netbeans.org/dev/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html#Keys-boolean-]
 does mention a "dummy" Node but it was never clear what that is and I never 
imagined it could go all the way to the UI.

 



--
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-1997) JaCoCo 0.8.2 breaks code coverage integration

2019-01-26 Thread Emilian Bold (JIRA)


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

Emilian Bold closed NETBEANS-1997.
--
Resolution: Invalid

Not clear if it happens with Apache NetBeans.

> JaCoCo 0.8.2 breaks code coverage integration
> -
>
> Key: NETBEANS-1997
> URL: https://issues.apache.org/jira/browse/NETBEANS-1997
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Philip Durbin
>Priority: Minor
>
> I asked, "Does JaCoCo 0.8.2 break NetBeans code coverage?" on the users 
> mailing list: 
> [https://lists.apache.org/thread.html/509bfddb9273726a6e8dff1ca419790b40858d6a648b4413142e2abe@%3Cusers.netbeans.apache.org%3E]
> Geertjan Wielenga said to go ahead and open an issue so I believe he agrees 
> that it does.
> The main evidence seems to be in 
> [https://github.com/jacoco/jacoco/issues/772] where a JaCoCo developer, 
> Evgeny Mandrikov, said the following.
> "AFAIK NetBeans integration reads XML Report, which was intentionally changed 
> in version 0.8.2 in a perfectly valid way by addition of new attribute - see 
> https://github.com/jacoco/jacoco/pull/702. NetBeans integration must be fixed 
> accordingly and ideally be less strict to cope with such updates in future. 
> This problem should reported to developers of NetBeans integration, since it 
> is not developed by us - as you can see on page 
> [https://www.jacoco.org/jacoco/trunk/doc/integrations.html] "
> My workaround was to downgrade to JaCoCo 0.8.1, as I explained in 
> [https://github.com/IQSS/dataverse/issues/5483] 
>  



--
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-1157) native Windows Netbeans Launcher broken for Java 10 or higher

2019-01-07 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1157:


[~AndiMb83] they should be automatically built. See 
https://issues.apache.org/jira/browse/NETBEANS-1145 

> native Windows Netbeans Launcher broken  for Java 10 or higher
> --
>
> Key: NETBEANS-1157
> URL: https://issues.apache.org/jira/browse/NETBEANS-1157
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Andreas Hauffe
>Assignee: Andreas Hauffe
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 10.0
>
> Attachments: JavaUtils.c
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> The native windows netbeans launcher does not work with a bundled Java 
> Version 10 and later since the version number has two digits. This is not 
> handled correctly in the native code ( 
> [https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/src/JavaUtils.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] [Reopened] (NETBEANS-1157) native Windows Netbeans Launcher broken for Java 10 or higher

2019-01-05 Thread Emilian Bold (JIRA)


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

Emilian Bold reopened NETBEANS-1157:


I'm reopening this since users can't use the patched nbi without a 
recompilation. See this message on the mailing list 
https://lists.apache.org/thread.html/bd6eaad372139afff2020f48aedd585587aefd92511d41c2043c3fd0@%3Cdev.netbeans.apache.org%3E

> native Windows Netbeans Launcher broken  for Java 10 or higher
> --
>
> Key: NETBEANS-1157
> URL: https://issues.apache.org/jira/browse/NETBEANS-1157
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Andreas Hauffe
>Assignee: Andreas Hauffe
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 10.0
>
> Attachments: JavaUtils.c
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> The native windows netbeans launcher does not work with a bundled Java 
> Version 10 and later since the version number has two digits. This is not 
> handled correctly in the native code ( 
> [https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/src/JavaUtils.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-1614) DEFAULT_USERDIR_ROOT and DEFAULT_CACHEDIR_ROOT are not set correct

2018-12-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1614:


Something is missing here. In which folder do you have NetBeans? How are you 
launching it?

> DEFAULT_USERDIR_ROOT and DEFAULT_CACHEDIR_ROOT are not set correct
> --
>
> Key: NETBEANS-1614
> URL: https://issues.apache.org/jira/browse/NETBEANS-1614
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Arch Linux
>Reporter: Dominik Sust
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: cachedir, default_cache_dir, default_user_dir, userdir
> Fix For: 9.0
>
> Attachments: nb8_about.jpg, nb9_about.jpg
>
>
> Launcher does not set the correct values for "DEFAULT_USERDIR_ROOT" and 
> "DEFAULT_CACHEDIR_ROOT".
> Please see the attached screenshots. I made them after a clean installation.
> "nb8_about.jpg" shows that User directory and Cache directory is setup 
> correctly
> "nb9_about.jpg" shows that both directories are setup directly to my home 
> folder.



--
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-1638) OSGi support is broken

2018-12-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1638:


Does NetBeans work if we just disable OSGi support? I believe we have some 
modules (Mylyn perhaps) that are pure OSGi. 

> OSGi support is broken
> --
>
> Key: NETBEANS-1638
> URL: https://issues.apache.org/jira/browse/NETBEANS-1638
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 9.0, 10.0
>Reporter: Peter Nabbefeld
>Priority: Critical
> Attachments: 
> Updated_felix_to_5_6_10_to_enable_osgi_bundles_for_java_9_and_later_.patch
>
>
> The included Felix jar (in module lib.felix) is outdated and does not work 
> with JDK > 9.
> Included version: 4.2.1
> Current version: 6.0.1
> For a short discussion of the problem see: 
> https://github.com/mojohaus/nbm-maven-plugin/issues/52



--
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-1685) Running on Mac OSX a java source file editor fails to open - nullPointerException

2018-12-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1685:


I'm also on macOS but not the exact configuration. Do you still see this error? 
What about with a different JDK?

> Running on Mac OSX a java source file editor fails to open - 
> nullPointerException
> -
>
> Key: NETBEANS-1685
> URL: https://issues.apache.org/jira/browse/NETBEANS-1685
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: David Gradwell
>Priority: Critical
>
> Using Mac OSX Mojave version 10.14.1, NetBeans 9.0, Java 9.
>  
> When I click on a java file in the projects window I always get the following 
> exception.  I've not succeeded in viewing a source file when running on Mac 
> OS X and NetBeans 9.0 yet !
>  
> java.lang.NullPointerException
>     at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
>     at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
>     at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
>     at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
>     at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
>     at java.awt.Container.addNotify(Container.java:2797)
>     at javax.swing.JComponent.addNotify(JComponent.java:4775)
>     at 
> org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
>     at java.awt.Container.addNotify(Container.java:2797)
>     at javax.swing.JComponent.addNotify(JComponent.java:4775)
>     at java.awt.Container.addNotify(Container.java:2797)
>     at javax.swing.JComponent.addNotify(JComponent.java:4775)
>     at java.awt.Container.addNotify(Container.java:2797)
>     at javax.swing.JComponent.addNotify(JComponent.java:4775)
>     at java.awt.Container.addImpl(Container.java:1141)
>     at java.awt.Container.add(Container.java:993)
>     at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:523)
>     at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)
> [catch] at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>     at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>     at 
> org.openide.text.CloneableEditorInitializer$1.run(CloneableEditorInitializer.java:84)
>     at 
> org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1546)
>     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
>     at java.awt.EventQueue.access$500(EventQueue.java:97)
>     at java.awt.EventQueue$3.run(EventQueue.java:712)
>     at java.awt.EventQueue$3.run(EventQueue.java:706)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:75)
>     at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
>     at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>     at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
>     at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
>     at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
>     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
>     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
>     at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)



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

2018-12-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1769:


I suspect this is more related to Java 11.0.1

>  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-1802) Problem with loading a project which has 2 different project files

2018-12-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1802:


This is an interesting improvement but I don't see how it could be something 
critical. Do people really have such hybrid projects?

The project API is a bit sensitive code, but I believe this feature could be 
even implemented as a simple plugin. Just have a plugin that recognises both 
project types then delegate to one or the other depending on some configuration 
/ GUI popup.

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> 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-1813) Overlapping BaseProgressUtils progress dialogs globally corrupt the main window glass pane

2018-12-21 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-1813:
---
Attachment: TriggerBugAction.java

> Overlapping BaseProgressUtils progress dialogs globally corrupt the main 
> window glass pane
> --
>
> Key: NETBEANS-1813
> URL: https://issues.apache.org/jira/browse/NETBEANS-1813
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Attachments: TriggerBugAction.java
>
>
> BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
> puts a translucent grey fog over the main window.
> It's possible with two overlapping progress dialogs to forever corrupt the 
> main window glass pane. This glass pane is also used to show node tooltips 
> (when the text is too long to fit).
> See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
> and Apache NetBeans 10.
> The explanation is simple. Each progress dialog will:
> 1. save the existing glass pane 
> 2. set the grey glass pane
> 3. restore the glass pane to the saved one when the task has finished.
> If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
> set by dialog 1. But, if dialog 2 finishes last, it will forever set the 
> glass pane to the grey glass pane.
> I've also attached a video showing how the node tooltip toggles the grey 
> glass pane instead. 
> This glass pane switch logic is in 
> platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java



--
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-1813) Overlapping BaseProgressUtils progress dialogs globally corrupt the main window glass pane

2018-12-21 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-1813:
---
Attachment: overlapping-showProgressDialogAndRun-bug.mov

> Overlapping BaseProgressUtils progress dialogs globally corrupt the main 
> window glass pane
> --
>
> Key: NETBEANS-1813
> URL: https://issues.apache.org/jira/browse/NETBEANS-1813
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Attachments: TriggerBugAction.java, 
> overlapping-showProgressDialogAndRun-bug.mov
>
>
> BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
> puts a translucent grey fog over the main window.
> It's possible with two overlapping progress dialogs to forever corrupt the 
> main window glass pane. This glass pane is also used to show node tooltips 
> (when the text is too long to fit).
> See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
> and Apache NetBeans 10.
> The explanation is simple. Each progress dialog will:
> 1. save the existing glass pane 
> 2. set the grey glass pane
> 3. restore the glass pane to the saved one when the task has finished.
> If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
> set by dialog 1. But, if dialog 2 finishes last, it will forever set the 
> glass pane to the grey glass pane.
> I've also attached a video showing how the node tooltip toggles the grey 
> glass pane instead. 
> This glass pane switch logic is in 
> platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java



--
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-1813) Overlapping BaseProgressUtils progress dialogs globally corrupt the main window glass pane

2018-12-21 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-1813:
---
Description: 
BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
puts a translucent grey fog over the main window.

It's possible with two overlapping progress dialogs to forever corrupt the main 
window glass pane. This glass pane is also used to show node tooltips (when the 
text is too long to fit).

See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
and Apache NetBeans 10.

The explanation is simple. Each progress dialog will:

1. save the existing glass pane 
2. set the grey glass pane
3. restore the glass pane to the saved one when the task has finished.

If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
set by dialog 1. But, if dialog 2 finishes last, it will forever set the glass 
pane to the grey glass pane.

I've also attached a video showing how the node tooltip toggles the grey glass 
pane instead. 

This glass pane switch logic is in 
platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java

  was:
BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
puts a translucent grey fog over the main window.

It's possible with two overlapping progress dialogs to forever corrupt the main 
window glass pane. This glass pane is also used to show node tooltips (then the 
text is too long to fit).

See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
and Apache NetBeans 10.

The explanation is simple. Each progress dialog will:

1. save the existing glass pane 
2. set the grey glass pane
3. restore the glass pane to the saved one when the task has finished.

If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
set by dialog 1. But, if dialog 2 finishes last, it will forever set the glass 
pane to the grey glass pane.

I've also attached a video showing how the node tooltip toggles the grey glass 
pane instead. 

This glass pane switch logic is in 
platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java


> Overlapping BaseProgressUtils progress dialogs globally corrupt the main 
> window glass pane
> --
>
> Key: NETBEANS-1813
> URL: https://issues.apache.org/jira/browse/NETBEANS-1813
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Attachments: TriggerBugAction.java
>
>
> BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
> puts a translucent grey fog over the main window.
> It's possible with two overlapping progress dialogs to forever corrupt the 
> main window glass pane. This glass pane is also used to show node tooltips 
> (when the text is too long to fit).
> See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
> and Apache NetBeans 10.
> The explanation is simple. Each progress dialog will:
> 1. save the existing glass pane 
> 2. set the grey glass pane
> 3. restore the glass pane to the saved one when the task has finished.
> If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
> set by dialog 1. But, if dialog 2 finishes last, it will forever set the 
> glass pane to the grey glass pane.
> I've also attached a video showing how the node tooltip toggles the grey 
> glass pane instead. 
> This glass pane switch logic is in 
> platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java



--
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-1813) Overlapping BaseProgressUtils progress dialogs globally corrupt the main window glass pane

2018-12-21 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-1813:
--

 Summary: Overlapping BaseProgressUtils progress dialogs globally 
corrupt the main window glass pane
 Key: NETBEANS-1813
 URL: https://issues.apache.org/jira/browse/NETBEANS-1813
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


BaseProgressUtils.showProgressDialogAndRun shows a modal progress dialog and 
puts a translucent grey fog over the main window.

It's possible with two overlapping progress dialogs to forever corrupt the main 
window glass pane. This glass pane is also used to show node tooltips (then the 
text is too long to fit).

See the attached TriggerBugAction which reproduces the issue on NetBeans 8.2 
and Apache NetBeans 10.

The explanation is simple. Each progress dialog will:

1. save the existing glass pane 
2. set the grey glass pane
3. restore the glass pane to the saved one when the task has finished.

If you have dialog 1 and dialog 2 the 2nd dialog will save the glass pane as 
set by dialog 1. But, if dialog 2 finishes last, it will forever set the glass 
pane to the grey glass pane.

I've also attached a video showing how the node tooltip toggles the grey glass 
pane instead. 

This glass pane switch logic is in 
platform/progress.ui/src/org/netbeans/modules/progress/ui/AbstractWindowRunner.java



--
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-1790) ClassCastException: java.desktop/sun.awt.image.ToolkitImage cannot be cast to java.desktop/java.awt.image.BufferedImage

2018-12-09 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1790:


This error also visible in the log on 
https://issues.apache.org/jira/browse/NETBEANS-1306 but it's mixed with other 
problems. This issue is about the case in the Splash screen only.

> ClassCastException: java.desktop/sun.awt.image.ToolkitImage cannot be cast to 
> java.desktop/java.awt.image.BufferedImage
> ---
>
> Key: NETBEANS-1790
> URL: https://issues.apache.org/jira/browse/NETBEANS-1790
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>  Labels: coolbeans
>
> I'm seeing this error on Linux java-1.11.0-openjdk-amd64
> SEVERE [global]
> java.lang.ClassCastException: java.desktop/sun.awt.image.ToolkitImage cannot 
> be cast to java.desktop/java.awt.image.BufferedImage
>   at org.netbeans.core.startup.Splash.flushCaches(Splash.java:226)
>   at org.netbeans.Stamps$Store.store(Stamps.java:690)
> [catch] at org.netbeans.Stamps$Worker.run(Stamps.java:858)



--
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-1790) ClassCastException: java.desktop/sun.awt.image.ToolkitImage cannot be cast to java.desktop/java.awt.image.BufferedImage

2018-12-09 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-1790:
--

 Summary: ClassCastException: 
java.desktop/sun.awt.image.ToolkitImage cannot be cast to 
java.desktop/java.awt.image.BufferedImage
 Key: NETBEANS-1790
 URL: https://issues.apache.org/jira/browse/NETBEANS-1790
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


I'm seeing this error on Linux java-1.11.0-openjdk-amd64

SEVERE [global]
java.lang.ClassCastException: java.desktop/sun.awt.image.ToolkitImage cannot be 
cast to java.desktop/java.awt.image.BufferedImage
at org.netbeans.core.startup.Splash.flushCaches(Splash.java:226)
at org.netbeans.Stamps$Store.store(Stamps.java:690)
[catch] at org.netbeans.Stamps$Worker.run(Stamps.java:858)





--
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-1743) Calling LifecycleManager.exit from ModuleInstall.closing prevents application from ever closing

2018-11-25 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-1743:
--

 Summary: Calling LifecycleManager.exit from ModuleInstall.closing 
prevents application from ever closing
 Key: NETBEANS-1743
 URL: https://issues.apache.org/jira/browse/NETBEANS-1743
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Having in {{ModuleInstall.closing()}} a call to 
{{LifecycleManager.getDefault().exit()}} prevents the application from ever 
closing.

This seems to happen only on Windows (not on macOS).

As far as I can tell {{NbLifecycleManager}} is stuck in {{finishExitState}} as 
the countdown is never changed.



--
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-1428) Fatal error when profiling

2018-11-12 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1428:


How is this not a blocker? Anybody from Oracle willing to look into this?

> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash log.



--
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-1359) Profiling the IDE hangs when saving snapshot

2018-11-06 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1359:


I'm curious when JDK 11.0.2 will be released.

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



--
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-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


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

Emilian Bold edited comment on NETBEANS-143 at 8/25/18 7:19 AM:


See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

Not sure if NBWT would be the abbreviation or NWT (in line with AWT, SWT?). But 
this is minor...


was (Author: emi):
See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
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-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


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

Emilian Bold edited comment on NETBEANS-143 at 8/25/18 7:18 AM:


See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)


was (Author: emi):
See https://github.com/apache/incubator-netbeans-html4j/pull/10

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
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-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-143:
---

See https://github.com/apache/incubator-netbeans-html4j/pull/10

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
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-341) Provide Snap Packages for NetBeans

2018-07-06 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-341:
---

[~lkishalmi] I do use Slack for the NetBeans channel. And you can also find me 
on skype by name.

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{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] [Commented] (NETBEANS-341) Provide Snap Packages for NetBeans

2018-07-05 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-341:
---

You might want to do some reading first, it seems they use Puppet for build 
slaves so perhaps we get a clean Ubuntu machine and we are able via a Puppet 
script to install our environment, including Snapcraft?

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{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] [Commented] (NETBEANS-341) Provide Snap Packages for NetBeans

2018-07-05 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-341:
---

OK, so next we need to understand the Apache Jenkins infrastructure. Please 
read 
https://cwiki.apache.org/confluence/display/INFRA/Jenkins#Jenkins-BuildSlavesConfiguration
 and https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels and 
see if there's something there we can already use, if not we can create an 
INFRA ticket and see how to make those packages.

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{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] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-04 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

See review https://reviews.apache.org/r/67829/ for the title bar.

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



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

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

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



[jira] [Updated] (NETBEANS-876) Update release 9.0 branding

2018-07-04 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-876:
--
Description: 
In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
 # name to *Apache NetBeans IDE 9.0*
 # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ to 
{color:#f79232}_netbeans.apache.org_{color}
 # splash screen
 # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
_{color:#f79232}.cache/netbeans/9.0{color}_
 # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
# Start Page (welcome/ module)
# Title bar *Apache NetBeans IDE 9.0*

  was:
In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
 # name to *Apache NetBeans IDE 9.0*
 # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ to 
{color:#f79232}_netbeans.apache.org_{color}
 # splash screen
 # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
_{color:#f79232}.cache/netbeans/9.0{color}_
 # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
# Start Page (welcome/ module)


> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



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

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

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



[jira] [Comment Edited] (NETBEANS-876) Update release 9.0 branding

2018-07-04 Thread Emilian Bold (JIRA)


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

Emilian Bold edited comment on NETBEANS-876 at 7/4/18 12:10 PM:


I'm getting this harmless exception in the log because our about image is not a 
PNG but GIF:

{quote}
INFO [org.openide.util.ImageUtilities]: Image 
org/netbeans/core/startup/about_nb.png is not PNG
javax.imageio.IIOException: Bad PNG signature!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242)
Caused: javax.imageio.IIOException: I/O error reading PNG header!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315)
at 
com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:654)
at 
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1248)
at 
com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1606)
[catch] at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:545)
at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:458)
at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:148)
at org.netbeans.core.startup.Splash.loadContent(Splash.java:210)
at 
org.netbeans.core.ui.ProductInformationPanel.(ProductInformationPanel.java:123)
at 
org.netbeans.core.actions.AboutAction.performAction(AboutAction.java:48)
at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
at 
org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.performAction(NbApplicationAdapter.java:149)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.handleAbout(NbApplicationAdapter.java:103)
at 
org.netbeans.modules.applemenu.NbApplicationAdapterJDK8.handleAbout(NbApplicationAdapterJDK8.java:66)
at 
com.apple.eawt._AppEventHandler$_AboutDispatcher.performUsing(_AppEventHandler.java:250)
{quote}

Checking:

{quote}
$ file ./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png: GIF 
image data, version 89a, 529 x 252
{quote}


was (Author: emi):
I'm getting this harmless exception in the log because our about image is not a 
PNG but GIF:

{{{
INFO [org.openide.util.ImageUtilities]: Image 
org/netbeans/core/startup/about_nb.png is not PNG
javax.imageio.IIOException: Bad PNG signature!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242)
Caused: javax.imageio.IIOException: I/O error reading PNG header!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315)
at 
com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:654)
at 
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1248)
at 
com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1606)
[catch] at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:545)
at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:458)
at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:148)
at org.netbeans.core.startup.Splash.loadContent(Splash.java:210)
at 
org.netbeans.core.ui.ProductInformationPanel.(ProductInformationPanel.java:123)
at 
org.netbeans.core.actions.AboutAction.performAction(AboutAction.java:48)
at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
at 
org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.performAction(NbApplicationAdapter.java:149)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.handleAbout(NbApplicationAdapter.java:103)
at 
org.netbeans.modules.applemenu.NbApplicationAdapterJDK8.handleAbout(NbApplicationAdapterJDK8.java:66)
at 
com.apple.eawt._AppEventHandler$_AboutDispatcher.performUsing(_AppEventHandler.java:250)
}}}


{{{
$ file ./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png: GIF 
image data, version

[jira] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-04 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

I'm getting this harmless exception in the log because our about image is not a 
PNG but GIF:

{{{
INFO [org.openide.util.ImageUtilities]: Image 
org/netbeans/core/startup/about_nb.png is not PNG
javax.imageio.IIOException: Bad PNG signature!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242)
Caused: javax.imageio.IIOException: I/O error reading PNG header!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315)
at 
com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:654)
at 
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1248)
at 
com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1606)
[catch] at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:545)
at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:458)
at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:148)
at org.netbeans.core.startup.Splash.loadContent(Splash.java:210)
at 
org.netbeans.core.ui.ProductInformationPanel.(ProductInformationPanel.java:123)
at 
org.netbeans.core.actions.AboutAction.performAction(AboutAction.java:48)
at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
at 
org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.performAction(NbApplicationAdapter.java:149)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.handleAbout(NbApplicationAdapter.java:103)
at 
org.netbeans.modules.applemenu.NbApplicationAdapterJDK8.handleAbout(NbApplicationAdapterJDK8.java:66)
at 
com.apple.eawt._AppEventHandler$_AboutDispatcher.performUsing(_AppEventHandler.java:250)
}}}


{{{
$ file ./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png: GIF 
image data, version 89a, 529 x 252
}}}


> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)



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

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

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



[jira] [Assigned] (NETBEANS-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-07-02 Thread Emilian Bold (JIRA)


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

Emilian Bold reassigned NETBEANS-781:
-

Assignee: (was: Emilian Bold)

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 5.05h
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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-341) Provide Snap Packages for NetBeans

2018-07-02 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-341:
---

We do have our own CI system so I would prefer if we don't depend on 
snapcraft.io but build our own stuff and just upload the bits. 

I see https://github.com/apache/incubator-netbeans/pull/404 has already been 
merge.

So, the next step is actually building these packages on builds.apache.org? Do 
we perhaps need an Ubuntu build slave?

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{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-1018) Provide macOS packages for NetBeans

2018-07-02 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-1018:
--

 Summary: Provide macOS packages for NetBeans
 Key: NETBEANS-1018
 URL: https://issues.apache.org/jira/browse/NETBEANS-1018
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


We should provide a macOS "convenience" disk image or package.

The currents build do work, but starting NetBeans from the terminal is not as 
pretty.

I would prefer a disk image as it's easiest to pull off and "installing" is 
just a drag and drop.

The previous package is more complex as it searches for JDKs and such but I 
could never get it to work.



--
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-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-06-27 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-781:
---

[~simijskes] could you confirm the patch works?

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 5.05h
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-06-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-781:
---

Created review for patch https://reviews.apache.org/r/67721/

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 4h 2m
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-06-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-781:
---

OK, I have 
https://hg.netbeans.org/binaries/D6330851B59C33A3A8D98C86FF438F23DD3B4267-ant-misc-1.10.4.zip
 let me make a PR.

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 4h 2m
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-06-25 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-781:
---

OK, let me see how to do this step: "updating the ant-misc zip and uploading it 
to hg.netbeans.org/binaries".

I see the Ant guys were busy reformatting shell scripts so the files in 
ant-misc need updating. I suspect the existing ant-misc might be sufficient but 
I want to keep these in sync.

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 4h 2m
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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-876) Update release 9.0 branding

2018-06-21 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-876:
--
Description: 
In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
 # name to *Apache NetBeans IDE 9.0*
 # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ to 
{color:#f79232}_netbeans.apache.org_{color}
 # splash screen
 # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
_{color:#f79232}.cache/netbeans/9.0{color}_
 # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
# Start Page (welcome/ module)

  was:
In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
 # name to *Apache NetBeans IDE 9.0*
 # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ to 
{color:#f79232}_netbeans.apache.org_{color}
 # splash screen
 # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
_{color:#f79232}.cache/netbeans/9.0{color}_
 # Remove assertions {{-J-ea}} from the {{netbeans.conf}}


> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

Also called 'backdrop filter',eg. https://webkit.org/demos/backdrop-filter/

> I have to dig out my copy of "Filthy Rich Clients"

You better keep that in mint condition. It's starting to be worth a fortune 
already! :D

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

I mean a rectangle like an area that gets a "frosted glass" effect going on 
which would whiten the area and allow black text to be more readable. (Kinda 
like you have on iOS or for subtitles).

Yeah, it probably looks bad since you have 'Apache' and 'NetBeans' nicely 
aligned.

Let's go with this and see.

+1

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

I haven't looked at the code, but do we just display that status text on top of 
the image or can we also define a rectangle that might blur/lighten the image 
behind and give some more readability to the text?

If we just display the text as-is, at the bottom we have just a small white 
section then we jump into the dark blue section. So... we could move the text 
even further to the left to make room for longer texts if it's not sufficient?

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-876) Update release 9.0 branding

2018-06-11 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

[~GeertjanWielenga] depends if you consider this an 'umbrella' issue or just an 
issue for the 5 listed TODOs. 

For example, it would be nice if the Start Page / welcome module (that ​Thilina 
Ranathunga is working on) could be updated with this new style we have in the 
splash screen: some new graphics, different color palette, etc. But that's not 
a 'blocker'. So perhaps we should close this blocker issue?

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-876) Update release 9.0 branding

2018-06-11 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

Thank you [~Raiken]

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-840) cglib-2.2.jar license/notice

2018-06-10 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-840:
---

It's actually a flawed NOTICE in the dependency JAR itself:

{quote}
unzip -c cglib-2.2.jar  NOTICE
Archive:  cglib-2.2.jar
  inflating: NOTICE  
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
{quote}

So, indeed, they don't specify enough.

>From NetBeans' point of view I'd say we don't have to include anything and 
>cglib-2.2-notice.txt should be empty (or just removed).

> cglib-2.2.jar license/notice
> 
>
> Key: NETBEANS-840
> URL: https://issues.apache.org/jira/browse/NETBEANS-840
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>
> ./java/modules/ext/cglib-2.2.jar
> - has an incorrect NOTICE file (copy/paste error I assume) and if fixed may 
> effect the NOTICE file
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-851) About box and splash screen don't say "Apache"

2018-06-10 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-851:
--
Attachment: NB-SplashScreen-dave-180325.psd

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, tryme-about.jpg
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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-851) About box and splash screen don't say "Apache"

2018-06-10 Thread Emilian Bold (JIRA)


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

Emilian Bold updated NETBEANS-851:
--
Attachment: NB-SplashScreen-dave-180407.psd

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, tryme-about.jpg
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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-827) commons-net-3.6.jar license/notice

2018-06-05 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-827:
---

[~bdelacretaz]: We are just guessing what Justin Mclean meant. I've actually 
sent him a direct email inviting him to follow the JIRA issues and review or 
comment but so far I don't see any new users watching.

We'll just go through all the issues Justin Mclean's email triggered, resolved 
them to the best of our knowledge and then see at the next NetBeans release if 
we re-open them or not.

> commons-net-3.6.jar license/notice
> --
>
> Key: NETBEANS-827
> URL: https://issues.apache.org/jira/browse/NETBEANS-827
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>
> ./ide/modules/ext/commons-net-3.6.jar
> - probably no need to include this in NOTICE as you’re done
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-876) Update release 9.0 branding

2018-06-05 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

> user and cache directories to .netbeans/9.0 and .cache/netbeans/9.0

Doesn't NetBeans automatically set up the cache / user dirs depending on major 
version somehow? I know I have various 8.x folders (and dev/) around. So all we 
have to do is just set-up the new 9.0 folder.

We don't have to change any other logic wrt Linux and where to place it, etc.

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-595) OSGI Project unable to compile

2018-05-25 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-595:
---

So from the perspective of NetBeans we could either:

1. remove the broken project type for Maven OSGi bundles until it's fixed 
upstream
2. adopt the osgi-archetype (there seems to be only 3 authors, they could 
donate the code to Apache)
3. re-implement the osgi-archetype

I guess step 1 is mandatory -- since it produces broken projects we might as 
well comment that out for now.

Talking to the authors about donation the plugin to NetBeans might be 
interesting, although we are not so OSGi focused.

Seems interesting this archetype is a form of an online / runtime dependency. 
Might be worth documenting these somewhere too, even go through some form of IP 
clearance perhaps.

> OSGI Project unable to compile
> --
>
> Key: NETBEANS-595
> URL: https://issues.apache.org/jira/browse/NETBEANS-595
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: upstream-issue
>
> Unable to compile Wizard created project.
> {noformat}
> COMPILATION ERROR : 
> -
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> 2 errors 
> -
> 
> BUILD FAILURE
> 
> Total time: 2.703 s
> Finished at: 2018-04-04T12:47:54-05:00
> Final Memory: 14M/60M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project TestPlatformOSGIBundle: Compilation failure: 
> Compilation failure: 
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> -> [Help 1]{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-595) OSGI Project unable to compile

2018-05-25 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-595:
---

Could you give some more details about the steps you followed to get this error?

I just tried with NetBeans 8.2 and Java 8 and the Maven OSGi bundle project 
compiles.

So, is it about Java 10 being used, about Apache NetBeans or about the 
archetype?


> OSGI Project unable to compile
> --
>
> Key: NETBEANS-595
> URL: https://issues.apache.org/jira/browse/NETBEANS-595
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: upstream-issue
>
> Unable to compile Wizard created project.
> {noformat}
> COMPILATION ERROR : 
> -
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> 2 errors 
> -
> 
> BUILD FAILURE
> 
> Total time: 2.703 s
> Finished at: 2018-04-04T12:47:54-05:00
> Final Memory: 14M/60M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project TestPlatformOSGIBundle: Compilation failure: 
> Compilation failure: 
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> -> [Help 1]{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] [Updated] (NETBEANS-595) OSGI Project unable to compile

2018-05-25 Thread Emilian Bold (JIRA)

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

Emilian Bold updated NETBEANS-595:
--
Labels: upstream-issue  (was: )

> OSGI Project unable to compile
> --
>
> Key: NETBEANS-595
> URL: https://issues.apache.org/jira/browse/NETBEANS-595
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: upstream-issue
>
> Unable to compile Wizard created project.
> {noformat}
> COMPILATION ERROR : 
> -
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> 2 errors 
> -
> 
> BUILD FAILURE
> 
> Total time: 2.703 s
> Finished at: 2018-04-04T12:47:54-05:00
> Final Memory: 14M/60M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project TestPlatformOSGIBundle: Compilation failure: 
> Compilation failure: 
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> -> [Help 1]{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-595) OSGI Project unable to compile

2018-05-25 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-595:
---

My guess is that 1.4 is the latest osgi-archetype version available in Maven 
central?

So it worked for you locally with the 1.5-SNAPSHOT.

Normally you should see with the upstream project if they are willing to push 
an archetype update.

> OSGI Project unable to compile
> --
>
> Key: NETBEANS-595
> URL: https://issues.apache.org/jira/browse/NETBEANS-595
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>
> Unable to compile Wizard created project.
> {noformat}
> COMPILATION ERROR : 
> -
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> 2 errors 
> -
> 
> BUILD FAILURE
> 
> Total time: 2.703 s
> Finished at: 2018-04-04T12:47:54-05:00
> Final Memory: 14M/60M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project TestPlatformOSGIBundle: Compilation failure: 
> Compilation failure: 
> Source option 5 is no longer supported. Use 6 or later.
> Target option 1.5 is no longer supported. Use 1.6 or later.
> -> [Help 1]{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] [Comment Edited] (NETBEANS-828) freemarker-2.3.19.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold edited comment on NETBEANS-828 at 5/23/18 6:49 PM:


Our solution seems correct. The license has this section:

bq. 2.  The end-user documentation included with the redistribution, if any, 
must
bq. include the following acknowlegement:
bq.   "This product includes software developed by the
bq.   Visigoth Software Society (http://www.visigoths.org/)."
bq. Alternately, this acknowlegement may appear in the software itself, if 
and
bq. wherever such third-party acknowlegements normally appear.

Using NOTICE for this acknowlegement seems correct.


was (Author: emi):
Our solution seems correct. The license has this section:

2.  The end-user documentation included with the redistribution, if any, must
include the following acknowlegement:
  "This product includes software developed by the
  Visigoth Software Society (http://www.visigoths.org/)."
Alternately, this acknowlegement may appear in the software itself, if and
wherever such third-party acknowlegements normally appear.

Using NOTICE for this acknowlegement seems correct.

> freemarker-2.3.19.jar license/notice
> 
>
> Key: NETBEANS-828
> URL: https://issues.apache.org/jira/browse/NETBEANS-828
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/freemarker-2.3.19.jar
> - no need for line (Visigoth Software) in NOTICE having it in license is 
> enough IMO
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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] [Resolved] (NETBEANS-828) freemarker-2.3.19.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold resolved NETBEANS-828.
---
Resolution: Fixed

> freemarker-2.3.19.jar license/notice
> 
>
> Key: NETBEANS-828
> URL: https://issues.apache.org/jira/browse/NETBEANS-828
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/freemarker-2.3.19.jar
> - no need for line (Visigoth Software) in NOTICE having it in license is 
> enough IMO
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-828) freemarker-2.3.19.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-828:
---

Our solution seems correct. The license has this section:

2.  The end-user documentation included with the redistribution, if any, must
include the following acknowlegement:
  "This product includes software developed by the
  Visigoth Software Society (http://www.visigoths.org/)."
Alternately, this acknowlegement may appear in the software itself, if and
wherever such third-party acknowlegements normally appear.

Using NOTICE for this acknowlegement seems correct.

> freemarker-2.3.19.jar license/notice
> 
>
> Key: NETBEANS-828
> URL: https://issues.apache.org/jira/browse/NETBEANS-828
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/freemarker-2.3.19.jar
> - no need for line (Visigoth Software) in NOTICE having it in license is 
> enough IMO
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-781) java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 in build-impl.xml

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-781:
---

OK, step 1 is done.

Now we wait for an official Ant 1.10.4 release...

> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19  in 
> build-impl.xml
> --
>
> Key: NETBEANS-781
> URL: https://issues.apache.org/jira/browse/NETBEANS-781
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant Project
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-285-on-20180502)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Simon IJskes
>Assignee: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Attachments: JavaApplication10.zip
>
>  Time Spent: 4h 2m
>  Remaining Estimate: 0h
>
> When i build a project (target jar) with do.depend=true (in 
> project.properties or private.properties) for a second time after clean, the 
> following is thrown:
> java.lang.ClassFormatError: Invalid Constant Pool entry Type 19 
>  at 
> org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.readEntry(ConstantPoolEntry.java:180)
> This is in the depend macro:
>      excludes="${excludes}" includes="${includes}" srcdir="@\{srcdir}"> 
>       
>       
>       
>      
>  
> project properties:
> javac.source=10 
>  javac.target=10 
>  platform.active=JDK_10
> The exception is thrown direct after opening build/classes/module-info.class



--
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] [Resolved] (NETBEANS-845) jdom-1.0.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold resolved NETBEANS-845.
---
Resolution: Fixed

License seems correct, only the name we picked Apache-JDOM was confusing. A PR 
exists to rename the license to BSD-JDOM.

> jdom-1.0.jar license/notice
> ---
>
> Key: NETBEANS-845
> URL: https://issues.apache.org/jira/browse/NETBEANS-845
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/maven/jdom-1.0.jar
> - is BSD Style rather than Apache licensed
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-845) jdom-1.0.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-845:
---

Created https://github.com/apache/incubator-netbeans/pull/556 to rename the 
license to BSD-JDOM.

> jdom-1.0.jar license/notice
> ---
>
> Key: NETBEANS-845
> URL: https://issues.apache.org/jira/browse/NETBEANS-845
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/maven/jdom-1.0.jar
> - is BSD Style rather than Apache licensed
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-845) jdom-1.0.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-845:
---

I think this is just a confusion due to the `License: Apache-JDOM` name we 
picked. I guess `BSD-JDOM` is more logical.

> jdom-1.0.jar license/notice
> ---
>
> Key: NETBEANS-845
> URL: https://issues.apache.org/jira/browse/NETBEANS-845
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/maven/jdom-1.0.jar
> - is BSD Style rather than Apache licensed
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-853) IP CLEARANCE: ISO-8879-SGML license

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-853:
---

I guess we'll ask LEGAL. Do you want to open and link an issue with LEGAL?

> IP CLEARANCE: ISO-8879-SGML license
> ---
>
> Key: NETBEANS-853
> URL: https://issues.apache.org/jira/browse/NETBEANS-853
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Fix For: 9.0
>
>
> Review our ISO-8879-SGML license usage which is not under 
> https://www.apache.org/legal/resolved.html



--
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-857) IP CLEARANCE: WSDL-2004 license

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-857:
---

Opened https://issues.apache.org/jira/browse/LEGAL-385

> IP CLEARANCE: WSDL-2004 license
> ---
>
> Key: NETBEANS-857
> URL: https://issues.apache.org/jira/browse/NETBEANS-857
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Fix For: 9.0
>
>
> Review our WSDL-2004 license usage which is not under 
> https://www.apache.org/legal/resolved.html



--
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] [Resolved] (NETBEANS-854) IP CLEARANCE: EDL-1.0 license

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold resolved NETBEANS-854.
---
Resolution: Fixed

Eclipse Distribution License - v 1.0 is cat A 
https://www.apache.org/legal/resolved.html#category-a

> IP CLEARANCE: EDL-1.0 license
> -
>
> Key: NETBEANS-854
> URL: https://issues.apache.org/jira/browse/NETBEANS-854
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Fix For: 9.0
>
>
> Review our EDL-1.0 license usage which is not under 
> https://www.apache.org/legal/resolved.html



--
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-857) IP CLEARANCE: WSDL-2004 license

2018-05-23 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-857:
-

 Summary: IP CLEARANCE: WSDL-2004 license
 Key: NETBEANS-857
 URL: https://issues.apache.org/jira/browse/NETBEANS-857
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Review our WSDL-2004 license usage which is not under 
https://www.apache.org/legal/resolved.html



--
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-856) IP CLEARANCE: OASIS license

2018-05-23 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-856:
-

 Summary: IP CLEARANCE: OASIS license
 Key: NETBEANS-856
 URL: https://issues.apache.org/jira/browse/NETBEANS-856
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Review our OASIS license usage which is not under 
https://www.apache.org/legal/resolved.html



--
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-855) IP CLEARANCE: W3C2 license

2018-05-23 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-855:
-

 Summary: IP CLEARANCE: W3C2 license
 Key: NETBEANS-855
 URL: https://issues.apache.org/jira/browse/NETBEANS-855
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Review our W3C2 license usage which is not under 
https://www.apache.org/legal/resolved.html



--
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-854) IP CLEARANCE: EDL-1.0 license

2018-05-23 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-854:
-

 Summary: IP CLEARANCE: EDL-1.0 license
 Key: NETBEANS-854
 URL: https://issues.apache.org/jira/browse/NETBEANS-854
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Review our EDL-1.0 license usage which is not under 
https://www.apache.org/legal/resolved.html



--
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-853) IP CLEARANCE: ISO-8879-SGML license

2018-05-23 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-853:
-

 Summary: IP CLEARANCE: ISO-8879-SGML license
 Key: NETBEANS-853
 URL: https://issues.apache.org/jira/browse/NETBEANS-853
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


Review our ISO-8879-SGML license usage which is not under 
https://www.apache.org/legal/resolved.html



--
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-843) woodstox-core-asl.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-843:
---

Part of websvc.jaxws21

> woodstox-core-asl.jar license/notice
> 
>
> Key: NETBEANS-843
> URL: https://issues.apache.org/jira/browse/NETBEANS-843
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/jaxws22/woodstox-core-asl.jar
> - is under an Apache 2.0 license not a CDDL one and has a NOTICE file that 
> effect NOTICE (although none of it’s content mean anything IMO)
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-842) stax2-api.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-842:
---

Part of websvc.jaxws21

> stax2-api.jar license/notice
> 
>
> Key: NETBEANS-842
> URL: https://issues.apache.org/jira/browse/NETBEANS-842
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/jaxws22/stax2-api.jar
> - is under a BSD license not a CDDL one
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-841) FastInfoset.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-841:
---

Part of websvc.jaxws21

> FastInfoset.jar license/notice
> --
>
> Key: NETBEANS-841
> URL: https://issues.apache.org/jira/browse/NETBEANS-841
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/jaxws22/FastInfoset.jar  
> - is under an Apache license not a CDDL one
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-842) stax2-api.jar license/notice

2018-05-23 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-842:
---

Related task mentioned on 
https://lists.apache.org/thread.html/fc4e282de92573cb7b8fb69bcac75b66e7397f5e5b7c11c0fa2e0443@%3Cdev.netbeans.apache.org%3E

> stax2-api.jar license/notice
> 
>
> Key: NETBEANS-842
> URL: https://issues.apache.org/jira/browse/NETBEANS-842
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/jaxws22/stax2-api.jar
> - is under a BSD license not a CDDL one
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-842) stax2-api.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-842:
---

This is correct, the JAR includes a LICENSE in META-INF.

> stax2-api.jar license/notice
> 
>
> Key: NETBEANS-842
> URL: https://issues.apache.org/jira/browse/NETBEANS-842
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/modules/ext/jaxws22/stax2-api.jar
> - is under a BSD license not a CDDL one
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-834) servlet-2.2.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-834:
---

PS: Can't find the dependency on Maven, there is a 2.2 JAR with the CDDL 
license but the contents is different.

> servlet-2.2.jar license/notice
> --
>
> Key: NETBEANS-834
> URL: https://issues.apache.org/jira/browse/NETBEANS-834
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/servlet-2.2.jar
> - this seems to be CDDL not Apache 1.1? Not 100% sure here.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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] [Resolved] (NETBEANS-834) servlet-2.2.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold resolved NETBEANS-834.
---
Resolution: Fixed

> servlet-2.2.jar license/notice
> --
>
> Key: NETBEANS-834
> URL: https://issues.apache.org/jira/browse/NETBEANS-834
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/servlet-2.2.jar
> - this seems to be CDDL not Apache 1.1? Not 100% sure here.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-834) servlet-2.2.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-834:
---

Our servletapi/external 85F9EE8921A08E5478118005D5829C6A1637374B 
servlet-2.2.jar is identical in contents with the Tomcat 3.2 servlet.jar from 
https://archive.apache.org/dist/tomcat/tomcat-3/archive/v3.2/bin/

Note the JAR itself is not identical due to a different timestamp, but the 
.class files are the same (unzip and compare).

The license is indeed Apache 1.1 by looking at the jakarta-servletapi-3.2 
source code.

> servlet-2.2.jar license/notice
> --
>
> Key: NETBEANS-834
> URL: https://issues.apache.org/jira/browse/NETBEANS-834
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/servlet-2.2.jar
> - this seems to be CDDL not Apache 1.1? Not 100% sure here.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-850) httpserver uses old Tomcat 3.2.4

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-850:
-

 Summary: httpserver uses old Tomcat 3.2.4
 Key: NETBEANS-850
 URL: https://issues.apache.org/jira/browse/NETBEANS-850
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


httpserver module depends on tomcat 3.2.4 which is really old.

I'm not certain if it's exactly what we need or not or if it's just been 
forgotten.

It might also be a security risk.

One advantage is that the dependency is tiny. I assume a more recent Tomcat 
will drag many more other transitive dependencies...



--
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-836) webserver.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-836:
---

This seems to be an ancient Tomcat 3.2.4 which did not have a NOTICE file: 
https://archive.apache.org/dist/tomcat/tomcat-3/archive/v3.2.4/

> webserver.jar license/notice
> 
>
> Key: NETBEANS-836
> URL: https://issues.apache.org/jira/browse/NETBEANS-836
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/webserver.jar
> - I assume this is tomcat? if so it has a NOTICE file and should be included 
> in NOTICE. Pity
> there no NOTICE file in the jar.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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] [Resolved] (NETBEANS-836) webserver.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold resolved NETBEANS-836.
---
Resolution: Fixed

> webserver.jar license/notice
> 
>
> Key: NETBEANS-836
> URL: https://issues.apache.org/jira/browse/NETBEANS-836
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./ide/modules/ext/webserver.jar
> - I assume this is tomcat? if so it has a NOTICE file and should be included 
> in NOTICE. Pity
> there no NOTICE file in the jar.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-848) testng-6.8.1-dist.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-848:
-

 Summary: testng-6.8.1-dist.jar license/notice
 Key: NETBEANS-848
 URL: https://issues.apache.org/jira/browse/NETBEANS-848
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./platform/modules/ext/testng-6.8.1-dist.jar
- contains apache licensed jcommander and MIT licensed jquery
- jcommander has a notice that would effect NOTICE

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-846) spring-context-3.2.7.RELEASE.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-846:
-

 Summary: spring-context-3.2.7.RELEASE.jar license/notice
 Key: NETBEANS-846
 URL: https://issues.apache.org/jira/browse/NETBEANS-846
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/spring-3.0/spring-context-3.2.7.RELEASE.jar
./java/modules/ext/spring-3.0/spring-context-support-3.2.7.RELEASE.jar
(and other spring jars)
- has a NOTICE file that would effect the NOTICE file

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-847) org.apache.felix.main-4.2.1.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-847:
-

 Summary: org.apache.felix.main-4.2.1.jar license/notice
 Key: NETBEANS-847
 URL: https://issues.apache.org/jira/browse/NETBEANS-847
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./platform/modules/ext/org.apache.felix.main-4.2.1.jar
- has a NOTICE file that would effect the NOTICE file

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-845) jdom-1.0.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-845:
-

 Summary: jdom-1.0.jar license/notice
 Key: NETBEANS-845
 URL: https://issues.apache.org/jira/browse/NETBEANS-845
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/maven/jdom-1.0.jar
- is BSD Style rather than Apache licensed

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-844) indexer-core-6.0-SNAPSHOT-patched.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-844:
-

 Summary: indexer-core-6.0-SNAPSHOT-patched.jar license/notice
 Key: NETBEANS-844
 URL: https://issues.apache.org/jira/browse/NETBEANS-844
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/maven/indexer-core-6.0-SNAPSHOT-patched.jar
- is may not be possible to release with a snapshot jar I not sure re that. It 
as ASF project and the code has not been released by it’s PMC.

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-843) woodstox-core-asl.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-843:
-

 Summary: woodstox-core-asl.jar license/notice
 Key: NETBEANS-843
 URL: https://issues.apache.org/jira/browse/NETBEANS-843
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/jaxws22/woodstox-core-asl.jar
- is under an Apache 2.0 license not a CDDL one and has a NOTICE file that 
effect NOTICE (although none of it’s content mean anything IMO)

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-841) FastInfoset.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-841:
-

 Summary: FastInfoset.jar license/notice
 Key: NETBEANS-841
 URL: https://issues.apache.org/jira/browse/NETBEANS-841
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/jaxws22/FastInfoset.jar  
- is under an Apache license not a CDDL one

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-842) stax2-api.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-842:
-

 Summary: stax2-api.jar license/notice
 Key: NETBEANS-842
 URL: https://issues.apache.org/jira/browse/NETBEANS-842
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/jaxws22/stax2-api.jar
- is under a BSD license not a CDDL one

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-840) cglib-2.2.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-840:
-

 Summary: cglib-2.2.jar license/notice
 Key: NETBEANS-840
 URL: https://issues.apache.org/jira/browse/NETBEANS-840
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/modules/ext/cglib-2.2.jar
- has an incorrect NOTICE file (copy/paste error I assume) and if fixed may 
effect the NOTICE file

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-839) plexus-cipher-1.7.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)

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

Emilian Bold commented on NETBEANS-839:
---

Comment from 
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0+Beta+rc3:

>There appears to be no NOTICE in this file?

Close this issue if correct.

> plexus-cipher-1.7.jar license/notice
> 
>
> Key: NETBEANS-839
> URL: https://issues.apache.org/jira/browse/NETBEANS-839
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> ./java/maven/lib/plexus-cipher-1.7.jar
> - has a NOTICE file that would effect NOTICE
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-839) plexus-cipher-1.7.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-839:
-

 Summary: plexus-cipher-1.7.jar license/notice
 Key: NETBEANS-839
 URL: https://issues.apache.org/jira/browse/NETBEANS-839
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./java/maven/lib/plexus-cipher-1.7.jar
- has a NOTICE file that would effect NOTICE

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




--
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-838) xerces-2.8.0.jar license/notice

2018-05-22 Thread Emilian Bold (JIRA)
Emilian Bold created NETBEANS-838:
-

 Summary: xerces-2.8.0.jar license/notice
 Key: NETBEANS-838
 URL: https://issues.apache.org/jira/browse/NETBEANS-838
 Project: NetBeans
  Issue Type: Bug
Reporter: Emilian Bold


./ide/modules/ext/xerces-2.8.0.jar
- has NOTICE that would effect NOTICE file

Additional notes on LICENSE and NOTICE: 
http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e




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



  1   2   >