[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


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

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: [~geertjan] thx for giving me the permission hint. It really seemed the 
update to Big Sur crashed my root permissions.

I changed this and now its working fine.)

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



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

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

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



[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


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

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: # # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Default locations of userdir and cachedir:
# (http://wiki.netbeans.org/FaqWhatIsUserdir)
#
# On Windows ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "\NetBeans" where  is user's
# value of "AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
# and ${DEFAULT_CACHEDIR_ROOT} will be replaced by the launcher
# with "\NetBeans\Cache" where  is user's
# value of "Local AppData" key in Windows Registry under
# "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
#
# On Mac ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/Library/Application Support/NetBeans" and
# ${DEFAULT_CACHEDIR_ROOT} with "~/Library/Caches/NetBeans"
#
# On other systems ${DEFAULT_USERDIR_ROOT} will be replaced by the launcher
# with "~/.netbeans" and ${DEFAULT_CACHEDIR_ROOT} with "~/.cache/netbeans"
#
# You can also use ${HOME} variable which will be replaced with
# user.home JVM system property value. This variable is valid only in
# netbeans_default_userdir and netbeans_default_cachedir properties.
#
# NOTE: If you specify a non-default userdir path on command line
# (--userdir option) and don't specify a cachedir path (--cachedir option),
# cachedir will be in "/var/cache".
#
# Cachedir must be different from userdir. The same cachedir and userdir
# would cause problems.
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/12.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/12.1"

# Options used by NetBeans launcher by default:
# (can be overridden by explicit command line switches)
#
# Note that default -Xmx is selected for you by the JVM automatically.
# You can find these values in var/log/messages.log file in your userdir.
# The automatically selected value can be overridden by specifying -J-Xmx
# here or on the command line.
#
# JDK 11 made GTK 3 default on Linux. Unfortunately it makes
# NetBeans ugly on Linux with the default GTK+ Look and Feel,
# as a workaround -J-Djdk.gtk.version=2.2 has been added to the
# default command line arguments.
# (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
#
netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
-J-Djdk.gtk.version=2.2 -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED 
-J--add-opens=java.base/java.security=ALL-UNNAMED 
-J--add-opens=java.base/java.util=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED 
-J--add-opens=java.desktop/javax.swing=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED 
-J--add-opens=java.desktop/java.awt.event=ALL-UNNAMED 
-J--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED 
-J--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED -J--add-modules=jdk.jshell 
-J--add-exports=java.desktop/sun.awt=ALL-UNNAMED 
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED 
-J--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.swing=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED 
-J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
-J--add-exports=java.management/sun.management=ALL-UNNAMED 
-J--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED 
-J-XX:+IgnoreUnrecognizedVMOptions"

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome 
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut
# based 

[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


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

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: But before updating to Big Sur I didn't have any problem, I used it every 
day.

 

java.lang.RuntimeException: Permission denied

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:194)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:67)

at 
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.init(EquinoxLauncher.java:37)

at org.eclipse.osgi.launch.Equinox.init(Equinox.java:178)

at org.netbeans.modules.netbinox.Netbinox.init(Netbinox.java:63)

at org.netbeans.core.netigso.Netigso.prepare(Netigso.java:145)

at org.netbeans.NetigsoHandle.turnOn(NetigsoHandle.java:115)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1437)

at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)

at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)

at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)

at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)

at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)

at org.netbeans.core.startup.Main.start(Main.java:282)

at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)

at java.base/java.lang.Thread.run(Thread.java:832)

Caused by: java.io.IOException: Permission denied

at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)

at java.base/java.io.File.createTempFile(File.java:2107)

at 
org.eclipse.osgi.storagemanager.StorageManager.initializeInstanceFile(StorageManager.java:188)

at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:708)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:226)

at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:160)

at 
org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:123)

at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:192)

... 16 more

 

 

This is my terminal output.

I also can't open netbeans using the app icon itself in the Application folder, 
it still crashes during startup.)

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



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

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

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



[jira] [Issue Comment Deleted] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Julia W (Jira)


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

Julia W updated NETBEANS-4779:
--
Comment: was deleted

(was: Using the Zip file to execute the bin doesn't work either, it crashes 
with runtime exception.

I also tried to use the --jdkhome command, so netbeans has the right java 
library.

But netbeans only starts when I'm using the *sudo* 
*/Users/User/Downloads/netbeans/bin/netbeans --jdkhome 
/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home*

After this step, I can use Netbeans as usually as I do. ** 

So, is there a fix yet?

 )

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



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

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

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



[jira] [Commented] (NETBEANS-4779) Apache NetBeans cant be installed on Mac OS Big Sur

2020-11-16 Thread Ben (Jira)


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

Ben commented on NETBEANS-4779:
---

I experienced the same issues but have followed all the comments and have a 
working netbeans program now, but that is only though the bin file in the zip 
folder I downloaded. Is there a way to install the application and have that 
work?

Every time I try to run the installer downloaded from the website, it says it 
cannot find a java source. At this point, it's just a matter of convenience to 
click on an icon rather than open up files, find the correct one, and launch it 
through terminal.

> Apache NetBeans cant be installed on Mac OS Big Sur
> ---
>
> Key: NETBEANS-4779
> URL: https://issues.apache.org/jira/browse/NETBEANS-4779
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - installer
>Reporter: John McDonnell
>Assignee: John McDonnell
>Priority: Major
> Fix For: 12.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As part of of the Apache NetBeans 12.1 release, it was found that the current 
> mac os installer doesn't work on Big Sur due to changes in the 
> `/usr/libexec/java_home` script.
> The fix will be to remove the version flag from the installer.



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

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

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



[jira] [Updated] (NETBEANS-5032) update .gitignore to include a few test dirs..

2020-11-16 Thread ASF GitHub Bot (Jira)


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

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

> update .gitignore to include a few test dirs..
> --
>
> Key: NETBEANS-5032
> URL: https://issues.apache.org/jira/browse/NETBEANS-5032
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When one does the following command:
> $ANT_HOME/bin/ant test-platform
> Numerous test related files get created that should be ignored..
> {code:java}
> [bwalker@localhost netbeans]$ git status
> On branch master
> Untracked files:
>   (use "git add ..." to include in what will be committed)
>   
> platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorld.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorldAgent.class
>   platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/bar/
>   
> platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/Something.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/SomethingElse.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/Something.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/SomethingElse.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/dep-on-dep-on-simple/org/baz/SomethingElseAgain.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/depends-on-cyclic-1/org/baz/Whatever.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/depends-on-library-src/org/dol/User.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/depends-on-simple-module/org/bar/SomethingElse.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/api/foo/PublicClass.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/modules/foo/ImplClass.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/fragment-module/org/foo/FragmentContent.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/host-module/org/foo/Something.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/library-src/pkg/subpkg/Something.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/look-for-myself/lookformyself/Loder.class
>   platform/o.n.bootstrap/test/unit/data/jars/patch/pkg/subpkg/B.class
>   platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/A.class
>   platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/B.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/prov-foo/org/prov_foo/Clazz.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/simple-module/org/foo/Something.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesDirectAPI.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesIndirectAPI.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesImplClass.class
>   
> platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesPublicClass.class
> nothing added to commit but untracked files present (use "git add" to track)
> {code}
> This change to .gitignore adds these directories to be ignored..



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

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

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



[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2020-11-16 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-5032
 - update .gitignore to include a few test dirs..

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



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

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

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



[jira] [Created] (NETBEANS-5032) update .gitignore to include a few test dirs..

2020-11-16 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-5032:
-

 Summary: update .gitignore to include a few test dirs..
 Key: NETBEANS-5032
 URL: https://issues.apache.org/jira/browse/NETBEANS-5032
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker


When one does the following command:

$ANT_HOME/bin/ant test-platform

Numerous test related files get created that should be ignored..

{code:java}
[bwalker@localhost netbeans]$ git status
On branch master
Untracked files:
  (use "git add ..." to include in what will be committed)

platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorld.class

platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorldAgent.class
platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/bar/

platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/Something.class

platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/SomethingElse.class

platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/Something.class

platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/SomethingElse.class

platform/o.n.bootstrap/test/unit/data/jars/dep-on-dep-on-simple/org/baz/SomethingElseAgain.class

platform/o.n.bootstrap/test/unit/data/jars/depends-on-cyclic-1/org/baz/Whatever.class

platform/o.n.bootstrap/test/unit/data/jars/depends-on-library-src/org/dol/User.class

platform/o.n.bootstrap/test/unit/data/jars/depends-on-simple-module/org/bar/SomethingElse.class

platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/api/foo/PublicClass.class

platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/modules/foo/ImplClass.class

platform/o.n.bootstrap/test/unit/data/jars/fragment-module/org/foo/FragmentContent.class

platform/o.n.bootstrap/test/unit/data/jars/host-module/org/foo/Something.class

platform/o.n.bootstrap/test/unit/data/jars/library-src/pkg/subpkg/Something.class

platform/o.n.bootstrap/test/unit/data/jars/look-for-myself/lookformyself/Loder.class
platform/o.n.bootstrap/test/unit/data/jars/patch/pkg/subpkg/B.class
platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/A.class
platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/B.class

platform/o.n.bootstrap/test/unit/data/jars/prov-foo/org/prov_foo/Clazz.class

platform/o.n.bootstrap/test/unit/data/jars/simple-module/org/foo/Something.class

platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesDirectAPI.class

platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesIndirectAPI.class

platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesImplClass.class

platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesPublicClass.class

nothing added to commit but untracked files present (use "git add" to track)
{code}

This change to .gitignore adds these directories to be ignored..





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

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

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



[netbeans] branch master updated: Upgrade metro from 2.3.1 to 2.4.4

2020-11-16 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 08977a9  Upgrade metro from 2.3.1 to 2.4.4
 new f3d44fd  Merge pull request #2526 from pepness/metro-2.4.4
08977a9 is described below

commit 08977a941525a8977a3b94ca9728cb9e0fdd32b4
Author: Jose Contreras 
AuthorDate: Sat Aug 15 22:43:14 2020 -0500

Upgrade metro from 2.3.1 to 2.4.4
---
 enterprise/websvc.metro.lib/external/binaries-list |  20 +-
 .../external/metro-2.0-license.txt | 406 -
 .../external/metro-2.4.4-license.txt   |  35 ++
 .../websvc.metro.lib/nbproject/project.properties  |  23 +-
 .../modules/websvc/metro/lib/Bundle.properties |   6 +-
 .../netbeans/modules/websvc/metro/lib/metro.xml|  10 +-
 6 files changed, 65 insertions(+), 435 deletions(-)

diff --git a/enterprise/websvc.metro.lib/external/binaries-list 
b/enterprise/websvc.metro.lib/external/binaries-list
index d582095..11d6e9b 100644
--- a/enterprise/websvc.metro.lib/external/binaries-list
+++ b/enterprise/websvc.metro.lib/external/binaries-list
@@ -14,13 +14,13 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-3B8B390A393F10C62E12F996587300ECEF26D28A 
org.glassfish.metro:webservices-api:2.3.1
-9CFABDBB1F6EDBC1AE2916D2BA1F738981DE08B7 
org.glassfish.metro:webservices-extra:2.3.1
-259279ECB6920CE2186843F9F67858DC324323A3 
org.glassfish.metro:webservices-extra-api:2.3.1
-1D8E531F46CA89B33AE52FAA0B26635905018A2F 
org.glassfish.metro:webservices-rt:2.3.1
-83EB6E44F85D7308F9401829AF73330240A8C578 
org.glassfish.metro:webservices-tools:2.3.1
-F5BA7064C158139EF8CEE3B7EC082FB3CE4FD34A 
org.glassfish.metro:webservices-api:2.3.1:javadoc
-0299872063EEFBDF5A39677ED96C744266F0AA81 
org.glassfish.metro:webservices-extra:2.3.1:javadoc
-5F47E4BE63487869DF2C10ABDBD1F626512890B9 
org.glassfish.metro:webservices-extra-api:2.3.1:javadoc
-E128FBBA080246E05016398FD79FFFEF079C95CB 
org.glassfish.metro:webservices-rt:2.3.1:javadoc
-6203D4C5456B8B003A81AFB97954A8818A886444 
org.glassfish.metro:webservices-tools:2.3.1:javadoc
+5AC4C523E54635598BEA4AE2E022B6AAEB0EF033 
org.glassfish.metro:webservices-api:2.4.4
+D4B7C3207D05825E189E59943857FE56DFD77A65 
org.glassfish.metro:webservices-extra:2.4.4
+96BDAE9907C1E75B0271C0E076D3D0F8330F7EF9 
org.glassfish.metro:webservices-extra-api:2.4.4
+1DBCB66DC136E51536C92DC8C510888B853F6A34 
org.glassfish.metro:webservices-rt:2.4.4
+339CBADE626F7C4B6DB3AD3B243A6E076579E8A7 
org.glassfish.metro:webservices-tools:2.4.4
+741C18AA0D8349936C06A9D829750EB940105EB1 
org.glassfish.metro:webservices-api:2.4.4:javadoc
+B4CCA91692603CE46234A8B6974E31746B78451C 
org.glassfish.metro:webservices-extra:2.4.4:javadoc
+76CDDDC0CC849450124BFCB11954145C95B64B36 
org.glassfish.metro:webservices-extra-api:2.4.4:javadoc
+B4BE508CDFC0E0BA9DE8E26C16D97CC4F145C96E 
org.glassfish.metro:webservices-rt:2.4.4:javadoc
+40CC537B25BC564E4CDA3D8E99C90DCBCB1D2A29 
org.glassfish.metro:webservices-tools:2.4.4:javadoc
diff --git a/enterprise/websvc.metro.lib/external/metro-2.0-license.txt 
b/enterprise/websvc.metro.lib/external/metro-2.0-license.txt
deleted file mode 100644
index 39c36ae..000
--- a/enterprise/websvc.metro.lib/external/metro-2.0-license.txt
+++ /dev/null
@@ -1,406 +0,0 @@
-Name: METRO
-Version: 2.0
-Description: METRO
-License: CDDL-1.1
-Origin: Oracle (https://javaee.github.io/metro/)
-Files: webservices-api-2.3.1.jar, webservices-extra-2.3.1.jar, 
webservices-extra-api-2.3.1.jar, webservices-rt-2.3.1.jar, 
webservices-tools-2.3.1.jar, webservices-api-2.3.1-javadoc.jar, 
webservices-extra-2.3.1-javadoc.jar, webservices-extra-api-2.3.1-javadoc.jar, 
webservices-rt-2.3.1-javadoc.jar, webservices-tools-2.3.1-javadoc.jar
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-1. Definitions.
-
-1.1. "Contributor" means each individual or entity that
-creates or contributes to the creation of Modifications.
-
-1.2. "Contributor Version" means the combination of the
-Original Software, prior Modifications used by a
-Contributor (if any), and the Modifications made by that
-particular Contributor.
-
-1.3. "Covered Software" means (a) the Original Software, or
-(b) Modifications, or (c) the combination of files
-containing Original Software with files containing
-Modifications, in each case including portions thereof.
-
-1.4. "Executable" means the Covered Software in any form
-other than Source Code.
-
-1.5. "Initial Developer" means the individual or entity
-that first makes Original Software available under this
-License.
-
-1.6. "Larger Work" means a work which combines Covered
-Software or portions thereof with code not governed by the
-terms of this License.
-
-1.7. "License" means this document.
-
-1.8. 

[jira] [Closed] (NETBEANS-4925) cleanup Map raw type warnings..

2020-11-16 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-4925.
-
Fix Version/s: 12.2
   Resolution: Fixed

Fixed and Integrated..

> cleanup Map raw type warnings..
> ---
>
> Key: NETBEANS-4925
> URL: https://issues.apache.org/jira/browse/NETBEANS-4925
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.2
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Hey, it's me again.. The Netbeans Rust Remover..
> There are a bunch of warnings related to raw type usage of the Map interface..
>[repeat] 
> /home/bwalker/src/netbeans/enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java:170:
>  warning: [rawtypes] found raw type: Map
>[repeat] Map result;
>[repeat] ^
>[repeat]   missing type arguments for generic class Map
>[repeat]   where K,V are type-variables:
>[repeat] K extends Object declared in interface Map
>[repeat] V extends Object declared in interface Map
> This change cleans some of this up..



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

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

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



[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2020-11-16 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-5031
 - remove use of deprecated APIs in MiniEdit.java

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



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

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

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



[jira] [Updated] (NETBEANS-5031) remove use of deprecated APIs in MiniEdit.java

2020-11-16 Thread Brad Walker (Jira)


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

Brad Walker updated NETBEANS-5031:
--
Summary: remove use of deprecated APIs in MiniEdit.java  (was: remove use 
of deprecated APIs)

> remove use of deprecated APIs in MiniEdit.java
> --
>
> Key: NETBEANS-5031
> URL: https://issues.apache.org/jira/browse/NETBEANS-5031
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I'm trying to remove the use of a deprecated API that hinders updating the 
> Java version.
> MiniEdit.java uses a really old deprecated API. This API prevents us from 
> upgrade the Java source version in the project properties file.
> So step #1 is to remove the use of the old deprecated API.



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

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

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



[jira] [Updated] (NETBEANS-5031) remove use of deprecated APIs

2020-11-16 Thread ASF GitHub Bot (Jira)


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

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

> remove use of deprecated APIs
> -
>
> Key: NETBEANS-5031
> URL: https://issues.apache.org/jira/browse/NETBEANS-5031
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I'm trying to remove the use of a deprecated API that hinders updating the 
> Java version.
> MiniEdit.java uses a really old deprecated API. This API prevents us from 
> upgrade the Java source version in the project properties file.
> So step #1 is to remove the use of the old deprecated API.



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

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

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



[jira] [Created] (NETBEANS-5031) remove use of deprecated APIs

2020-11-16 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-5031:
-

 Summary: remove use of deprecated APIs
 Key: NETBEANS-5031
 URL: https://issues.apache.org/jira/browse/NETBEANS-5031
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker


I'm trying to remove the use of a deprecated API that hinders updating the Java 
version.

MiniEdit.java uses a really old deprecated API. This API prevents us from 
upgrade the Java source version in the project properties file.

So step #1 is to remove the use of the old deprecated API.



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

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

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



[jira] [Updated] (NETBEANS-2888) Project Context Path problem for Java Maven Web Application

2020-11-16 Thread jose luis romero (Jira)


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

jose luis romero updated NETBEANS-2888:
---
Affects Version/s: 12.0

> Project Context Path problem for Java Maven Web Application
> ---
>
> Key: NETBEANS-2888
> URL: https://issues.apache.org/jira/browse/NETBEANS-2888
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project, javaee - 
> Maven, javaee - Web Project
>Affects Versions: 11.0, 12.0, 11.1
> Environment: Netbeans 11.1 with Java 8 or 11 (Windows 10 64 bit),
> Eclipse GlassFish 5.1 or Payara app server for project app deployment
>Reporter: SergeyT
>Assignee: Josh Juneau
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: ctx_path_webapp.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> There is no possibility to save/change the Project property -> Run for Java 
> Maven Web Application: Context Path (see attach)
> The context path in NB11.1 is always the same as the name of the project and 
> cannot be changed.
>  
> Environment: JDK 64-Bit Server VM 8 or 11



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

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

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



[jira] [Reopened] (NETBEANS-2888) Project Context Path problem for Java Maven Web Application

2020-11-16 Thread jose luis romero (Jira)


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

jose luis romero reopened NETBEANS-2888:


This bug is present in NB 12.0, W10

> Project Context Path problem for Java Maven Web Application
> ---
>
> Key: NETBEANS-2888
> URL: https://issues.apache.org/jira/browse/NETBEANS-2888
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project, javaee - 
> Maven, javaee - Web Project
>Affects Versions: 11.0, 11.1
> Environment: Netbeans 11.1 with Java 8 or 11 (Windows 10 64 bit),
> Eclipse GlassFish 5.1 or Payara app server for project app deployment
>Reporter: SergeyT
>Assignee: Josh Juneau
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: ctx_path_webapp.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> There is no possibility to save/change the Project property -> Run for Java 
> Maven Web Application: Context Path (see attach)
> The context path in NB11.1 is always the same as the name of the project and 
> cannot be changed.
>  
> Environment: JDK 64-Bit Server VM 8 or 11



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

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

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



[jira] [Commented] (NETBEANS-4092) package.json icon is to big

2020-11-16 Thread Eirik Bakke (Jira)


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

Eirik Bakke commented on NETBEANS-4092:
---

The SVG loading support was added later, so now, when ImageLoader is asked to 
load "someicon.png", it looks for "someicon.svg" first, and loads the SVG 
instead if available. I thought I went through all the SVG files to verify 
their sizes matches their corresponding PNG files, but I think I got this one 
wrong.

> package.json icon is to big
> ---
>
> Key: NETBEANS-4092
> URL: https://issues.apache.org/jira/browse/NETBEANS-4092
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Projects UI
>Affects Versions: 11.2, 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Projekte\Netbeans Plugins\MinifierBeans\build\testuserdir
> Cache directory: C:\Projekte\Netbeans 
> Plugins\MinifierBeans\build\testuserdir\var\cache
>Reporter: Christian Lenz
>Priority: Major
> Attachments: image-2020-03-31-14-40-41-931.png, 
> image-2020-03-31-14-41-47-408.png
>
>
> In my current IDE 11.1 there is no problem with the npm icon for the 
> package.json file. You can see it in this my attached file  
> image-2020-03-31-14-43-07-177.png. it is 16x16 px small. When I use 11.3 the 
> icon is bigger see image-2020-03-31-14-40-41-931. I also tested ith with 11.2 
> and there is the same problem. So smth changed from 11.1 to 11.2 with icons 
> or HiDPI maybe?
> Steps to reprocuce:
> * open a project with a package.json file
> * open the tree nodes in the project view to see the package.json file
> * Icon is to big.
> Both IDEs are running on JDK 9.0.4, same PC (Surface Book 1 with HiDPI 
> resolution)



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

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

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