[netbeans] annotated tag 11.1 updated (d9ec4e5 -> 1142ada)

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

neilcsmith pushed a change to annotated tag 11.1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.1 was modified! ***

from d9ec4e5  (commit)
  to 1142ada  (tag)
 tagging d9ec4e569177f19413439e1775707928cc93e1a5 (commit)
 replaces 11.1-vc1
  by Neil C Smith
  on Sat Jul 20 15:24:19 2019 +0100

- Log -
Apache NetBeans 11.1
---


No new revisions were added by this update.

Summary of changes:


-
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-2874) app.conf + launcher does not work on OSX

2019-07-20 Thread Steven Yi (JIRA)
Steven Yi created NETBEANS-2874:
---

 Summary: app.conf + launcher does not work on OSX
 Key: NETBEANS-2874
 URL: https://issues.apache.org/jira/browse/NETBEANS-2874
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Harness
Affects Versions: 11.0
 Environment: OSX
Reporter: Steven Yi


Building an NB platform application using Ant with Netbeans 11.0, I found that 
the generated .app when using build-mac does not run correctly. It appears to 
me that the cause is that the application's executable script (copied from 
harness) has this code:

case "`uname`" in
 Darwin*)
 userdir="${default_mac_userdir}"
 ;;
 *)
 userdir="${default_userdir}"
 ;;
esac

 

while the app.conf that is copied from the harness only has default_userdir 
defined:

default_userdir="${DEFAULT_USERDIR_ROOT}/dev"

 

The userdir gets set to the $PWD if launched from commandline, but I think set 
to ""  when the .app is double-clicked. 

I modified my build to append:

 

default_mac_userdir="${DEFAULT_USERDIR_ROOT}/dev"

 

to the copied app.conf and that seems to work, but I am unsure what the 
intention of the default_mac_userdir is and if that conditional code shouldn't 
be removed from the default executable shell script for platform apps. 

 

 



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

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

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



[jira] [Updated] (NETBEANS-2873) Suggest using combined assignment operators

2019-07-20 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2873:
---
Summary: Suggest using combined assignment operators  (was: Suggest 
converting to combined assignment operators)

> Suggest using combined assignment operators
> ---
>
> Key: NETBEANS-2873
> URL: https://issues.apache.org/jira/browse/NETBEANS-2873
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> e.g. 
> {code:php}
> // ??
> $string = $string ?? "value"; // before
> $string ??= "value"; // after
> // +
> $x = $x + 100; // before
> $x += 100; // after{code}
>  



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

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

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



svn commit: r34949 - /dev/netbeans/netbeans-platform/11.1-vc2/ /dev/netbeans/netbeans/11.1-vc2/ /release/netbeans/netbeans-platform/ /release/netbeans/netbeans-platform/11.1/ /release/netbeans/netbean

2019-07-20 Thread neilcsmith
Author: neilcsmith
Date: Sat Jul 20 14:16:56 2019
New Revision: 34949

Log:
Apache NetBeans 11.1

Added:
release/netbeans/netbeans-platform/
release/netbeans/netbeans-platform/11.1/
  - copied from r34948, dev/netbeans/netbeans-platform/11.1-vc2/
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-bin.zip
  - copied unchanged from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-bin.zip
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-bin.zip.asc
  - copied unchanged from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-bin.zip.asc

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-bin.zip.sha512
  - copied, changed from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-bin.zip.sha512
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-source.zip
  - copied unchanged from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-source.zip

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-source.zip.asc
  - copied unchanged from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-source.zip.asc

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-source.zip.sha512
  - copied, changed from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-source.zip.sha512
release/netbeans/netbeans/11.1/
  - copied from r34948, dev/netbeans/netbeans/11.1-vc2/
release/netbeans/netbeans/11.1/netbeans-11.1-bin.zip
  - copied unchanged from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-bin.zip
release/netbeans/netbeans/11.1/netbeans-11.1-bin.zip.asc
  - copied unchanged from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-bin.zip.asc
release/netbeans/netbeans/11.1/netbeans-11.1-bin.zip.sha512
  - copied, changed from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-bin.zip.sha512
release/netbeans/netbeans/11.1/netbeans-11.1-source.zip
  - copied unchanged from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-source.zip
release/netbeans/netbeans/11.1/netbeans-11.1-source.zip.asc
  - copied unchanged from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-source.zip.asc
release/netbeans/netbeans/11.1/netbeans-11.1-source.zip.sha512
  - copied, changed from r34896, 
dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-source.zip.sha512
Removed:
dev/netbeans/netbeans-platform/11.1-vc2/
dev/netbeans/netbeans/11.1-vc2/
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-bin.zip

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-bin.zip.asc

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-bin.zip.sha512

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-source.zip

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-source.zip.asc

release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-vc2-source.zip.sha512
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-bin.zip
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-bin.zip.asc
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-bin.zip.sha512
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-source.zip
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-source.zip.asc
release/netbeans/netbeans/11.1/netbeans-11.1-vc2-source.zip.sha512

Copied: 
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-bin.zip.sha512 
(from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-bin.zip.sha512)
==
--- 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-bin.zip.sha512
 (original)
+++ 
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-bin.zip.sha512 
Sat Jul 20 14:16:56 2019
@@ -1 +1 @@
-68bbb61209a277794deb2460a2c1006e382c968c696b18d34c821ac7c8b5f4d78c952715d25f97c2a6a2c3fa863cd1799e0873374b9a18a9e2ab7272d294dcea
  ./netbeans-platform-11.1-vc2-bin.zip
+68bbb61209a277794deb2460a2c1006e382c968c696b18d34c821ac7c8b5f4d78c952715d25f97c2a6a2c3fa863cd1799e0873374b9a18a9e2ab7272d294dcea
  ./netbeans-platform-11.1-bin.zip

Copied: 
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-source.zip.sha512
 (from r34896, 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-source.zip.sha512)
==
--- 
dev/netbeans/netbeans-platform/11.1-vc2/netbeans-platform-11.1-vc2-source.zip.sha512
 (original)
+++ 
release/netbeans/netbeans-platform/11.1/netbeans-platform-11.1-source.zip.sha512
 Sat Jul 20 14:16:56 2019
@@ -1 +1 @@
-55272af418f745865a4d084eeaafe81e63c01243c4de6350f68724c95f649bf6fe5a3af6f3099f3d2dbfbe1ea2905a4ef5a3ccfe19c057f6dccd46aad10e298c
  

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

2019-07-20 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/netbeans-website.git


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

commit c9b50f93bab6e356935a9955b962f46816c0ff1a
Author: jenkins 
AuthorDate: Sat Jul 20 18:05:43 2019 +

Automated site publishing by Jenkins build 862
---
 content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index ae7c16a..86e1abc 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -5,7 +5,7 @@ Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbe
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
-Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.1/
 Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues


-
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-2870) A java.lang.AssertionError exception has occurred

2019-07-20 Thread jose luis romero (JIRA)


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

jose luis romero updated NETBEANS-2870:
---
Description: 
After pressing CTRL SPACE to get the list on autocomplete on

TitularMutual tm = controller.; //between doc and semicolon

I select one to complete the method name and nothing happens, like if I were 
pressed ESC instead.

If I resolve the uncaught exception in the next line (below), the autocomplete 
works fine

Complete code case:

for (Titulares t : tt)

{   TitularMutual tm = controller.;   int plan = contr.determinarPlan(t, tm); 
//on this line, there is an unreported excep to be catched 
planes.get(plan).add(t); }

  was:
After pressing CTRL SPACE to get the list on autocomplete on

TitularMutual tm = controller.; //between doc and semicolon

I select one to complete the method name and nothing happens, like if I were 
pressed ESC instead.

If I resolve the uncaught exception, the autocomplete works fine

Complete code case:

for (Titulares t : tt)

{   TitularMutual tm = controller.;   int plan = contr.determinarPlan(t, tm); 
//on this line, there is an unreported excep to be catched 
planes.get(plan).add(t); }


> A java.lang.AssertionError exception has occurred
> -
>
> Key: NETBEANS-2870
> URL: https://issues.apache.org/jira/browse/NETBEANS-2870
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: jose luis romero
>Priority: Major
> Attachments: messages.log
>
>
> After pressing CTRL SPACE to get the list on autocomplete on
> TitularMutual tm = controller.; //between doc and semicolon
> I select one to complete the method name and nothing happens, like if I were 
> pressed ESC instead.
> If I resolve the uncaught exception in the next line (below), the 
> autocomplete works fine
> Complete code case:
> for (Titulares t : tt)
> {   TitularMutual tm = controller.;   int plan = contr.determinarPlan(t, tm); 
> //on this line, there is an unreported excep to be catched 
> planes.get(plan).add(t); }



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

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

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



[jira] [Updated] (NETBEANS-2873) Suggest converting to combined assignment operators

2019-07-20 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2873:
---
Description: 
e.g. 
{code:php}
// ??
$string = $string ?? "value"; // before
$string ??= "value"; // after

// +
$x = $x + 100; // before
$x += 100; // after{code}
 

  was:
e.g. 
{code}
// ??
$string = $string ?? "value"; // before
$string ??= "value"; // after

// +
$x = $x + 100; // before
$x += 100; // after{code}
 


> Suggest converting to combined assignment operators
> ---
>
> Key: NETBEANS-2873
> URL: https://issues.apache.org/jira/browse/NETBEANS-2873
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> e.g. 
> {code:php}
> // ??
> $string = $string ?? "value"; // before
> $string ??= "value"; // after
> // +
> $x = $x + 100; // before
> $x += 100; // after{code}
>  



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

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

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



[jira] [Created] (NETBEANS-2873) Suggest converting to combined assignment operators

2019-07-20 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-2873:
--

 Summary: Suggest converting to combined assignment operators
 Key: NETBEANS-2873
 URL: https://issues.apache.org/jira/browse/NETBEANS-2873
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


e.g. 
{code}
// ??
$string = $string ?? "value"; // before
$string ??= "value"; // after

// +
$x = $x + 100; // before
$x += 100; // after{code}
 



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

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

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



[jira] [Updated] (NETBEANS-2875) Enterprise Catalog references broken

2019-07-20 Thread Pete Whelpton (JIRA)


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

Pete Whelpton updated NETBEANS-2875:

Description: 
As reported by Thomas Kellerer on the Dev mailing list, XML files validated by 
schema in the Enterprise Catalog are failing to validate again in 11.1

I believe this is because my commit to fix this (d172c20), was accidentally 
regressed.

 

*EnterpriseCatalog.java*

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/dd/impl/resources/"; //NO18N}}

 

got regressed back to:

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/ddloaders/catalog/resources/"; //NO18N}}

 

but the XSD files don't exist in that location anymore, hence the validation 
errors.

 

*Steps to replicate:*

1) Create a new Maven Web Application project.  Choose JavaEE7

2) Create a Standard Deployment Descriptor file (web.xml)

3) Netbeans will show a red X next to the web.xml node in Project explorer

4) Right clicking in the Editor for the web.xml file and choosing "Validate" 
will result in an XML validation error

 

 

 

  was:
As reported by Thomas Kellerer on the Dev mailing list, XML files validated by 
schema in the Enterprise Catalog are failing to validate again in 11.1

I believe this is because my commit to fix this (d172c20), was accidentally 
regressed.

 

*EnterpriseCatalog.java*

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/dd/impl/resources/"; //NO18N }}

 

got regressed back to:

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/ddloaders/catalog/resources/"; //NO18N}}

 

but the XSD files don't exist in that location anymore, hence the validation 
errors.

 

*Steps to replicate:*

1) Create a new Maven Web Application project.  Choose JavaEE7

2) Create a Standard Deployment Descriptor file (web.xml)

3) Netbeans will show a red X next to the web.xml node in Project explorer

4) Right clicking in the Editor for the web.xml file and choosing "Validate" 
will result in an XML validation error

 

 

 


> Enterprise Catalog references broken
> 
>
> Key: NETBEANS-2875
> URL: https://issues.apache.org/jira/browse/NETBEANS-2875
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Pete Whelpton
>Priority: Minor
>
> As reported by Thomas Kellerer on the Dev mailing list, XML files validated 
> by schema in the Enterprise Catalog are failing to validate again in 11.1
> I believe this is because my commit to fix this (d172c20), was accidentally 
> regressed.
>  
> *EnterpriseCatalog.java*
> {{private static final String RESOURCE_PATH = 
> "nbres:/org/netbeans/modules/j2ee/dd/impl/resources/"; //NO18N}}
>  
> got regressed back to:
> {{private static final String RESOURCE_PATH = 
> "nbres:/org/netbeans/modules/j2ee/ddloaders/catalog/resources/"; //NO18N}}
>  
> but the XSD files don't exist in that location anymore, hence the validation 
> errors.
>  
> *Steps to replicate:*
> 1) Create a new Maven Web Application project.  Choose JavaEE7
> 2) Create a Standard Deployment Descriptor file (web.xml)
> 3) Netbeans will show a red X next to the web.xml node in Project explorer
> 4) Right clicking in the Editor for the web.xml file and choosing "Validate" 
> will result in an XML validation error
>  
>  
>  



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

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

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



[jira] [Created] (NETBEANS-2875) Enterprise Catalog references broken

2019-07-20 Thread Pete Whelpton (JIRA)
Pete Whelpton created NETBEANS-2875:
---

 Summary: Enterprise Catalog references broken
 Key: NETBEANS-2875
 URL: https://issues.apache.org/jira/browse/NETBEANS-2875
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Pete Whelpton


As reported by Thomas Kellerer on the Dev mailing list, XML files validated by 
schema in the Enterprise Catalog are failing to validate again in 11.1

I believe this is because my commit to fix this (d172c20), was accidentally 
regressed.

 

*EnterpriseCatalog.java*

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/dd/impl/resources/"; //NO18N }}

 

got regressed back to:

{{private static final String RESOURCE_PATH = 
"nbres:/org/netbeans/modules/j2ee/ddloaders/catalog/resources/"; //NO18N}}

 

but the XSD files don't exist in that location anymore, hence the validation 
errors.

 

*Steps to replicate:*

1) Create a new Maven Web Application project.  Choose JavaEE7

2) Create a Standard Deployment Descriptor file (web.xml)

3) Netbeans will show a red X next to the web.xml node in Project explorer

4) Right clicking in the Editor for the web.xml file and choosing "Validate" 
will result in an XML validation error

 

 

 



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

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

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



[netbeans-website] branch master updated: Update .htaccess with NB 11.1 release UC.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 6df715b  Update .htaccess with NB 11.1 release UC.
6df715b is described below

commit 6df715bada67a19e2eaee45334c91f117d6f4d4e
Author: Neil C Smith 
AuthorDate: Sat Jul 20 19:01:14 2019 +0100

Update .htaccess with NB 11.1 release UC.
---
 netbeans.apache.org/src/content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index ae7c16a..86e1abc 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -5,7 +5,7 @@ Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbe
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
-Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.1/
 Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues


-
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-2876) IOExceptio if npm project is cloned and HTML5 is not activated

2019-07-20 Thread Ruslan Lopez Carro (JIRA)
Ruslan Lopez Carro created NETBEANS-2876:


 Summary: IOExceptio if npm project is cloned and HTML5 is not 
activated
 Key: NETBEANS-2876
 URL: https://issues.apache.org/jira/browse/NETBEANS-2876
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Node.js, web - HTML Project
Affects Versions: 11.0
Reporter: Ruslan Lopez Carro


The work around is to *close* the project. Go to *Tools > Options* and click on 
the *HTML/JS* tab to activate HTML5 modules, and then proced to reopen the 
project.

 

Issue part on the log:

 
{code:java}
java.io.IOException: Cannot find project convertor for C:\Users\Ivana Martinez 
C\Documents\NetBeansProjects\ant-design@3b9b3e54:1b10b0fd
at 
org.netbeans.modules.ide.ergonomics.fod.FeatureProjectConvertor$Factory.call(FeatureProjectConvertor.java:77)
at 
org.netbeans.modules.ide.ergonomics.fod.FeatureProjectConvertor$Factory.call(FeatureProjectConvertor.java:53)
at 
org.netbeans.spi.project.ui.ProjectConvertor$Result.createProject(ProjectConvertor.java:118)
at 
org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$1.run(ProjectConvertorFactory.java:243)
at 
org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$1.run(ProjectConvertorFactory.java:237)
at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:229)
at org.openide.util.Mutex.writeAccess(Mutex.java:274)
at 
org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject.createProject(ProjectConvertorFactory.java:237)
at 
org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject.access$700(ProjectConvertorFactory.java:148)
[catch] at 
org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$OpenHook.projectOpened(ProjectConvertorFactory.java:283)
at 
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
at 
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
at 
org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1354)
at 
org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:798)
at 
org.netbeans.modules.project.ui.OpenProjectList$6.run(OpenProjectList.java:650)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}
 



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

-
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-2876) IOException if npm project is cloned and HTML5 is not activated

2019-07-20 Thread Ruslan Lopez Carro (JIRA)


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

Ruslan Lopez Carro updated NETBEANS-2876:
-
Summary: IOException if npm project is cloned and HTML5 is not activated  
(was: IOExceptio if npm project is cloned and HTML5 is not activated)

> IOException if npm project is cloned and HTML5 is not activated
> ---
>
> Key: NETBEANS-2876
> URL: https://issues.apache.org/jira/browse/NETBEANS-2876
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js, web - HTML Project
>Affects Versions: 11.0
>Reporter: Ruslan Lopez Carro
>Priority: Minor
> Attachments: IDE.log, gestures.xml
>
>
> The work around is to *close* the project. Go to *Tools > Options* and click 
> on the *HTML/JS* tab to activate HTML5 modules, and then proced to reopen the 
> project.
>  
> Issue part on the log:
>  
> {code:java}
> java.io.IOException: Cannot find project convertor for C:\Users\Ivana 
> Martinez C\Documents\NetBeansProjects\ant-design@3b9b3e54:1b10b0fd
> at 
> org.netbeans.modules.ide.ergonomics.fod.FeatureProjectConvertor$Factory.call(FeatureProjectConvertor.java:77)
> at 
> org.netbeans.modules.ide.ergonomics.fod.FeatureProjectConvertor$Factory.call(FeatureProjectConvertor.java:53)
> at 
> org.netbeans.spi.project.ui.ProjectConvertor$Result.createProject(ProjectConvertor.java:118)
> at 
> org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$1.run(ProjectConvertorFactory.java:243)
> at 
> org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$1.run(ProjectConvertorFactory.java:237)
> at 
> org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:229)
> at org.openide.util.Mutex.writeAccess(Mutex.java:274)
> at 
> org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject.createProject(ProjectConvertorFactory.java:237)
> at 
> org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject.access$700(ProjectConvertorFactory.java:148)
> [catch] at 
> org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory$ConvertorProject$OpenHook.projectOpened(ProjectConvertorFactory.java:283)
> at 
> org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> at 
> org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> at 
> org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1354)
> at 
> org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:798)
> at 
> org.netbeans.modules.project.ui.OpenProjectList$6.run(OpenProjectList.java:650)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
>  



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

-
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-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-20 Thread Peter (JIRA)


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

Peter updated NETBEANS-2872:

Attachment: log.txt

> error: Source option 6 is no longer supported. Use 7 or later
> -
>
> Key: NETBEANS-2872
> URL: https://issues.apache.org/jira/browse/NETBEANS-2872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Attachments: log.txt
>
>
> Build netbeans with jdk1.8.0_211 error:
>  
> compile:
>  [nb-javac] Compiling 45 source files to 
> /Users/peter/workspace/netbeans/platform/openide.util/build/classes
>    [repeat] error: Source option 6 is no longer supported. Use 7 or later.
>    [repeat] error: Target option 6 is no longer supported. Use 7 or later.
>   [nbmerge] Failed to build target: all-openide.util
>  
> BUILD FAILED
> /Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
> failed; see the compiler error output for details.



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

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

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



[jira] [Commented] (NETBEANS-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-20 Thread Peter (JIRA)


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

Peter commented on NETBEANS-2872:
-

 Dear Geertjan

   I am using ant 1.10.6, attached the full log. [^log.txt]

/Users/peter/workspace/netbeans>cat nbbuild/user.build.properties 

nbjdk.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home

 

thanks

> error: Source option 6 is no longer supported. Use 7 or later
> -
>
> Key: NETBEANS-2872
> URL: https://issues.apache.org/jira/browse/NETBEANS-2872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Attachments: log.txt
>
>
> Build netbeans with jdk1.8.0_211 error:
>  
> compile:
>  [nb-javac] Compiling 45 source files to 
> /Users/peter/workspace/netbeans/platform/openide.util/build/classes
>    [repeat] error: Source option 6 is no longer supported. Use 7 or later.
>    [repeat] error: Target option 6 is no longer supported. Use 7 or later.
>   [nbmerge] Failed to build target: all-openide.util
>  
> BUILD FAILED
> /Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
> failed; see the compiler error output for details.



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

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

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