[jira] [Comment Edited] (NETBEANS-3238) Can't add a module to Maven based platform app

2019-10-15 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov edited comment on NETBEANS-3238 at 10/15/19 9:32 PM:
--

Looks like it works in 11.2-beta2


was (Author: chhh):
Looks like it works

> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
> Fix For: 11.2
>
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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] [Closed] (NETBEANS-3238) Can't add a module to Maven based platform app

2019-10-15 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov closed NETBEANS-3238.
--
Resolution: Fixed

> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
> Fix For: 11.2
>
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-3238) Can't add a module to Maven based platform app

2019-10-15 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov commented on NETBEANS-3238:


Looks like it works

> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-3238) Can't add a module to Maven based platform app

2019-10-15 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov updated NETBEANS-3238:
---
Fix Version/s: 11.2

> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
> Fix For: 11.2
>
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-3238) Can't add a module to Maven based platform app

2019-10-14 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov commented on NETBEANS-3238:


ok, downloading

> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-3238) Can't add a module to Maven based platform app

2019-10-14 Thread Dmitry Avtonomov (Jira)


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

Dmitry Avtonomov updated NETBEANS-3238:
---
Environment: 
- Win10
- Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)


> Can't add a module to Maven based platform app
> --
>
> Key: NETBEANS-3238
> URL: https://issues.apache.org/jira/browse/NETBEANS-3238
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
> Environment: - Win10
> - Oracle JDK 8 (Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed 
> mode)
>Reporter: Dmitry Avtonomov
>Priority: Critical
>
> Steps to reproduce:
>  * Run NB IDE 11.1 (from zip).
>  * Create new project -> Java with Maven -> NetBeans Application
>  * Next -> Next
>  ** Option 1: check the `Create Module Project` checkbox - creation of 
> project fails
>  ** Option 2: don't use the checkbox. The project gets created. Right click 
> Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> 
> Select the same NetBeans Version as the original Application project - 
> creation of new module fails
>  * Tried with App/Module versions NB90, NB110, NB111
>  
> {code:java}
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-3238) Can't add a module to Maven based platform app

2019-10-14 Thread Dmitry Avtonomov (Jira)
Dmitry Avtonomov created NETBEANS-3238:
--

 Summary: Can't add a module to Maven based platform app
 Key: NETBEANS-3238
 URL: https://issues.apache.org/jira/browse/NETBEANS-3238
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.1
Reporter: Dmitry Avtonomov


Steps to reproduce:
 * Run NB IDE 11.1 (from zip).
 * Create new project -> Java with Maven -> NetBeans Application
 * Next -> Next
 ** Option 1: check the `Create Module Project` checkbox - creation of project 
fails
 ** Option 2: don't use the checkbox. The project gets created. Right click 
Modules, `Create New Module..` -> Java with Maven -> NetBeans Module -> Select 
the same NetBeans Version as the original Application project - creation of new 
module fails
 * Tried with App/Module versions NB90, NB110, NB111

 
{code:java}
java.lang.UnsupportedOperationException
 at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
 at 
org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
 at 
org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
 at 
org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
 at 
org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
 at 
org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
 at 
org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
 at 
org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
 at 
org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
 at 
org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
 at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
 at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
 at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
[catch] at 
org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
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-146) Apache art-work rebranding

2018-03-17 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov commented on NETBEANS-146:
---

[~Chrizzly] I think it would look better had you removed the unnecessary 
license/disclaimer text on the splash screen.

> Apache art-work rebranding
> --
>
> Key: NETBEANS-146
> URL: https://issues.apache.org/jira/browse/NETBEANS-146
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: lbruun
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This lists what needs to be done for a complete re-branding of art-work, e.g. 
> if logo changes. It complements NETBEANS-145.
> The purpose of the list is to document all places where a change will be 
> required, if for example the logo changes.
> Those marked with (*) were updated in 
> [PR275|https://github.com/apache/incubator-netbeans/pull/275] so that is will 
> be possible to release under the ASF hospice. Consider this as a stop-gap 
> measure.
> Those marked with (*b) were updated in 
> [PR447|https://github.com/apache/incubator-netbeans/pull/447/commits/2773da624be0b22c6f0ac77eb44a7236b4f6a386]
> *About Dialog*
>  * There's no specific image for the About Dialog: the splash image is used.
> *Splash*
>  * 
> [splash.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash.gif]
>  (*)
>  * 
> [splash_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash_dark.gif]
>  (*)
>  * It may be required to change splash image size in 
> [Bundle.properties|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/Bundle.properties]
> *Frame icons*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame.gif]
>  (*b)
>  * 
> [frame_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame_dark.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32.gif]
>  (*b)
>  * 
> [frame32_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32_dark.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48.gif]
>  (*b)
>  * 
> [frame48_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48_dark.gif]
>  (*b)
> *Updater*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame32.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame48.gif]
>  (*b)
>  * 
> [updatersplash.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif].
>  Very old, contains reference to _Sun Public License_, which hasn't been used 
> for years. However, the Updater Splash is shown so very briefly, so I don't 
> think anyone notices. (reference to Sun Public License on this gif was 
> removed in [PR-275|https://github.com/apache/incubator-netbeans/pull/275]  
> committed on 29 Nov 2017)
> *Launcher*
>  * Windows launcher (.exe embedded icon): 
> [app.ico|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/windows-launcher-src/app.ico]
>  
>  * Mac OS X launcher (embedded icon): 
> [applicationIcon.icns|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/release/etc/applicationIcon.icns]
> *Installer*
>  * Windows installer launcher (.exe embedded icon): 
> [icon.ico|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/resources/icon.ico]
>  * Mac OS X installer dock icon : 
> [dockicon.icns|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/dockicon.icns]
>  * Frame icon : 
> [frame-icon.png|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/helper/swing/frame-icon.png]
> h2. IDE Branding
> (overrides images in Platform)
> *About Dialog*
>  * 
> [about_nb.png|https://github.com/apache/incubator-netbeans/blob/master/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png]
>  * 
> [abou

[jira] [Comment Edited] (NETBEANS-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov edited comment on NETBEANS-145 at 3/1/18 10:41 PM:


Adding a new style of logo, that supports basically any color scheme and scales 
well:

!netbeans-logo-04-64.png!    !netbeans-logo-05-64.png!    
!netbeans-logo-02-64.png!    !netbeans-logo-03-64.png!    
!netbeans-logo-01-64.png!

[Source svg on 
github|https://github.com/chhh/netbeans-9-splash/blob/master/Apache-Netbeans-Logo_dmtavt-02.svg]


was (Author: chhh):
Adding a new style of logo, that supports basically any color scheme and scales 
well:

!netbeans-logo-04-64.png!   !netbeans-logo-05-64.png!   
!netbeans-logo-02-64.png!   !netbeans-logo-03-64.png!   
!netbeans-logo-01-64.png!

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-05-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-01-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-02-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov commented on NETBEANS-145:
---

Adding a new style of logo, that supports basically any color scheme and scales 
well:

!netbeans-logo-04-64.png!   !netbeans-logo-05-64.png!   
!netbeans-logo-02-64.png!   !netbeans-logo-03-64.png!   
!netbeans-logo-01-64.png!

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-04-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-03-64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-01-64.png, 
> netbeans-logo-02-256.png, netbeans-logo-02-64.png, netbeans-logo-03-256.png, 
> netbeans-logo-03-64.png, netbeans-logo-04-256.png, netbeans-logo-04-64.png, 
> netbeans-logo-05-256.png, netbeans-logo-05-64.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-03-01 Thread Dmitry Avtonomov (JIRA)

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

Dmitry Avtonomov updated NETBEANS-145:
--
Attachment: netbeans-logo-05-256.png
netbeans-logo-04-256.png
netbeans-logo-03-256.png
netbeans-logo-02-256.png
netbeans-logo-01-256.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-01-256.png, netbeans-logo-02-256.png, 
> netbeans-logo-03-256.png, netbeans-logo-04-256.png, netbeans-logo-05-256.png, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



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