[jira] [Resolved] (NETBEANS-856) IP CLEARANCE: OASIS license

2018-08-13 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-856.
---
   Resolution: Fixed
 Assignee: Matthias Bläsing
Fix Version/s: (was: 9.0)
   Next

Artifacts using OASIS license were replaced, license was removed from 
repository.

> IP CLEARANCE: OASIS license
> ---
>
> Key: NETBEANS-856
> URL: https://issues.apache.org/jira/browse/NETBEANS-856
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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] [Comment Edited] (NETBEANS-663) Shortcuts using "alt/option" on the mac do not work.

2018-08-13 Thread Austin Stephens (JIRA)


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

Austin Stephens edited comment on NETBEANS-663 at 8/13/18 11:03 PM:


So, it appears that Oracle, in their infinite wisdom, decided to emit the 
ALT_GR modifier with the ALT modifier in Java 9+. It happens to both ALTs on 
the Mac and the right one on windows. The added causes the shortcut lookup to 
fail since it was only expecting ALT. It seems to break other things like the 
shortcut option window (Alt + key don't register)

Edit: This results in certain common shortcuts such as "copy up" and "move left 
one word" to not work.


was (Author: sir intellegence):
So, it appears that Oracle, in their infinite wisdom, decided to emit the 
ALT_GR modifier with the ALT modifier in Java 9+. It happens to both ALTs on 
the Mac and the right one on windows. The added causes the shortcut lookup to 
fail since it was only expecting ALT. It seems to break other things like the 
shortcut option window (Alt + key don't register)

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Action Items
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
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-663) Shortcuts using "alt/option" on the mac do not work.

2018-08-13 Thread Austin Stephens (JIRA)


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

Austin Stephens updated NETBEANS-663:
-
Priority: Critical  (was: Major)

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Action Items
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
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-663) Shortcuts using "alt/option" on the mac do not work.

2018-08-13 Thread Austin Stephens (JIRA)


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

Austin Stephens commented on NETBEANS-663:
--

So, it appears that Oracle, in their infinite wisdom, decided to emit the 
ALT_GR modifier with the ALT modifier in Java 9+. It happens to both ALTs on 
the Mac and the right one on windows. The added causes the shortcut lookup to 
fail since it was only expecting ALT. It seems to break other things like the 
shortcut option window (Alt + key don't register)

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Action Items
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Priority: Major
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



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

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

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



[incubator-netbeans] branch master updated (3e48ff4 -> 5ea4ad5)

2018-08-13 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 3e48ff4  Merge pull request #671 from tmysik/php72-sigfiles
 add c24e97b  [NETBEANS-1074] Module Review api.web.webmodule
 new 5ea4ad5  Merge pull request #673 from 
thilina01/netbeans-1074-2nd-review-api-web-webmodule

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/web/webmodule/Bundle.properties| 58 +++---
 1 file changed, 17 insertions(+), 41 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #673 from thilina01/netbeans-1074-2nd-review-api-web-webmodule

2018-08-13 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 5ea4ad534b5113d5585b9facb8d71d50b254bcac
Merge: 3e48ff4 c24e97b
Author: Matthias Bläsing 
AuthorDate: Mon Aug 13 19:21:25 2018 +0200

Merge pull request #673 from 
thilina01/netbeans-1074-2nd-review-api-web-webmodule

[NETBEANS-1074] Module Review api.web.webmodule

 .../modules/web/webmodule/Bundle.properties| 58 +++---
 1 file changed, 17 insertions(+), 41 deletions(-)


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

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



[jira] [Commented] (NETBEANS-1136) Cannot activate some installed plugins

2018-08-13 Thread PETER BORREGGINE (JIRA)


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

PETER BORREGGINE commented on NETBEANS-1136:


Able to attach pics AFTER creating the ticket

> Cannot activate some installed plugins
> --
>
> Key: NETBEANS-1136
> URL: https://issues.apache.org/jira/browse/NETBEANS-1136
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 8.2
> Environment: Windows 10 PRO Creators Edition
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Fix For: 8.2
>
> Attachments: netbeans install plugin problem 1.png, netbeans install 
> plugin problem 2.png, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG, 
> netbeans-fails-to-activate-plugins.PNG
>
>
> Upon trying to activate installed plugins, I get this:
>  
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.php.zend jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend.jar, 
> StandardModule:org.netbeans.modules.websvc.restkit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-websvc-restkit.jar, 
> StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
> StandardModule:org.netbeans.modules.web.jsf.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-jsf-kit.jar, 
> StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
> StandardModule:org.netbeans.modules.spring.webmvc jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-spring-webmvc.jar, 
> StandardModule:org.netbeans.modules.apisupport.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\apisupport\modules\org-netbeans-modules-apisupport-kit.jar, 
> StandardModule:org.netbeans.modules.websvc.saas.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\websvccommon\modules\org-netbeans-modules-websvc-saas-kit.jar, 
> StandardModule:org.netbeans.modules.php.latte jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-latte.jar, 
> StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
> StandardModule:org.netbeans.modules.php.phpdoc jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-phpdoc.jar, 
> StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar, 
> StandardModule:org.netbeans.modules.php.smarty jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-smarty.jar, 
> StandardModule:org.netbeans.modules.php.symfony2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-symfony2.jar, 
> StandardModule:org.netbeans.modules.web.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-kit.jar, 
> StandardModule:org.netbeans.modules.php.twig jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-twig.jar, 
> StandardModule:org.netbeans.modules.web.primefaces jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-web-primefaces.jar, 
> StandardModule:org.netbeans.modules.php.composer jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-composer.jar, 
> StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar, 
> StandardModule:org.netbeans.modules.j2ee.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-j2ee-kit.jar, 
> StandardModule:org.netbeans.modules.php.zend2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend2.jar, 
> StandardModule:org.netbeans.modules.php.kit jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-kit.jar, 
> StandardModule:org.netbeans.modules.php.apigen jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-apigen.jar, 
> StandardModule:org.netbeans.modules.web.struts jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-struts.jar, 
> 

[jira] [Updated] (NETBEANS-1136) Cannot activate some installed plugins

2018-08-13 Thread PETER BORREGGINE (JIRA)


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

PETER BORREGGINE updated NETBEANS-1136:
---
Attachment: netbeans install plugin problem 4.PNG
netbeans install plugin problem 3.PNG
netbeans install plugin problem 2.png
netbeans install plugin problem 1.png
netbeans install plugin problem 5.PNG

> Cannot activate some installed plugins
> --
>
> Key: NETBEANS-1136
> URL: https://issues.apache.org/jira/browse/NETBEANS-1136
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 8.2
> Environment: Windows 10 PRO Creators Edition
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Fix For: 8.2
>
> Attachments: netbeans install plugin problem 1.png, netbeans install 
> plugin problem 2.png, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG, 
> netbeans-fails-to-activate-plugins.PNG
>
>
> Upon trying to activate installed plugins, I get this:
>  
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.php.zend jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend.jar, 
> StandardModule:org.netbeans.modules.websvc.restkit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-websvc-restkit.jar, 
> StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
> StandardModule:org.netbeans.modules.web.jsf.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-jsf-kit.jar, 
> StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
> StandardModule:org.netbeans.modules.spring.webmvc jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-spring-webmvc.jar, 
> StandardModule:org.netbeans.modules.apisupport.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\apisupport\modules\org-netbeans-modules-apisupport-kit.jar, 
> StandardModule:org.netbeans.modules.websvc.saas.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\websvccommon\modules\org-netbeans-modules-websvc-saas-kit.jar, 
> StandardModule:org.netbeans.modules.php.latte jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-latte.jar, 
> StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
> StandardModule:org.netbeans.modules.php.phpdoc jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-phpdoc.jar, 
> StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar, 
> StandardModule:org.netbeans.modules.php.smarty jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-smarty.jar, 
> StandardModule:org.netbeans.modules.php.symfony2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-symfony2.jar, 
> StandardModule:org.netbeans.modules.web.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-kit.jar, 
> StandardModule:org.netbeans.modules.php.twig jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-twig.jar, 
> StandardModule:org.netbeans.modules.web.primefaces jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-web-primefaces.jar, 
> StandardModule:org.netbeans.modules.php.composer jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-composer.jar, 
> StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar, 
> StandardModule:org.netbeans.modules.j2ee.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-j2ee-kit.jar, 
> StandardModule:org.netbeans.modules.php.zend2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend2.jar, 
> StandardModule:org.netbeans.modules.php.kit jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-kit.jar, 
> StandardModule:org.netbeans.modules.php.apigen jarFile: C:\Program 
> Files\NetBeans 

[jira] [Updated] (NETBEANS-1136) Cannot activate some installed plugins

2018-08-13 Thread PETER BORREGGINE (JIRA)


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

PETER BORREGGINE updated NETBEANS-1136:
---
Attachment: netbeans-fails-to-activate-plugins.PNG

> Cannot activate some installed plugins
> --
>
> Key: NETBEANS-1136
> URL: https://issues.apache.org/jira/browse/NETBEANS-1136
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Affects Versions: 8.2
> Environment: Windows 10 PRO Creators Edition
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Fix For: 8.2
>
> Attachments: netbeans install plugin problem 1.png, netbeans install 
> plugin problem 2.png, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG, 
> netbeans-fails-to-activate-plugins.PNG
>
>
> Upon trying to activate installed plugins, I get this:
>  
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.php.zend jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend.jar, 
> StandardModule:org.netbeans.modules.websvc.restkit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-websvc-restkit.jar, 
> StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
> StandardModule:org.netbeans.modules.web.jsf.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-jsf-kit.jar, 
> StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
> StandardModule:org.netbeans.modules.spring.webmvc jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-spring-webmvc.jar, 
> StandardModule:org.netbeans.modules.apisupport.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\apisupport\modules\org-netbeans-modules-apisupport-kit.jar, 
> StandardModule:org.netbeans.modules.websvc.saas.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\websvccommon\modules\org-netbeans-modules-websvc-saas-kit.jar, 
> StandardModule:org.netbeans.modules.php.latte jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-latte.jar, 
> StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
> StandardModule:org.netbeans.modules.php.phpdoc jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-phpdoc.jar, 
> StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar, 
> StandardModule:org.netbeans.modules.php.smarty jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-smarty.jar, 
> StandardModule:org.netbeans.modules.php.symfony2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-symfony2.jar, 
> StandardModule:org.netbeans.modules.web.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-kit.jar, 
> StandardModule:org.netbeans.modules.php.twig jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-twig.jar, 
> StandardModule:org.netbeans.modules.web.primefaces jarFile: C:\Program 
> Files\NetBeans 
> 8.2\enterprise\modules\org-netbeans-modules-web-primefaces.jar, 
> StandardModule:org.netbeans.modules.php.composer jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-composer.jar, 
> StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar, 
> StandardModule:org.netbeans.modules.j2ee.kit jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-j2ee-kit.jar, 
> StandardModule:org.netbeans.modules.php.zend2 jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend2.jar, 
> StandardModule:org.netbeans.modules.php.kit jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-kit.jar, 
> StandardModule:org.netbeans.modules.php.apigen jarFile: C:\Program 
> Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-apigen.jar, 
> StandardModule:org.netbeans.modules.web.struts jarFile: C:\Program 
> Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-struts.jar, 
> 

[jira] [Created] (NETBEANS-1136) Cannot activate some installed plugins

2018-08-13 Thread PETER BORREGGINE (JIRA)
PETER BORREGGINE created NETBEANS-1136:
--

 Summary: Cannot activate some installed plugins
 Key: NETBEANS-1136
 URL: https://issues.apache.org/jira/browse/NETBEANS-1136
 Project: NetBeans
  Issue Type: Bug
  Components: updatecenters - Pluginportal
Affects Versions: 8.2
 Environment: Windows 10 PRO Creators Edition
Reporter: PETER BORREGGINE
 Fix For: 8.2


Upon trying to activate installed plugins, I get this:

 

Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.php.zend jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend.jar, 
StandardModule:org.netbeans.modules.websvc.restkit jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-websvc-restkit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.web.jsf.kit jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-jsf-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.spring.webmvc jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-spring-webmvc.jar, 
StandardModule:org.netbeans.modules.apisupport.kit jarFile: C:\Program 
Files\NetBeans 8.2\apisupport\modules\org-netbeans-modules-apisupport-kit.jar, 
StandardModule:org.netbeans.modules.websvc.saas.kit jarFile: C:\Program 
Files\NetBeans 
8.2\websvccommon\modules\org-netbeans-modules-websvc-saas-kit.jar, 
StandardModule:org.netbeans.modules.php.latte jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-latte.jar, 
StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.php.phpdoc jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-phpdoc.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar, 
StandardModule:org.netbeans.modules.php.smarty jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-smarty.jar, 
StandardModule:org.netbeans.modules.php.symfony2 jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-symfony2.jar, 
StandardModule:org.netbeans.modules.web.kit jarFile: C:\Program Files\NetBeans 
8.2\enterprise\modules\org-netbeans-modules-web-kit.jar, 
StandardModule:org.netbeans.modules.php.twig jarFile: C:\Program Files\NetBeans 
8.2\php\modules\org-netbeans-modules-php-twig.jar, 
StandardModule:org.netbeans.modules.web.primefaces jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-primefaces.jar, 
StandardModule:org.netbeans.modules.php.composer jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-composer.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar, 
StandardModule:org.netbeans.modules.j2ee.kit jarFile: C:\Program Files\NetBeans 
8.2\enterprise\modules\org-netbeans-modules-j2ee-kit.jar, 
StandardModule:org.netbeans.modules.php.zend2 jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-zend2.jar, 
StandardModule:org.netbeans.modules.php.kit jarFile: C:\Program Files\NetBeans 
8.2\php\modules\org-netbeans-modules-php-kit.jar, 
StandardModule:org.netbeans.modules.php.apigen jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-apigen.jar, 
StandardModule:org.netbeans.modules.web.struts jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-web-struts.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.websvc.kit jarFile: C:\Program 
Files\NetBeans 8.2\enterprise\modules\org-netbeans-modules-websvc-kit.jar, 
StandardModule:org.netbeans.modules.php.doctrine2 jarFile: C:\Program 
Files\NetBeans 8.2\php\modules\org-netbeans-modules-php-doctrine2.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.php.symfony jarFile: C:\Program 
Files\NetBeans 

[jira] [Commented] (NETBEANS-942) PHPDoc inline type hint

2018-08-13 Thread JIRA


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

Álvaro González commented on NETBEANS-942:
--

PSR-5 is listed as [abandoned|https://www.php-fig.org/psr/#abandoned] and 
[phpDocumentor|https://github.com/phpDocumentor/phpDocumentor2/blob/develop/docs/references/phpdoc/tags/var.rst]
 hasn't adopted the new syntax. Any idea if there's a de-facto standard as of 
today?

> PHPDoc inline type hint
> ---
>
> Key: NETBEANS-942
> URL: https://issues.apache.org/jira/browse/NETBEANS-942
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor, php - PHPDoc
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=267470



--
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-344) org.netbeans.core.windows.service.PresenterDecorator is not publicly accessible

2018-08-13 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-344:
--

I have to admit I don't remember why I was making [the 
change|https://github.com/emilianbold/netbeans-releases/commit/f5e5c0cbdfbb10b15abd04d4cd3].
 It may have something to do with 
[JDev|http://wiki.apidesign.org/wiki/JDeveloper] as that is what I was working 
on back then.

However I don't have access to JDeveloper sources anymore. I'll ask Tomáš Pávek 
to check if it is used or not.


> org.netbeans.core.windows.service.PresenterDecorator is not publicly 
> accessible
> ---
>
> Key: NETBEANS-344
> URL: https://issues.apache.org/jira/browse/NETBEANS-344
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 8.2, 9.0
>Reporter: Austin Stephens
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> The commit message for adding it states that it was added so other modules 
> could customize the displayed dialog, but it is module private.



--
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-1065) Warning messages in Project Properties dialog of NB Platform projects

2018-08-13 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach resolved NETBEANS-1065.
---
Resolution: Fixed

PR-669 has been merged.

> Warning messages in Project Properties dialog of NB Platform projects
> -
>
> Key: NETBEANS-1065
> URL: https://issues.apache.org/jira/browse/NETBEANS-1065
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 9.0
>Reporter: Walter Nyland
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Right-click a NetBeans Platform application project and choose Properties and 
> then in the Libraries tab you'll see warning messages at the bottom like this 
> one:
> "Module net.java.html.boot.fx in platform requests the token 
> javafx.application but there are no known providers."
> After unchecking the above module, there's another message like the above, 
> altogether about 10 modules need to be unchecked before the warning message 
> disappears.
> This:
> 1. Is confusing and looks like there's something wrong.
> 2. Prevents the red "Resolve" button from becoming enabled, i.e., blocks me 
> from automatically resolving dependencies related to those I have already 
> selected.



--
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-1135) All ActionRegistrations for content/any

2018-08-13 Thread Andreas Sewe (JIRA)
Andreas Sewe created NETBEANS-1135:
--

 Summary: All ActionRegistrations for content/any
 Key: NETBEANS-1135
 URL: https://issues.apache.org/jira/browse/NETBEANS-1135
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 8.2
Reporter: Andreas Sewe


At the moment, you can register actions for MIME types of {{folder/any}} and 
{{content/unknown}}, in addition to specific, known MIME types. However, there 
is no way to *declaratively* register an action for "any file", as there is for 
"any folder".

Workarounds require to explicitly create registrations in the system file 
system in an {{ModuleInstall}}. This is bad for start-up performance.

See [https://netbeans.slack.com/archives/C2BJDQ77A/p1534170005000480] for more 
background information.



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

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

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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 146

2018-08-13 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new b45acbf  Automated site publishing by Jenkins build 146
b45acbf is described below

commit b45acbf15911f8941f308410f4032b4aa423092a
Author: jenkins 
AuthorDate: Mon Aug 13 11:20:28 2018 +

Automated site publishing by Jenkins build 146
---
 content/community/events.html | 60 ---
 1 file changed, 45 insertions(+), 15 deletions(-)

diff --git a/content/community/events.html b/content/community/events.html
index f7190fe..1190aac 100644
--- a/content/community/events.html
+++ b/content/community/events.html
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 
 
@@ -80,16 +80,22 @@
 
 
 
-Apache NetBeans Events
+Apache NetBeans Days
 
-Upcoming Apache NetBeans 
Days
-Apache Software 
Foundation Resources
+Apache NetBeans Day UK 
2018
 
 
+NetBeans in Other Events
+
+Apache Conference Montreal 
2018
+
+
+Other Apache Community 
Events
+Apache 
Software Foundation Resources For Events And Conferences
 
 
 
-Apache NetBeans Events
+Apache NetBeans Days
 
 
 An "Apache NetBeans Day" is a class of event that happens regularly, with a 
clear definition of what makes an event be part of that class:
@@ -114,18 +120,43 @@
 For publicizing NetBeans events, the Apache News posts at https://blogs.apache.org/foundation/; 
class="bare">https://blogs.apache.org/foundation/ can mention those events, 
best is to contact mailto:pr...@apache.org;>pr...@apache.org for 
that. Apache has an Event Listing (https://events.apache.org/; 
class="bare">https://events.apache.org/), that wed also like to make 
use of.
 
 
-Upcoming Apache NetBeans Days
-
-
-Apache NetBeans Day UK 2018
-
-To be held at the University of Greenwich campus (London) on April the 
27th, 2018. See the https://www.eventbrite.co.uk/e/apache-netbeans-day-uk-2018-tickets-43401128945;>agenda
 and details and the dedicated https://twitter.com/NetBeansDayUK;>Twitter account.
-
-
+Apache NetBeans Day UK 2018
+
+Was held at the University of Greenwich campus (London) on April the 27th, 
2018. See the https://www.eventbrite.co.uk/e/apache-netbeans-day-uk-2018-tickets-43401128945;>agenda
 and details and the dedicated https://twitter.com/NetBeansDayUK;>Twitter account.
 
 
+
+
+
+NetBeans in Other Events
+
+
+This is a list of different events where Apache NetBeans was or will be the 
subject of one or more sessions or talks:
+
 
-Apache Software Foundation 
Resources
+Apache Conference Montreal 2018
+
+Ken Fogel, "What Makes NetBeans Special", Sept. the 25th, 2018. https://apachecon.dukecon.org/acna/2018/#/schedule;>click here for more 
information.
+
+
+
+
+
+Other Apache Community Events
+
+
+This is a link to the next Apache Community major event:
+
+
+
+https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png; alt="CurrentEvent" 
width="234" height="60">
+
+
+
+
+
+Apache 
Software Foundation Resources For Events And Conferences
+
 
 The Apache Software Foundation provides different resources for events and 
conferences:
 
@@ -157,7 +188,6 @@ and https://community.apache.org/speakers/;>Speaker information, in
 
 
 
-
 
 
 


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

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



[incubator-netbeans-website] branch master updated: ApacheCon 2018 Event (#74)

2018-08-13 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9ecd505  ApacheCon 2018 Event (#74)
9ecd505 is described below

commit 9ecd50597e480cb7495a19a36f2f37bd85915570
Author: Antonio Vieiro 
AuthorDate: Mon Aug 13 13:19:41 2018 +0200

ApacheCon 2018 Event (#74)

* ApacheCon 2018 Event
---
 .../src/content/community/events.asciidoc  | 28 +-
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/community/events.asciidoc 
b/netbeans.apache.org/src/content/community/events.asciidoc
index 28399ac..8376ae2 100644
--- a/netbeans.apache.org/src/content/community/events.asciidoc
+++ b/netbeans.apache.org/src/content/community/events.asciidoc
@@ -20,12 +20,12 @@
 :jbake-type: page
 :jbake-tags: community
 :jbake-status: published
-:keywords: Apache NetBeans Events Days
+:keywords: Apache NetBeans Events Days Conferences ApacheCon
 :description: Apache NetBeans Events
 :toc: left
 :toc-title:
 
-== Apache NetBeans Events
+== Apache NetBeans Days
 
 An "Apache NetBeans Day" is a class of event that happens regularly, with a 
clear definition of what makes an event be part of that class:
 
@@ -37,12 +37,26 @@ An "Apache NetBeans Day" is a class of event that happens 
regularly, with a clea
 
 For publicizing NetBeans events, the Apache News posts at 
https://blogs.apache.org/foundation/ can mention those events, best is to 
contact pr...@apache.org for that. Apache has an Event Listing 
(https://events.apache.org/), that we'd also like to make use of.
 
-=== Upcoming Apache NetBeans Days
+=== Apache NetBeans Day UK 2018
 
-Apache NetBeans Day UK 2018::
-To be held at the University of Greenwich campus (London) on April the 27th, 
2018. See the 
link:https://www.eventbrite.co.uk/e/apache-netbeans-day-uk-2018-tickets-43401128945[agenda
 and details] and the dedicated link:https://twitter.com/NetBeansDayUK[Twitter 
account].
+Was held at the University of Greenwich campus (London) on April the 27th, 
2018. See the 
link:https://www.eventbrite.co.uk/e/apache-netbeans-day-uk-2018-tickets-43401128945[agenda
 and details] and the dedicated link:https://twitter.com/NetBeansDayUK[Twitter 
account].
 
-=== Apache Software Foundation Resources
+== NetBeans in Other Events
+
+This is a list of different events where Apache NetBeans was or will be the 
subject of one or more sessions or talks:
+
+=== Apache Conference Montreal 2018
+Ken Fogel, "What Makes NetBeans Special", Sept. the 25th, 2018. 
link:https://apachecon.dukecon.org/acna/2018/#/schedule[click here for more 
information].
+
+
+== Other Apache Community Events
+
+This is a link to the next Apache Community major event:
+
+[caption="Apache Current Event", 
link=https://www.apache.org/events/current-event.html]
+image::https://www.apache.org/events/current-event-234x60.png[CurrentEvent,234,60]
+
+== Apache Software Foundation Resources For Events And Conferences
 
 The Apache Software Foundation provides different resources for events and 
conferences:
 
@@ -59,3 +73,5 @@ Be sure to also check the Apache Software Foundation 
link:http://community.apach
 
 
 
+
+


-
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-1016) [PHP7.2] Regenerate signature files

2018-08-13 Thread Tomas Mysik (JIRA)


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

Tomas Mysik closed NETBEANS-1016.
-

> [PHP7.2] Regenerate signature files
> ---
>
> Key: NETBEANS-1016
> URL: https://issues.apache.org/jira/browse/NETBEANS-1016
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Tomas Mysik
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
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-1016) [PHP7.2] Regenerate signature files

2018-08-13 Thread Tomas Mysik (JIRA)


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

Tomas Mysik resolved NETBEANS-1016.
---
   Resolution: Fixed
Fix Version/s: Next

> [PHP7.2] Regenerate signature files
> ---
>
> Key: NETBEANS-1016
> URL: https://issues.apache.org/jira/browse/NETBEANS-1016
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Tomas Mysik
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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

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

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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 144

2018-08-13 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 87ccd6f  Automated site publishing by Jenkins build 144
87ccd6f is described below

commit 87ccd6fdd3d38fd922e7902951e7c4629c7994e2
Author: jenkins 
AuthorDate: Mon Aug 13 11:12:34 2018 +

Automated site publishing by Jenkins build 144
---
 content/community/nekobean.html |  14 +++---
 content/community/nekobean.png  | Bin 0 -> 30776 bytes
 content/community/nekobean_happy.png| Bin 0 -> 35964 bytes
 content/community/nekobean_ja.html  |  14 +++---
 content/community/nekobean_orz.png  | Bin 0 -> 30274 bytes
 content/community/nekobean_sad.png  | Bin 0 -> 31213 bytes
 content/community/nekobean_smile.png| Bin 0 -> 33780 bytes
 content/community/nekobean_with_cat.png | Bin 0 -> 51003 bytes
 content/community/nekobean_zzz.png  | Bin 0 -> 35943 bytes
 9 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/content/community/nekobean.html b/content/community/nekobean.html
index 2264a9c..4549d74 100644
--- a/content/community/nekobean.html
+++ b/content/community/nekobean.html
@@ -135,19 +135,19 @@ As for use, please confirm about 
credit.
 
 
 
-
+
 
 NekoBean
 
 
 
-
+
 
 Happy
 
 
 
-
+
 
 Smile
 
@@ -155,19 +155,19 @@ As for use, please confirm about 
credit.
 
 
 
-
+
 
 Sad
 
 
 
-
+
 
 Zzz
 
 
 
-
+
 
 orz
 
@@ -176,7 +176,7 @@ As for use, please confirm about 
credit.
 
 
 
-
+
 
 With Cat
 
diff --git a/content/community/nekobean.png b/content/community/nekobean.png
new file mode 100644
index 000..189c2af
Binary files /dev/null and b/content/community/nekobean.png differ
diff --git a/content/community/nekobean_happy.png 
b/content/community/nekobean_happy.png
new file mode 100644
index 000..16fa446
Binary files /dev/null and b/content/community/nekobean_happy.png differ
diff --git a/content/community/nekobean_ja.html 
b/content/community/nekobean_ja.html
index b633dd5..9db30dd 100644
--- a/content/community/nekobean_ja.html
+++ b/content/community/nekobean_ja.html
@@ -135,19 +135,19 @@
 
 
 
-
+
 
 ねこび~ん
 
 
 
-
+
 
 うきゃ
 
 
 
-
+
 
 わーい
 
@@ -155,19 +155,19 @@
 
 
 
-
+
 
 え〜ん
 
 
 
-
+
 
 Zzz
 
 
 
-
+
 
 orz
 
@@ -176,7 +176,7 @@
 
 
 
-
+
 
 ごろごろ
 
diff --git a/content/community/nekobean_orz.png 
b/content/community/nekobean_orz.png
new file mode 100644
index 000..4352329
Binary files /dev/null and b/content/community/nekobean_orz.png differ
diff --git a/content/community/nekobean_sad.png 
b/content/community/nekobean_sad.png
new file mode 100644
index 000..d903dc3
Binary files /dev/null and b/content/community/nekobean_sad.png differ
diff --git a/content/community/nekobean_smile.png 
b/content/community/nekobean_smile.png
new file mode 100644
index 000..018a4b0
Binary files /dev/null and b/content/community/nekobean_smile.png differ
diff --git a/content/community/nekobean_with_cat.png 
b/content/community/nekobean_with_cat.png
new file mode 100644
index 000..34e141a
Binary files /dev/null and b/content/community/nekobean_with_cat.png differ
diff --git a/content/community/nekobean_zzz.png 
b/content/community/nekobean_zzz.png
new file mode 100644
index 000..90ac41a
Binary files /dev/null and b/content/community/nekobean_zzz.png differ


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

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



[incubator-netbeans-website] branch master updated (7fcebd7 -> e1939db)

2018-08-13 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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


from 7fcebd7  Update index.asciidoc
 add b80a831  Add png files for download
 new e1939db  Merge pull request #75 from junichi11/nekobean-downloaad

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/content/community/nekobean.asciidoc |  14 +++---
 netbeans.apache.org/src/content/community/nekobean.png  | Bin 0 -> 30776 bytes
 .../src/content/community/nekobean_happy.png| Bin 0 -> 35964 bytes
 .../src/content/community/nekobean_ja.asciidoc  |  14 +++---
 .../src/content/community/nekobean_orz.png  | Bin 0 -> 30274 bytes
 .../src/content/community/nekobean_sad.png  | Bin 0 -> 31213 bytes
 .../src/content/community/nekobean_smile.png| Bin 0 -> 33780 bytes
 .../src/content/community/nekobean_with_cat.png | Bin 0 -> 51003 bytes
 .../src/content/community/nekobean_zzz.png  | Bin 0 -> 35943 bytes
 9 files changed, 14 insertions(+), 14 deletions(-)
 create mode 100644 netbeans.apache.org/src/content/community/nekobean.png
 create mode 100644 netbeans.apache.org/src/content/community/nekobean_happy.png
 create mode 100644 netbeans.apache.org/src/content/community/nekobean_orz.png
 create mode 100644 netbeans.apache.org/src/content/community/nekobean_sad.png
 create mode 100644 netbeans.apache.org/src/content/community/nekobean_smile.png
 create mode 100644 
netbeans.apache.org/src/content/community/nekobean_with_cat.png
 create mode 100644 netbeans.apache.org/src/content/community/nekobean_zzz.png


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

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



[incubator-netbeans-website] 01/01: Merge pull request #75 from junichi11/nekobean-downloaad

2018-08-13 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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

commit e1939dbf37367bc11a0efac8e39ba4820bb003c7
Merge: 7fcebd7 b80a831
Author: Junichi Yamamoto 
AuthorDate: Mon Aug 13 20:11:45 2018 +0900

Merge pull request #75 from junichi11/nekobean-downloaad

Add png files for download

 .../src/content/community/nekobean.asciidoc |  14 +++---
 netbeans.apache.org/src/content/community/nekobean.png  | Bin 0 -> 30776 bytes
 .../src/content/community/nekobean_happy.png| Bin 0 -> 35964 bytes
 .../src/content/community/nekobean_ja.asciidoc  |  14 +++---
 .../src/content/community/nekobean_orz.png  | Bin 0 -> 30274 bytes
 .../src/content/community/nekobean_sad.png  | Bin 0 -> 31213 bytes
 .../src/content/community/nekobean_smile.png| Bin 0 -> 33780 bytes
 .../src/content/community/nekobean_with_cat.png | Bin 0 -> 51003 bytes
 .../src/content/community/nekobean_zzz.png  | Bin 0 -> 35943 bytes
 9 files changed, 14 insertions(+), 14 deletions(-)


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

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



[incubator-netbeans-website] branch master updated: Update index.asciidoc

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7fcebd7  Update index.asciidoc
7fcebd7 is described below

commit 7fcebd7515724c7590cb863f538b6025d8a9b6ce
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 12:57:28 2018 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/index.asciidoc 
b/netbeans.apache.org/src/content/download/index.asciidoc
index 4e350e0..2f34d37 100644
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -45,7 +45,7 @@ for important requirements for download pages for Apache 
projects.
 [[latest]]
 == Latest Builds
 
-link:https://jenkins.io/index.html[Jenkins] is quite busy 
link:https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release/lastSuccessfulBuild/artifact/[creating
 our latest builds].
+link:https://jenkins.io/index.html[Jenkins] is quite busy 
link:https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/[creating
 our latest builds].
 
 [[source]]
 == Building from source


-
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-1134) Jenkins builder isn't working

2018-08-13 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1134:
-

Indeed, we should update that.

> Jenkins builder isn't working
> -
>
> Key: NETBEANS-1134
> URL: https://issues.apache.org/jira/browse/NETBEANS-1134
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Vincenzo Cotugno
>Priority: Major
>
> As you can see from the build history at 
> [https://builds.apache.org/job/incubator-netbeans-release/,] since August 1 
> 2018, the Jenkins Builder isn't working anymore, the last commit built was 
> 19e5871a24d5b0f0d9a195eec2b6be12b444
>  
>  



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

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

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



[incubator-netbeans] 01/01: Merge pull request #671 from tmysik/php72-sigfiles

2018-08-13 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e48ff47edb541434ca88c6de305116b130245b8
Merge: da2960b d54b123
Author: Junichi Yamamoto 
AuthorDate: Mon Aug 13 19:43:31 2018 +0900

Merge pull request #671 from tmysik/php72-sigfiles

[NETBEANS-1016] Generate new sigfiles for PHP 7.2

 php.project/external/binaries-list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[incubator-netbeans] branch master updated (da2960b -> 3e48ff4)

2018-08-13 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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


from da2960b  Signatures as of release 9.0
 add d54b123  [NETBEANS-1016] Generate new sigfiles for PHP 7.2
 new 3e48ff4  Merge pull request #671 from tmysik/php72-sigfiles

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 php.project/external/binaries-list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-1134) Jenkins builder isn't working

2018-08-13 Thread Vincenzo Cotugno (JIRA)


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

Vincenzo Cotugno commented on NETBEANS-1134:


Ok, so maybe is wrong the link i found in 
[https://netbeans.apache.org/download/index.html,] in the section "Latest 
Builds"

> Jenkins builder isn't working
> -
>
> Key: NETBEANS-1134
> URL: https://issues.apache.org/jira/browse/NETBEANS-1134
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Vincenzo Cotugno
>Priority: Major
>
> As you can see from the build history at 
> [https://builds.apache.org/job/incubator-netbeans-release/,] since August 1 
> 2018, the Jenkins Builder isn't working anymore, the last commit built was 
> 19e5871a24d5b0f0d9a195eec2b6be12b444
>  
>  



--
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-1134) Jenkins builder isn't working

2018-08-13 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1134:
-

You're looking at the wrong place. Look here instead:

https://builds.apache.org/job/incubator-netbeans-linux/

> Jenkins builder isn't working
> -
>
> Key: NETBEANS-1134
> URL: https://issues.apache.org/jira/browse/NETBEANS-1134
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Vincenzo Cotugno
>Priority: Major
>
> As you can see from the build history at 
> [https://builds.apache.org/job/incubator-netbeans-release/,] since August 1 
> 2018, the Jenkins Builder isn't working anymore, the last commit built was 
> 19e5871a24d5b0f0d9a195eec2b6be12b444
>  
>  



--
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-1134) Jenkins builder isn't working

2018-08-13 Thread Vincenzo Cotugno (JIRA)
Vincenzo Cotugno created NETBEANS-1134:
--

 Summary: Jenkins builder isn't working
 Key: NETBEANS-1134
 URL: https://issues.apache.org/jira/browse/NETBEANS-1134
 Project: NetBeans
  Issue Type: Bug
Reporter: Vincenzo Cotugno


As you can see from the build history at 
[https://builds.apache.org/job/incubator-netbeans-release/,] since August 1 
2018, the Jenkins Builder isn't working anymore, the last commit built was 
19e5871a24d5b0f0d9a195eec2b6be12b444

 

 



--
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-478) "var" keyword is showing in black color.

2018-08-13 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar closed NETBEANS-478.
--
Resolution: Fixed

Not an issue.

> "var" keyword is showing in black color.
> 
>
> Key: NETBEANS-478
> URL: https://issues.apache.org/jira/browse/NETBEANS-478
> Project: NetBeans
>  Issue Type: Bug
>Reporter: vikas kumar prabhakar
>Assignee: vikas kumar prabhakar
>Priority: Trivial
>  Labels: JDK10-LVTI
>
> "var" keyword is showing in black color with following line of code
>  # {color:#33}var[] x1 = null; {color}
>  # {color:#33}var[][] x3 = null;{color}
>  # {color:#33}boolean b1 = o instanceof var;{color}



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

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

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



[jira] [Closed] (NETBEANS-860) Proposed new hint "Convert Lambda to Use 'var' Parameter Types" for Lambda expression

2018-08-13 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar closed NETBEANS-860.
--
Resolution: Fixed

Merged to Master Branch

https://github.com/apache/incubator-netbeans/pull/596

> Proposed new hint "Convert Lambda to Use 'var' Parameter Types"  for Lambda 
> expression
> --
>
> Key: NETBEANS-860
> URL: https://issues.apache.org/jira/browse/NETBEANS-860
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: vikas kumar prabhakar
>Priority: Minor
>  Labels: JDK11-VarInLambda, pull-request-available
>  Time Spent: 5h
>  Remaining Estimate: 0h
>
> Hint "Convert Lambda to Use 'var' Parameter Types" should be enable for below 
> expressions. 
> IntBinaryOperator cal c=  (int x, int y) -> x + y;
>  IntBinaryOperator cal c=  (x, y) -> x + y;
> Proposed fix : 
> IntBinaryOperator calc = (var x, var y) -> x + y;



--
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-1108) Replace the repetitive code for error check in Hint module

2018-08-13 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar closed NETBEANS-1108.
---
Resolution: Fixed

Code merged to Master branch 

https://github.com/apache/incubator-netbeans/pull/647

> Replace the repetitive code for error check in Hint module
> --
>
> Key: NETBEANS-1108
> URL: https://issues.apache.org/jira/browse/NETBEANS-1108
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: vikas kumar prabhakar
>Assignee: vikas kumar prabhakar
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Replace the repetitive code for error check in Hint with 
> TreeUtilities.hasError() API method



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

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

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



[incubator-netbeans] branch master updated (4e3564d -> c18d8e3)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 4e3564d  Merge pull request #657 from junichi11/updating-readme
 add b493fed  Fix location of progressbar and progress text on splash 
screen. Fixes NETBEANS-956. (#589)
 new c18d8e3  Merge pull request #602 from svenreimers/NETBEANS-956-master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/org/netbeans/core/startup/Bundle_nb.properties | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #602 from svenreimers/NETBEANS-956-master

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit c18d8e3d1f0a7f6e36f280d5ee4dd70fa0b4d5b6
Merge: 4e3564d b493fed
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:44:22 2018 +0200

Merge pull request #602 from svenreimers/NETBEANS-956-master

Fix location of progressbar and progress text on splash screen. Fixes…

 .../src/org/netbeans/core/startup/Bundle_nb.properties | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


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

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



[incubator-netbeans] branch master updated (7d7e96c -> 4e3564d)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 7d7e96c  Merge pull request #666 from junichi11/module-review-php.kit
 add af150e9  Update README.md
 new 4e3564d  Merge pull request #657 from junichi11/updating-readme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #657 from junichi11/updating-readme

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e3564d4eaa126e3a23447f59c21e61f0f58b97b
Merge: 7d7e96c af150e9
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:42:45 2018 +0200

Merge pull request #657 from junichi11/updating-readme

Update README.md

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


-
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-1016) [PHP7.2] Regenerate signature files

2018-08-13 Thread ASF GitHub Bot (JIRA)


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

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

> [PHP7.2] Regenerate signature files
> ---
>
> Key: NETBEANS-1016
> URL: https://issues.apache.org/jira/browse/NETBEANS-1016
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Tomas Mysik
>Priority: Major
>  Labels: pull-request-available
>




--
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-1016) [PHP7.2] Regenerate signature files

2018-08-13 Thread Tomas Mysik (JIRA)


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

Tomas Mysik commented on NETBEANS-1016:
---

PR: [https://github.com/apache/incubator-netbeans/pull/671]

 

> [PHP7.2] Regenerate signature files
> ---
>
> Key: NETBEANS-1016
> URL: https://issues.apache.org/jira/browse/NETBEANS-1016
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Tomas Mysik
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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

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

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



[incubator-netbeans] 01/01: Merge pull request #666 from junichi11/module-review-php.kit

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 7d7e96c4e2b96f858fadbd07d093f8910acaad03
Merge: 751fc5b 1ea6906
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:40:34 2018 +0200

Merge pull request #666 from junichi11/module-review-php.kit

[NETBEANS-1074] Module Review php.kit

 php.kit/release/VERSION.txt | 17 +
 1 file changed, 17 insertions(+)


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

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



[incubator-netbeans] branch master updated (507bf43 -> 751fc5b)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 507bf43  Merge pull request #668 from 
junichi11/module-review-php.nette.tester
 add 3fe4181  [NETBEANS-1074] Module Review php.latte
 new 751fc5b  Merge pull request #667 from junichi11/module-review-php.latte

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {languages.neon => php.latte}/licenseinfo.xml | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)
 copy {languages.neon => php.latte}/licenseinfo.xml (69%)


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

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



[incubator-netbeans] branch master updated (751fc5b -> 7d7e96c)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 751fc5b  Merge pull request #667 from junichi11/module-review-php.latte
 add 1ea6906  [NETBEANS-1074] Module Review php.kit
 new 7d7e96c  Merge pull request #666 from junichi11/module-review-php.kit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 php.kit/release/VERSION.txt | 17 +
 1 file changed, 17 insertions(+)


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

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



[incubator-netbeans] 01/01: Merge pull request #667 from junichi11/module-review-php.latte

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 751fc5b9e2b1da2f81736e3f488350784cbd26c1
Merge: 507bf43 3fe4181
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:40:05 2018 +0200

Merge pull request #667 from junichi11/module-review-php.latte

[NETBEANS-1074] Module Review php.latte

 php.latte/licenseinfo.xml | 34 ++
 1 file changed, 34 insertions(+)


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

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



[incubator-netbeans] branch master updated (a1ab5ac -> 507bf43)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from a1ab5ac  Merge pull request #665 from 
junichi11/module-review-php.doctrine2
 add 91fae1e  [NETBEANS-1074] Module Review php.nette.tester
 new 507bf43  Merge pull request #668 from 
junichi11/module-review-php.nette.tester

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {php.atoum => php.nette.tester}/licenseinfo.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)
 copy {php.atoum => php.nette.tester}/licenseinfo.xml (91%)


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

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



[incubator-netbeans] 01/01: Merge pull request #665 from junichi11/module-review-php.doctrine2

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit a1ab5ac2ed131032a5bd2a75d5a657ad0125c2c4
Merge: d38de92 040ae81
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:38:59 2018 +0200

Merge pull request #665 from junichi11/module-review-php.doctrine2

[NETBEANS-1074] Module Review php.doctrine2

 php.doctrine2/licenseinfo.xml  | 24 +
 .../php/doctrine2/ui/wizards/Bundle.properties | 55 ++--
 .../parser/DiscriminatorColumnLineParserTest.java  | 60 +++---
 3 files changed, 58 insertions(+), 81 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #668 from junichi11/module-review-php.nette.tester

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 507bf43f33fc1889a1d7a2cfa112b7a79dcbf492
Merge: a1ab5ac 91fae1e
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:39:27 2018 +0200

Merge pull request #668 from junichi11/module-review-php.nette.tester

[NETBEANS-1074] Module Review php.nette.tester

 php.nette.tester/licenseinfo.xml | 24 
 1 file changed, 24 insertions(+)


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

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



[incubator-netbeans] branch master updated (d38de92 -> a1ab5ac)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from d38de92  Merge pull request #669 from 
jtulach/NoWarningsWhenCreatingPlatformApp
 add 040ae81  [NETBEANS-1074] Module Review php.doctrine2
 new a1ab5ac  Merge pull request #665 from 
junichi11/module-review-php.doctrine2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {core.io.ui => php.doctrine2}/licenseinfo.xml  |  6 +--
 .../php/doctrine2/ui/wizards/Bundle.properties | 55 ++--
 .../parser/DiscriminatorColumnLineParserTest.java  | 60 +++---
 3 files changed, 35 insertions(+), 86 deletions(-)
 copy {core.io.ui => php.doctrine2}/licenseinfo.xml (91%)


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

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



[incubator-netbeans] branch master updated (fa0bbed -> d38de92)

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from fa0bbed  Merge pull request #664 from 
junichi11/module-review-php.codeception
 add 53074cd  #1065: Removing system tokens (including JavaFX one) from the 
check
 add 719e596  #1065: Explicitly provide all the JavaFX 8 packages, so OSGi 
bundles can import/require them
 new d38de92  Merge pull request #669 from 
jtulach/NoWarningsWhenCreatingPlatformApp

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ui/customizer/SingleModuleProperties.java  | 13 -
 .../ui/customizer/SuiteCustomizerLibraries.java|  8 +++--
 libs.javafx/manifest.mf| 34 ++
 3 files changed, 52 insertions(+), 3 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #669 from jtulach/NoWarningsWhenCreatingPlatformApp

2018-08-13 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit d38de927d725b6843578eb07a822165475751f24
Merge: fa0bbed 719e596
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 13 10:38:08 2018 +0200

Merge pull request #669 from jtulach/NoWarningsWhenCreatingPlatformApp

#1065: No warnings when creating platform app

 .../ui/customizer/SingleModuleProperties.java  | 13 -
 .../ui/customizer/SuiteCustomizerLibraries.java|  8 +++--
 libs.javafx/manifest.mf| 34 ++
 3 files changed, 52 insertions(+), 3 deletions(-)


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

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



[jira] [Assigned] (NETBEANS-1016) [PHP7.2] Regenerate signature files

2018-08-13 Thread Tomas Mysik (JIRA)


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

Tomas Mysik reassigned NETBEANS-1016:
-

Assignee: Tomas Mysik

> [PHP7.2] Regenerate signature files
> ---
>
> Key: NETBEANS-1016
> URL: https://issues.apache.org/jira/browse/NETBEANS-1016
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Tomas Mysik
>Priority: Major
>




--
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-1063) Editor Hints PopUp Drawing is Slow

2018-08-13 Thread Sarvesh Kesharwani (JIRA)


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

Sarvesh Kesharwani resolved NETBEANS-1063.
--
   Resolution: Not A Problem
Fix Version/s: 9.0

The delay is very minimal in NetBeans 9.0 RC3. Asked the reporter to move to 
NetBeans 9.0.

> Editor Hints PopUp Drawing is Slow
> --
>
> Key: NETBEANS-1063
> URL: https://issues.apache.org/jira/browse/NETBEANS-1063
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 8.2
>Reporter: Laszlo Kishalmi
>Assignee: Sarvesh Kesharwani
>Priority: Major
> Fix For: 9.0
>
>
> Editor hints popup has a visible "flicker", as the containing box appears, 
> clears then the component is drawn. This shall be speed up by removing the 
> useless drawings. The popup works well on code complete and code generation.
>  



--
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-1065) Warning messages in Project Properties dialog of NB Platform projects

2018-08-13 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-1065:
---

Here is my bugfix: [https://github.com/apache/incubator-netbeans/pull/669] - 
[~GeertjanWielenga], can you please review and merge? thanks.

> Warning messages in Project Properties dialog of NB Platform projects
> -
>
> Key: NETBEANS-1065
> URL: https://issues.apache.org/jira/browse/NETBEANS-1065
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 9.0
>Reporter: Walter Nyland
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Right-click a NetBeans Platform application project and choose Properties and 
> then in the Libraries tab you'll see warning messages at the bottom like this 
> one:
> "Module net.java.html.boot.fx in platform requests the token 
> javafx.application but there are no known providers."
> After unchecking the above module, there's another message like the above, 
> altogether about 10 modules need to be unchecked before the warning message 
> disappears.
> This:
> 1. Is confusing and looks like there's something wrong.
> 2. Prevents the red "Resolve" button from becoming enabled, i.e., blocks me 
> from automatically resolving dependencies related to those I have already 
> selected.



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