[jira] [Commented] (NETBEANS-1442) Maximum Depth of Structures won't working

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


 !NETBEANS-1442.png! 

It seems that the debugger gets properties when we operate the variables 
window. So I don't think that this is a bug.
The debugger gets properties with the specified value. It seems that they are 
shown as a tooltip: see the attached image.

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1442) Maximum Depth of Structures won't working

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1442:
---
Attachment: NETBEANS-1442.png

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



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

2018-10-18 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 5c1fb26  Automated site publishing by Jenkins build 165
5c1fb26 is described below

commit 5c1fb26d630095422f85acafb4e30dbaca71278c
Author: jenkins 
AuthorDate: Fri Oct 19 01:43:38 2018 +

Automated site publishing by Jenkins build 165
---
 content/download/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/index.html b/content/download/index.html
index e84b90c..25b069d 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -235,7 +235,7 @@
 Previous NetBeans versions
 
 
-You can download previous NetBeans versions by visiting https://netbeans.org/downloads/; 
class="bare">https://netbeans.org/downloads/
+You can download previous Apache NetBeans versions by visiting https://archive.apache.org/dist/incubator/netbeans/; 
class="bare">https://archive.apache.org/dist/incubator/netbeans/, while 
pre-Apache NetBeans versions are at https://netbeans.org/downloads/; 
class="bare">https://netbeans.org/downloads/.
 
 
 


-
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: Hotfix: jbake fails with undefined method start_with? (#81)

2018-10-18 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 ff470fd  Hotfix: jbake fails with undefined method start_with? (#81)
ff470fd is described below

commit ff470fdf0f4b24c2cbe4603747a989e77bccd387
Author: Antonio Vieiro 
AuthorDate: Fri Oct 19 03:42:21 2018 +0200

Hotfix: jbake fails with undefined method start_with? (#81)

Verified.

Caused by: org.asciidoctor.internal.AsciidoctorCoreException: 
org.jruby.exceptions.RaiseException: (NoMethodError) asciidoctor: FAILED: 
: Failed to load AsciiDoc document - undefined method `start_with?' for 
nil:NilClass
at 
org.asciidoctor.internal.JRubyAsciidoctor.render(JRubyAsciidoctor.java:341)
at 
org.asciidoctor.internal.JRubyAsciidoctor.render(JRubyAsciidoctor.java:448)
at 
org.jbake.parser.AsciidoctorEngine.processAsciiDoc(AsciidoctorEngine.java:141)
---
 netbeans.apache.org/gradle/deps.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/gradle/deps.gradle 
b/netbeans.apache.org/gradle/deps.gradle
index 0ece7db..1e86767 100644
--- a/netbeans.apache.org/gradle/deps.gradle
+++ b/netbeans.apache.org/gradle/deps.gradle
@@ -10,7 +10,7 @@ buildscript {
 }
 sharedDependencies = {
 classpath "org.codehaus.groovy:groovy-all:${libs.groovy}"
-classpath "org.jbake:jbake-gradle-plugin:+"
+classpath "org.jbake:jbake-gradle-plugin:1.2.0"
 classpath "io.freefair.gradle:jsass-gradle-plugin:0.6.0"
 }
 tomcatDependencies = {


-
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko resolved NETBEANS-1449.
---
Resolution: Invalid

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


OK. Thanks! Your version is Zend 2 or 3, maybe.

http://netbeans-vm.apache.org/synergy/client/app/#/case/4052/suite/1770/v/1 is 
for Zend 1 Framework.

NetBeans does not provide support for the Run Command Action for Zend 2 
Framework.
So, this behavior is correct :)

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko commented on NETBEANS-1449:
---

Yes, that is where the wizard takes me.

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


Does it mean this? https://github.com/zendframework/ZendSkeletonApplication

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko commented on NETBEANS-1449:
---

I used download link that came with the wizard, assuming its downloading 
correct one.

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


What is your version of Zend Framework? If it is ZF2, this is correct behavior.

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1450) Symfony project cannot be created

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko closed NETBEANS-1450.
-
Resolution: Invalid

> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {code}



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

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

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



[jira] [Commented] (NETBEANS-1450) Symfony project cannot be created

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko commented on NETBEANS-1450:
---

I did get same error. So I can probably close this as invalid.

Out of curiosity, how difficult would be to change plugin to use composer 
create project (for symfony, zend, etc.) the way its listed in official docs 
instead of installers?

> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {code}



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

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

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



[jira] [Commented] (NETBEANS-1450) Symfony project cannot be created

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1450:


I see. Instead, please try using the installer command via your command line.
e.g.  see: REDME.md
{code}
c:\> php symfony new my_project lts
{code}

If the same problem occurs, this is not a NetBeans' problem.



> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {code}



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

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

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



[jira] [Commented] (NETBEANS-1450) Symfony project cannot be created

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko commented on NETBEANS-1450:
---

I downloaded manually whatever is available at 
[https://github.com/symfony/symfony-installer] and pointed symfony 
configuration paths to it. I could only guess that is the right place, since 
there was no link to download it (the way zend framework does) nor a composer 
create-project version.

> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {code}



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

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

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



[jira] [Commented] (NETBEANS-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko commented on NETBEANS-1449:
---

Sorry, netcat link escaped from description editor. Updated.

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Alexander Romanenko (JIRA)


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

Alexander Romanenko updated NETBEANS-1449:
--
Description: 
Following netcat test: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]

Suite 1.2

!image-2018-10-18-10-58-20-791.png!

  was:!image-2018-10-18-10-58-20-791.png!


> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.png!



--
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-1450) Symfony project cannot be created

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1450:


I cannot reproduce this. I could create a Symfony project(LTS) without 
problems. Could you write your exact steps to reproduce it? (When does it 
happen?) Thanks.

> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {code}



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

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

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



[jira] [Commented] (NETBEANS-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


Could you write what you expect and exact steps to reproduce it?

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> !image-2018-10-18-10-58-20-791.png!



--
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-1460) Make project file uploads more convenient, for repeated uploads

2018-10-18 Thread Andrew Koster (JIRA)
Andrew Koster created NETBEANS-1460:
---

 Summary: Make project file uploads more convenient, for repeated 
uploads
 Key: NETBEANS-1460
 URL: https://issues.apache.org/jira/browse/NETBEANS-1460
 Project: NetBeans
  Issue Type: Improvement
Reporter: Andrew Koster
Assignee: Andrew Koster


I'm doing a web project that requires me to upload the same files over and over 
again. It would be nice if the IDE would offer a way to keep the same list of 
files checked as last time, to prevent having to manually re-select the 
specific files that I'm uploading.

 



--
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 release100 updated: Fix the invalid java version pattern

2018-10-18 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release100 by this push:
 new bd30bf2  Fix the invalid java version pattern
bd30bf2 is described below

commit bd30bf252caa9135fd237048abb71260a1274ab9
Author: Junichi Yamamoto 
AuthorDate: Thu Oct 18 10:18:54 2018 +0900

Fix the invalid java version pattern
---
 nbbuild/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index bdd7359..2630ca1 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -40,7 +40,7 @@
   depends="-jdk-init,-load-build-properties">
 
 
-
+
 
 
 


-
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: Fix the invalid java version pattern

2018-10-18 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new cbfcbbc  Fix the invalid java version pattern
cbfcbbc is described below

commit cbfcbbc9f08b868c64b801e50fe10e0f7dde4541
Author: Junichi Yamamoto 
AuthorDate: Thu Oct 18 10:18:54 2018 +0900

Fix the invalid java version pattern
---
 nbbuild/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index badaf5b..de0155b 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -40,7 +40,7 @@
   depends="-jdk-init,-load-build-properties">
 
 
-
+
 
 
 


-
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-1459) Unsupported CSS3 @supports rule

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1459:
---

 Summary: Unsupported CSS3 @supports rule
 Key: NETBEANS-1459
 URL: https://issues.apache.org/jira/browse/NETBEANS-1459
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


The following code for example causes warning
{code:java}
@supports (transform-style: preserve-3d) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translate3d(0, 0, 0);
}
}
{code}



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

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

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



[jira] [Created] (NETBEANS-1458) CSS3 perspective property doesn't support pixels value

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1458:
---

 Summary: CSS3 perspective property doesn't support pixels value
 Key: NETBEANS-1458
 URL: https://issues.apache.org/jira/browse/NETBEANS-1458
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


The following code causes warning cause of pixels value in perspective attribute
{code:java}
.carousel-item {
  perspective: 1000px;
}
{code}



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

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

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



[jira] [Created] (NETBEANS-1457) CSS text-align poroperty value start is unsupported

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1457:
---

 Summary: CSS text-align poroperty value start is unsupported
 Key: NETBEANS-1457
 URL: https://issues.apache.org/jira/browse/NETBEANS-1457
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


The following code shows as a warning cause of start value for text-align 
property
{code:java}
.tooltip {
  text-align: start;
}
{code}
 



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

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

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



[jira] [Created] (NETBEANS-1456) Unsupported calc() function in CSS stylesheets

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1456:
---

 Summary: Unsupported calc() function in CSS stylesheets
 Key: NETBEANS-1456
 URL: https://issues.apache.org/jira/browse/NETBEANS-1456
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


The following code in CSS Editor shows as a warning:
{code:java}
.modal-dialog-centered {
  min-height: calc(100% - (0.5rem * 2));
}
{code}



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

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

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



[jira] [Created] (NETBEANS-1455) CSS3 property user-select unsupported

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1455:
---

 Summary: CSS3 property user-select unsupported
 Key: NETBEANS-1455
 URL: https://issues.apache.org/jira/browse/NETBEANS-1455
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


CSS3 user-select property is unsupported and shows as a warning



--
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-1454) Editor marks word-break: break-word CSS rule as warning

2018-10-18 Thread JIRA
Artur Stępień created NETBEANS-1454:
---

 Summary: Editor marks word-break: break-word CSS rule as warning
 Key: NETBEANS-1454
 URL: https://issues.apache.org/jira/browse/NETBEANS-1454
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Artur Stępień


CSS Editor showing following css atributes in a rule as a warning:

 
{code:java}
.someClass{
word-break: break-word;
}
{code}
*break-word* value for the *word-break* shows as unsupported.

https://www.w3schools.com/cssref/css3_pr_word-break.asp

 



--
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-1453) Cannot connect to MySQL

2018-10-18 Thread Alexander Romanenko (JIRA)
Alexander Romanenko created NETBEANS-1453:
-

 Summary: Cannot connect to MySQL
 Key: NETBEANS-1453
 URL: https://issues.apache.org/jira/browse/NETBEANS-1453
 Project: NetBeans
  Issue Type: Bug
  Components: db - MySQL
Affects Versions: 10.0
Reporter: Alexander Romanenko
 Attachments: image-2018-10-18-12-07-56-560.png, 
image-2018-10-18-12-08-10-462.png

Running test 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/391/v/2]

step 4:

!image-2018-10-18-12-08-10-462.png!



--
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-1452) Viewing functions/stored procedures not possible in PostgreSQL

2018-10-18 Thread Alexander Romanenko (JIRA)
Alexander Romanenko created NETBEANS-1452:
-

 Summary: Viewing functions/stored procedures not possible in 
PostgreSQL
 Key: NETBEANS-1452
 URL: https://issues.apache.org/jira/browse/NETBEANS-1452
 Project: NetBeans
  Issue Type: Bug
Reporter: Alexander Romanenko
 Attachments: image-2018-10-18-11-54-50-281.png

Test [http://netbeans-vm.apache.org/synergy/client/app/#/specification/391/v/2]

Using PostgreSQL driver is not possible to view/edit created functions that are 
listed under procedures.

!image-2018-10-18-11-54-50-281.png!



--
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-1451) Downloading of database driver ignores set browser.

2018-10-18 Thread Alexander Romanenko (JIRA)
Alexander Romanenko created NETBEANS-1451:
-

 Summary: Downloading of database driver ignores set browser.
 Key: NETBEANS-1451
 URL: https://issues.apache.org/jira/browse/NETBEANS-1451
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Alexander Romanenko


Test [http://netbeans-vm.apache.org/synergy/client/app/#/specification/391/v/2]

Oracle download driver step

Clicking on the "download from" link fails with message "Cannot run C:\Program 
Files (x86)\Mozilla Firefox\firefox.exe"

Even though Chrome is set as browser to use in Tools->Options->General -> Web 
Browser. Firefox is not even listed there.



--
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-1450) Symfony project cannot be created

2018-10-18 Thread Alexander Romanenko (JIRA)
Alexander Romanenko created NETBEANS-1450:
-

 Summary: Symfony project cannot be created
 Key: NETBEANS-1450
 URL: https://issues.apache.org/jira/browse/NETBEANS-1450
 Project: NetBeans
  Issue Type: Bug
  Components: php - Symfony
Affects Versions: 10.0
Reporter: Alexander Romanenko


Using wizard to create symfony porject as outlined in

[http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]

Fails with output in console:
{code:java}
Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
failed to open stream: No such file or directory in 
C:\webdev\tmp\symfony-installer-master\symfony on line 30

Call Stack:
 0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0


Fatal error: require(): Failed opening required 
'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
(include_path='.;C:\php\pear') in 
C:\webdev\tmp\symfony-installer-master\symfony on line 30

Call Stack:
 0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
{code}



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

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

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



[jira] [Created] (NETBEANS-1448) NPE opening a java source file

2018-10-18 Thread Aldo Brucale (JIRA)
Aldo Brucale created NETBEANS-1448:
--

 Summary: NPE opening a java source file
 Key: NETBEANS-1448
 URL: https://issues.apache.org/jira/browse/NETBEANS-1448
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 10.0
Reporter: Aldo Brucale
 Attachments: messages.log

I got this exception:
{noformat}
java.lang.NullPointerException
at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2095)
at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHashIfNeeded(Check.java:2085)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4577)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951)
at 
org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:61)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition(Attr.java:2397)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2288)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1689)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:695)
at 
org.netbeans.modules.java.hints.spiimpl.Utilities.attributeTree(Utilities.java:650)
at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:430)
at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:344)
at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:324)
at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:320)
at 
org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:44)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:535)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsImpl(HintsInvoker.java:283)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:228)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)
[catch] at 
org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
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)
{noformat}



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

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

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



[incubator-netbeans-mavenutils] 02/02: Root file

2018-10-18 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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

commit 896af4b46c56f58bfb7396f8f453b905a8762dfd
Author: Eric Barboni 
AuthorDate: Thu Oct 18 14:13:09 2018 +0200

Root file
---
 LICENSE   | 204 ++
 NOTICE|  13 
 README.md |  24 
 3 files changed, 241 insertions(+)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000..de4b130
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,204 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license 

[jira] [Created] (NETBEANS-1447) svn not working at all

2018-10-18 Thread Michal Palka (JIRA)
Michal Palka created NETBEANS-1447:
--

 Summary: svn not working at all
 Key: NETBEANS-1447
 URL: https://issues.apache.org/jira/browse/NETBEANS-1447
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: fedora 28
Reporter: Michal Palka


log during starting netbeans9

INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.2 
(r1835932)
WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You need >= 
1.5
WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: executable 
binary path set to /usr/bin yet client not 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



[incubator-netbeans-mavenutils] branch master created (now 2cd0c95)

2018-10-18 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


  at 2cd0c95  Imported Mojohaus from hash 
80021ab48705a199513abdf2ad9fc339a8c000e2

This branch includes the following new commits:

 new 511c2d3  initial contribution of nbm-maven-plugin, plugin for handling 
netbeans module projects.
 new 4c6a1c3  correct lifecycle
 new e88b457  update docs
 new b12e23b  mojo style site descriptor + url typo fixed.
 new 0f79fd1  make 2.2 snapshot
 new 5d689fc  [maven-release-plugin] prepare release nbm-maven-plugin-2.2
 new 18e0129  [maven-release-plugin] prepare for next development iteration
 new ad97dca  first attempt at creating a netbeans module packaging project 
template
 new 35e6ffd  jira section added.
 new a797553  Set svn properties
 new 6ef8316  Set svn properties
 new ee78c90  Upgrade parent pom
 new 1014135  MNBMODULE-3 fix language section of artifact handler,seems to 
be the reason for skipping the project with pmd plugin
 new 12a9692  [maven-release-plugin] prepare release nbm-maven-plugin-2.3
 new f0535cf  [maven-release-plugin] prepare for next development iteration
 new b238149  update javadoc, reference the deploy repo id.
 new f735628  MNBMODULE-7 trim the classpath entry values to prevent 
failure of netbeans harness build
 new 76d8380  allow builds with custom distribution URL settings without 
modifying the actual project
 new 829a8ff  have a counter for installed/deployed modules to better 
inform user on progress.
 new ce6b312  new mojo for executing the netbeans ide with given additional 
module clusters. useful for test running netbeans modules.
 new 95add57  default-value rather then expression
 new 4c024e5  ignore list update
 new 1115258  comment out cluster pom creation, not ready yet.
 new 3df5598  --userdir instead of -userdir otherwise extra clusters are 
not picked up.
 new d40b381  javadoc spelling fix
 new 5637619  add mojo for creating branding items..
 new 35f07ec  use 5.5 version of netbeans ant tasks, has the corrent 
branding task.
 new 2191b21  use the same expression for branding token as other mojos.
 new bee3683  add goal for running the NetBeans as platform application, 
instead of as an IDE.
 new 3730d3d  update docs
 new 86cec96  update docs
 new a612433  a descriptive message added.
 new 9468e6e  param gets expression
 new 0934179  a descriptive message added.
 new a6f38b1  param gets expression
 new bdab3a9  fix typos
 new d4b66f8  depend of parent version 12
 new d4d9723  [maven-release-plugin] prepare release nbm-maven-plugin-2.4
 new 7b3063b  get ready for 2.5 work
 new ab1cbef  have expressions for location of netbeans userdir
 new ed4d470  add source deployment as well, even though sources are not 
readily available for netbeans IDE in maven format.
 new d3bcca2  minor tweaks
 new 71df2cb  Updated pom parent versions to 14 (ensuring builds are not 
broken by adding dependency when needed)
 new f9df678  just an idea..
 new 11d37a3  upgrade archetype to mojo's archetypeng
 new a48b1e3  have the src/main/java and src/test/java folders always 
created with pre-created package as well.
 new ab37530  add a netbeans platform based application archetype, just a 
first version, not completely working, based on archetypeng..
 new e5d6d91  buildable generated project. a superpom contains a sample 
module and a branding module.
 new 457945f  explicit versioning.
 new d9c67a5  mark the archetypes as ArchetypeNG ones.
 new 6344ebc  mark the archetypes as ArchetypeNG ones.
 new a3a454c  MNBMODULE-8, MNBMODULE-12 - make module descriptor parameter 
optional Add algorithm for automated recognition of module's libraries and 
module's netbeans dependencies (Without relying on descriptor)
 new 0f7efb9  MNBMODULE-10 - fail fast when non-existing NetBeans 
installation folder declared as parameter
 new aeea6e8  MNBMODULE-11 - prevent NPE and warn that wrong artifact 
binary is declared as netbeans module dependency
 new 725d531  identify swing-layout jar by md5 and include it as provided 
dependency to the given module. should simplify setup of many modules..
 new 31559f2  include just the nbms of the modules that are really in the 
reactor
 new 49a902b  identify swing-layout jar by md5 and include it as provided 
dependency to the given module. should simplify setup of many modules..
 new a40d74a  MNBMODULE-12 make sure wrong or missing module descriptor 
files get reported.
 new 780f640  docs documenting upgrade from 2.4 to 2.5 version
 new 81db731  updating documentation to take the 2.5 changes into account..
 new 80c103c  updating documentation - note about ide support and 
archetypes.
 new 

[jira] [Updated] (NETBEANS-1443) Error creating Symfony project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1443:
---
Priority: Major  (was: Critical)

I think this is not critical because it is an assertion error. (i.e. This error 
should not occur in the release version.)

> Error creating Symfony project
> --
>
> Key: NETBEANS-1443
> URL: https://issues.apache.org/jira/browse/NETBEANS-1443
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: php, pull-request-available, symfony2
> Attachments: debian.log, windows.log
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The following error is occurring when I try to finish creating a project with 
> symfony framework 2/3, the error is happening in both Debian and Windows.



--
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-1446) No "Visual Debugging" options

2018-10-18 Thread Aldo Brucale (JIRA)
Aldo Brucale created NETBEANS-1446:
--

 Summary: No "Visual Debugging" options
 Key: NETBEANS-1446
 URL: https://issues.apache.org/jira/browse/NETBEANS-1446
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 10.0
Reporter: Aldo Brucale


*Tools > Options*, select *Java* category, click *Java Debugger* and select 
*Visual Debugging*. The right part of the dialog still shows the previously 
selected category.



--
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-1445) Visual debugger event log not populated

2018-10-18 Thread Aldo Brucale (JIRA)
Aldo Brucale created NETBEANS-1445:
--

 Summary: Visual debugger event log not populated
 Key: NETBEANS-1445
 URL: https://issues.apache.org/jira/browse/NETBEANS-1445
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 10.0
Reporter: Aldo Brucale


Folowing this test case 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/1023/suite/1645/v/1] 
the "Event Log" node doesn't get populated.



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