[jira] [Reopened] (NETBEANS-2980) NPE when opening file

2019-09-09 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reopened NETBEANS-2980:
---

> NPE when opening file
> -
>
> Key: NETBEANS-2980
> URL: https://issues.apache.org/jira/browse/NETBEANS-2980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Shevek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Open a project.
> Don't have the dependent project(s) open.
> Press ^1, ^O, type a class name.
> Get this:
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.getPackageOf(ImportAnalysis2.java:393)
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.resolveImport(ImportAnalysis2.java:310)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:475)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2203)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:135)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:144)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:595)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:335)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:74)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:818)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:198)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:545)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:322)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:599)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:867)
>   at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:899)
>   at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1326)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>   

[jira] [Resolved] (NETBEANS-97) Improve java source reformatting of try and synchronized blocks with control structures

2019-09-09 Thread mike duigou (Jira)


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

mike duigou resolved NETBEANS-97.
-
Fix Version/s: 11.2
   Resolution: Fixed

> Improve java source reformatting of try and synchronized blocks with control 
> structures
> ---
>
> Key: NETBEANS-97
> URL: https://issues.apache.org/jira/browse/NETBEANS-97
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 9.0
>Reporter: mike duigou
>Assignee: mike duigou
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> This issue recreates [https://netbeans.org/bugzilla/show_bug.cgi?id=269050 
> Netbeans bug 269050]. New bug database, new hope for integration!
> Currently the java source reformatter (java.source.base 
> org.netbeans.modules.java.source.save.Reformatter) does not treat try and 
> synchronized blocks as blocks when it encounters them with control 
> structures. So
> {code:java}
> if (foo == bar) try {
>baz();
> } catch (Exception all) {
>log.();
> }
> {code}
> is reformatted as :
> {code:java}
> if (foo == bar) {
>   try {
> baz();
>   } catch (Exception all) {
> log.();
>   }
> }
> {code}
> The additional added basic block layer is not needed as the try is already a 
> block. The same applies for a synchronized block as well.
> {code:java}
> if (foo == bar) synchronized(quux) {
>baz();
> }
> {code}
> is currently reformatted as :
> {code:java}
> if (foo == bar) {
>   synchronized(quux) {
> baz();
>   }
> }
> {code}
> In addition to "if/else" this formatting all affects other control structures 
> such as "for", "for-each" and "while".
> Line breaks are preserved so existing source 
> {code:java}
> if (foo == bar) {
>   synchronized(quux) {
> baz();
>   }
> }
> {code}
> will be reformatted with line breaks intact--only the braces will be removed 
> {code:java}
> if (foo == bar) 
>   synchronized(quux) {
> baz();
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2980) NPE when opening file

2019-09-09 Thread Jeffrey Morlan (Jira)


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

Jeffrey Morlan commented on NETBEANS-2980:
--

The PR did not fix this bug - in the latest development build I still get an 
NPE, just further down in the resolveImport method:

java.lang.NullPointerException
at 
org.netbeans.modules.java.source.pretty.ImportAnalysis2.resolveImport(ImportAnalysis2.java:351)
at 
org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:475)
at 
org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:74)
at 
com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2203)


> NPE when opening file
> -
>
> Key: NETBEANS-2980
> URL: https://issues.apache.org/jira/browse/NETBEANS-2980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Shevek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Open a project.
> Don't have the dependent project(s) open.
> Press ^1, ^O, type a class name.
> Get this:
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.getPackageOf(ImportAnalysis2.java:393)
>   at 
> org.netbeans.modules.java.source.pretty.ImportAnalysis2.resolveImport(ImportAnalysis2.java:310)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:475)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitMemberSelect(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2203)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:135)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translateClassRef(ImmutableTreeTranslator.java:144)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:595)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:335)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitClass(ImmutableTreeTranslator.java:74)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:818)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:198)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.rewriteChildren(ImmutableTreeTranslator.java:545)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:322)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.visitCompilationUnit(ImmutableTreeTranslator.java:74)
>   at 
> com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:599)
>   at 
> org.netbeans.modules.java.source.transform.ImmutableTreeTranslator.translate(ImmutableTreeTranslator.java:123)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:871)
>   at 
> org.netbeans.api.java.source.WorkingCopy$5.translate(WorkingCopy.java:867)
>   at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:899)
>   at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1326)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> 

[jira] [Commented] (NETBEANS-925) slowness, just starting netbeans, log added in description

2019-09-09 Thread Eduard Drenth (Jira)


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

Eduard Drenth commented on NETBEANS-925:


That's a while ago...still looking at netbeans every now and then, for years I 
was an enthousiastic user. Must admit that now I use intellij, oxygen and 
sometimes jedit.
With issues like these I, and probably others, cannot provide a problem 
description because most of the time it isn't clear exactly which steps led to 
the problem. Moreover the problem reporting has become quite cumbersome with 
the new netbeans.
Bye, Eduard

> slowness, just starting netbeans, log added in description
> --
>
> Key: NETBEANS-925
> URL: https://issues.apache.org/jira/browse/NETBEANS-925
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Drenth
>Priority: Major
>
> ---
> >Log Session: Wednesday, June 6, 2018 at 12:52:45 PM Central European Summer 
> >Time
> >System Info: 
>   Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
>   Operating System= Linux version 4.4.0-127-generic running on amd64
>   Java; VM; Vendor= 10.0.1; OpenJDK 64-Bit Server VM 10.0.1+10; 
> Oracle Corporation
>   Runtime = OpenJDK Runtime Environment 10.0.1+10
>   Java Home   = /home/eduard/jdk-10.0.1
>   System Locale; Encoding = en_US (nb); UTF-8
>   Home Directory  = /home/eduard
>   Current Directory   = /home/eduard
>   User Directory  = /home/eduard/.netbeans/dev
>   Cache Directory = /home/eduard/.cache/netbeans/dev
>   Installation= /home/eduard/netbeans/nb
> /home/eduard/netbeans/ide
> /home/eduard/netbeans/extide
> /home/eduard/netbeans/java
> /home/eduard/netbeans/apisupport
> /home/eduard/netbeans/webcommon
> /home/eduard/netbeans/websvccommon
> /home/eduard/netbeans/enterprise
> /home/eduard/netbeans/profiler
> /home/eduard/netbeans/harness
> /home/eduard/netbeans/javafx
> /home/eduard/netbeans/dukestudio
> /home/eduard/netbeans/platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> /home/eduard/netbeans/platform/lib/boot.jar:/home/eduard/netbeans/platform/lib/org-openide-modules.jar:/home/eduard/netbeans/platform/lib/org-openide-util.jar:/home/eduard/netbeans/platform/lib/org-openide-util-lookup.jar:/home/eduard/netbeans/platform/lib/org-openide-util-ui.jar
>   Startup Classpath   = 
> /home/eduard/netbeans/platform/core/org-openide-filesystems.jar:/home/eduard/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/eduard/netbeans/platform/core/core-base.jar:/home/eduard/netbeans/platform/core/core.jar:/home/eduard/netbeans/platform/core/asm-all-5.0.1.jar:/home/eduard/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/eduard/netbeans/nb/core/org-netbeans-upgrader.jar:/home/eduard/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/eduard/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.apisupport.ant, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints, 
> org.netbeans.modules.maven.j2ee, org.netbeans.modules.web.beans] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name 
> base passed when looking up build_info at 
> org.netbeans.modules.uihandler.BuildInfo.logBuildInfo(BuildInfo.java:61)
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>   org.openide.util.lookup [8.34 
> incubator-netbeans-release-302-on-20180517]
>   org.openide.util [9.8 incubator-netbeans-release-302-on-20180517]
>   org.openide.util.ui [9.8 

[jira] [Updated] (NETBEANS-3076) Make it possible to Create UnitTests for Gradle Project Support

2019-09-09 Thread ASF GitHub Bot (Jira)


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

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

> Make it possible to Create UnitTests for Gradle Project Support
> ---
>
> Key: NETBEANS-3076
> URL: https://issues.apache.org/jira/browse/NETBEANS-3076
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Right now it is a gray area how to create unit tests for Gradle Support 
> Projects which involves actual Gradle projects.
> It would be a nice improvement to be able to actually tests such projects.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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: [NETBEANS-2925] Implemented our own GradleSourceGroup similar to Maven Projects.

2019-09-09 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new f4929e7  [NETBEANS-2925] Implemented our own GradleSourceGroup similar 
to Maven Projects.
f4929e7 is described below

commit f4929e770c3ca0933195715c6dad34866d1f6eda
Author: Laszlo Kishalmi 
AuthorDate: Tue Sep 3 23:00:11 2019 -0700

[NETBEANS-2925] Implemented our own GradleSourceGroup similar to Maven 
Projects.
---
 .../gradle/java/classpath/GradleSourcesImpl.java   | 82 ++
 1 file changed, 70 insertions(+), 12 deletions(-)

diff --git 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/GradleSourcesImpl.java
 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/GradleSourcesImpl.java
index 6021d19..82da08b 100644
--- 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/GradleSourcesImpl.java
+++ 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/GradleSourcesImpl.java
@@ -38,15 +38,18 @@ import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
+import javax.swing.Icon;
 import javax.swing.event.ChangeListener;
 import org.netbeans.api.java.project.JavaProjectConstants;
+import org.netbeans.api.project.FileOwnerQuery;
 import org.netbeans.api.project.Project;
+import org.netbeans.api.project.ProjectManager;
 import org.netbeans.api.project.ProjectUtils;
 import org.netbeans.api.project.SourceGroup;
 import org.netbeans.api.project.Sources;
 import org.netbeans.spi.project.ProjectServiceProvider;
 import org.netbeans.spi.project.SourceGroupModifierImplementation;
-import org.netbeans.spi.project.support.GenericSources;
+import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.util.ChangeSupport;
 import org.openide.util.NbBundle;
@@ -146,8 +149,8 @@ public class GradleSourcesImpl implements Sources, 
SourceGroupModifierImplementa
 @Override
 public synchronized SourceGroup[] getSourceGroups(String type) {
 if (Sources.TYPE_GENERIC.equals(type)) {
-return new SourceGroup[]{GenericSources.group(proj, 
proj.getProjectDirectory(), "ProjectRoot", //NOI18N
-ProjectUtils.getInformation(proj).getDisplayName(), null, 
null)};
+return new SourceGroup[]{new 
GradleSourceGroup(proj.getProjectDirectory(), "ProjectRoot", //NOI18N
+ProjectUtils.getInformation(proj).getDisplayName())};
 } else {
 checkChanges(false);
 ArrayList ret = new ArrayList<>();
@@ -162,13 +165,7 @@ public class GradleSourcesImpl implements Sources, 
SourceGroupModifierImplementa
 }
 }
 }
-Collections.sort(ret, new Comparator() {
-
-@Override
-public int compare(SourceGroup o1, SourceGroup o2) {
-return o1.getName().compareTo(o2.getName());
-}
-});
+Collections.sort(ret, Comparator.comparing(SourceGroup::getName));
 return ret.toArray(new SourceGroup[ret.size()]);
 }
 }
@@ -182,8 +179,7 @@ public class GradleSourcesImpl implements Sources, 
SourceGroupModifierImplementa
 String sgDisplayName = !"gatling".equals(group) //NOI18N
 ? sourceGroupDisplayName(unique, group, dir, lang)
 : gatlingSourceGroupDisplayName(unique, dir, lang);
-ret = GenericSources.group(proj,
-FileUtil.toFileObject(dir), groupKey, sgDisplayName, null, 
null);
+ret = new GradleSourceGroup(FileUtil.toFileObject(dir), groupKey, 
sgDisplayName);
 cache.put(Pair.of(lang, dir), ret);
 }
 return ret;
@@ -321,4 +317,66 @@ public class GradleSourcesImpl implements Sources, 
SourceGroupModifierImplementa
 return ret && gp.getSourceSets().containsKey(hint);
 }
 
+private final class GradleSourceGroup implements SourceGroup {
+
+private final FileObject rootFolder;
+private final String name;
+private final String displayName;
+
+public GradleSourceGroup(FileObject rootFolder, String name, String 
displayName) {
+this.rootFolder = rootFolder;
+this.name = name;
+this.displayName = displayName;
+}
+
+@Override
+public FileObject getRootFolder() {
+return rootFolder;
+}
+
+@Override
+public String getName() {
+return name;
+}
+
+@Override
+public String getDisplayName() {
+return displayName;
+}
+
+@Override
+public Icon getIcon(boolean opened) {
+return null;
+}
+
+@Override
+public boolean contains(FileObject 

[jira] [Created] (NETBEANS-3076) Make it possible to Create UnitTests for Gradle Project Support

2019-09-09 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3076:
-

 Summary: Make it possible to Create UnitTests for Gradle Project 
Support
 Key: NETBEANS-3076
 URL: https://issues.apache.org/jira/browse/NETBEANS-3076
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Right now it is a gray area how to create unit tests for Gradle Support 
Projects which involves actual Gradle projects.

It would be a nice improvement to be able to actually tests such projects.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-75) libs.jna - too many dependencies

2019-09-09 Thread Jira


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

Matthias Bläsing commented on NETBEANS-75:
--

org.openide.util.ui is required - org.netbeans.libs.jna.Installer extends 
org.openide.modules.ModuleInstall which org.openide.util.SharedClassObject 
(there is your dependency). I'm preparing an PR that updated JNA and will also 
remove the dependecy on org.openide.util.

> libs.jna - too many dependencies
> 
>
> Key: NETBEANS-75
> URL: https://issues.apache.org/jira/browse/NETBEANS-75
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Reporter: lbruun
>Assignee: Matthias Bläsing
>Priority: Minor
>
> Module {{org.netbeans.libs.jna}} has two unnecessary dependencies:
> {noformat}
> org.openide.util.ui
> org.openide.util
> {noformat}
> I've trawled the historical changes in Hg and can see the reason why: The 
> {{Installer}}  class - the module's only source code - used to have more code 
> than what it does today. Today it does nothing more than setting a system 
> property.
> This balloons the size of my headless Platform app. I use Maven so I can 
> explicitly exclude them. But still. Logging as minor.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Assigned] (NETBEANS-75) libs.jna - too many dependencies

2019-09-09 Thread Jira


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

Matthias Bläsing reassigned NETBEANS-75:


Assignee: Matthias Bläsing

> libs.jna - too many dependencies
> 
>
> Key: NETBEANS-75
> URL: https://issues.apache.org/jira/browse/NETBEANS-75
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Reporter: lbruun
>Assignee: Matthias Bläsing
>Priority: Minor
>
> Module {{org.netbeans.libs.jna}} has two unnecessary dependencies:
> {noformat}
> org.openide.util.ui
> org.openide.util
> {noformat}
> I've trawled the historical changes in Hg and can see the reason why: The 
> {{Installer}}  class - the module's only source code - used to have more code 
> than what it does today. Today it does nothing more than setting a system 
> property.
> This balloons the size of my headless Platform app. I use Maven so I can 
> explicitly exclude them. But still. Logging as minor.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2325) fail to update

2019-09-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-2325.

Resolution: Incomplete

Please attach logs as files to the issue, not inline. Use the description for 
steps to reproduce/give detailed description what you tried to do, what you saw 
and what you expcted.

> fail to update
> --
>
> Key: NETBEANS-2325
> URL: https://issues.apache.org/jira/browse/NETBEANS-2325
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: abderrahim khaled
>Priority: Critical
>
> ---
> >Log Session: Saturday, March 30, 2019 9:44:23 AM CET
> >System Info: 
>   Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-395-on-20190310)
>   Operating System    = Linux version 4.15.0-46-generic running on amd64
>   Java; VM; Vendor    = 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 
> 25.191-b12; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_191-b12
>   Java Home   = /opt/jdk/jdk1.8.0_191/jre
>   System Locale; Encoding = en_US (nb); UTF-8
>   Home Directory  = /home/khaled
>   Current Directory   = /home/khaled/Desktop/netbeans/bin
>   User Directory  = /home/khaled/.netbeans/11.0
>   Cache Directory = /home/khaled/.cache/netbeans/11.0
>   Installation    = /home/khaled/Desktop/netbeans/nb
>     /home/khaled/Desktop/netbeans/ergonomics
>     /home/khaled/Desktop/netbeans/ide
>     /home/khaled/Desktop/netbeans/extide
>     /home/khaled/Desktop/netbeans/java
>     /home/khaled/Desktop/netbeans/apisupport
>     /home/khaled/Desktop/netbeans/webcommon
>     /home/khaled/Desktop/netbeans/websvccommon
>     /home/khaled/Desktop/netbeans/enterprise
>     /home/khaled/Desktop/netbeans/profiler
>     /home/khaled/Desktop/netbeans/php
>     /home/khaled/Desktop/netbeans/harness
>     /home/khaled/Desktop/netbeans/groovy
>     /home/khaled/Desktop/netbeans/javafx
>     /home/khaled/Desktop/netbeans/platform
>   Boot & Ext. Classpath   = 
> /opt/jdk/jdk1.8.0_191/jre/lib/resources.jar:/opt/jdk/jdk1.8.0_191/jre/lib/rt.jar:/opt/jdk/jdk1.8.0_191/jre/lib/sunrsasign.jar:/opt/jdk/jdk1.8.0_191/jre/lib/jsse.jar:/opt/jdk/jdk1.8.0_191/jre/lib/jce.jar:/opt/jdk/jdk1.8.0_191/jre/lib/charsets.jar:/opt/jdk/jdk1.8.0_191/jre/lib/jfr.jar:/opt/jdk/jdk1.8.0_191/jre/classes:/opt/jdk/jdk1.8.0_191/jre/lib/ext/dnsns.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/zipfs.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/localedata.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/nashorn.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/sunec.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/jaccess.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/cldrdata.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/sunpkcs11.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/sunjce_provider.jar:/opt/jdk/jdk1.8.0_191/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/khaled/Desktop/netbeans/platform/lib/boot.jar:/home/khaled/Desktop/netbeans/platform/lib/org-openide-modules.jar:/home/khaled/Desktop/netbeans/platform/lib/org-openide-util.jar:/home/khaled/Desktop/netbeans/platform/lib/org-openide-util-lookup.jar:/home/khaled/Desktop/netbeans/platform/lib/org-openide-util-ui.jar:/opt/jdk/jdk1.8.0_191/lib/dt.jar:/opt/jdk/jdk1.8.0_191/lib/tools.jar
>   Startup Classpath   = 
> /home/khaled/Desktop/netbeans/platform/core/core-base.jar:/home/khaled/Desktop/netbeans/platform/core/core.jar:/home/khaled/Desktop/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/khaled/Desktop/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/khaled/Desktop/netbeans/platform/core/org-openide-filesystems.jar:/home/khaled/Desktop/netbeans/platform/core/asm-all-5.0.1.jar:/home/khaled/Desktop/netbeans/nb/core/org-netbeans-upgrader.jar:/home/khaled/Desktop/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/khaled/Desktop/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.htmlprojects] use org.jdesktop.layout which is 
> deprecated: Use javax.swing.GroupLayout instead. (In form editor: select Form 
> ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 

[jira] [Resolved] (NETBEANS-925) slowness, just starting netbeans, log added in description

2019-09-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-925.
---
Resolution: Incomplete

Please don't put logs into the description and provide steps/details problem 
description, so that we can help.

> slowness, just starting netbeans, log added in description
> --
>
> Key: NETBEANS-925
> URL: https://issues.apache.org/jira/browse/NETBEANS-925
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Drenth
>Priority: Major
>
> ---
> >Log Session: Wednesday, June 6, 2018 at 12:52:45 PM Central European Summer 
> >Time
> >System Info: 
>   Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
>   Operating System= Linux version 4.4.0-127-generic running on amd64
>   Java; VM; Vendor= 10.0.1; OpenJDK 64-Bit Server VM 10.0.1+10; 
> Oracle Corporation
>   Runtime = OpenJDK Runtime Environment 10.0.1+10
>   Java Home   = /home/eduard/jdk-10.0.1
>   System Locale; Encoding = en_US (nb); UTF-8
>   Home Directory  = /home/eduard
>   Current Directory   = /home/eduard
>   User Directory  = /home/eduard/.netbeans/dev
>   Cache Directory = /home/eduard/.cache/netbeans/dev
>   Installation= /home/eduard/netbeans/nb
> /home/eduard/netbeans/ide
> /home/eduard/netbeans/extide
> /home/eduard/netbeans/java
> /home/eduard/netbeans/apisupport
> /home/eduard/netbeans/webcommon
> /home/eduard/netbeans/websvccommon
> /home/eduard/netbeans/enterprise
> /home/eduard/netbeans/profiler
> /home/eduard/netbeans/harness
> /home/eduard/netbeans/javafx
> /home/eduard/netbeans/dukestudio
> /home/eduard/netbeans/platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> /home/eduard/netbeans/platform/lib/boot.jar:/home/eduard/netbeans/platform/lib/org-openide-modules.jar:/home/eduard/netbeans/platform/lib/org-openide-util.jar:/home/eduard/netbeans/platform/lib/org-openide-util-lookup.jar:/home/eduard/netbeans/platform/lib/org-openide-util-ui.jar
>   Startup Classpath   = 
> /home/eduard/netbeans/platform/core/org-openide-filesystems.jar:/home/eduard/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/eduard/netbeans/platform/core/core-base.jar:/home/eduard/netbeans/platform/core/core.jar:/home/eduard/netbeans/platform/core/asm-all-5.0.1.jar:/home/eduard/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/eduard/netbeans/nb/core/org-netbeans-upgrader.jar:/home/eduard/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/eduard/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.apisupport.ant, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints, 
> org.netbeans.modules.maven.j2ee, org.netbeans.modules.web.beans] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name 
> base passed when looking up build_info at 
> org.netbeans.modules.uihandler.BuildInfo.logBuildInfo(BuildInfo.java:61)
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>   org.openide.util.lookup [8.34 
> incubator-netbeans-release-302-on-20180517]
>   org.openide.util [9.8 incubator-netbeans-release-302-on-20180517]
>   org.openide.util.ui [9.8 incubator-netbeans-release-302-on-20180517]
>   org.openide.modules [7.49 incubator-netbeans-release-302-on-20180517]
>   org.netbeans.api.annotations.common/1 [1.28 
> incubator-netbeans-release-302-on-20180517]
>   org.openide.filesystems [9.11 
> incubator-netbeans-release-302-on-20180517]
>   org.openide.awt [7.68 

[jira] [Resolved] (NETBEANS-1686) Installing Base Java EE plugin along with related plugin fails

2019-09-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-1686.

Resolution: Incomplete

No reaction in > 6 months.

> Installing Base Java EE plugin along with related plugin fails
> --
>
> Key: NETBEANS-1686
> URL: https://issues.apache.org/jira/browse/NETBEANS-1686
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - EJB, javaee - Hibernate, javaee - Persistence, 
> javaee - Web Project
>Affects Versions: 10.0
> Environment: Ubuntu 
>Reporter: Hlulani Mhlongo
>Priority: Major
>
> ---
> >Log Session: Thursday, November 15, 2018 9:45:57 AM SAST
> >System Info: 
>  Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-916-on-20181113)
>  Operating System = Linux version 4.15.0-38-generic running on amd64
>  Java; VM; Vendor = 1.8.0_181; OpenJDK 64-Bit Server VM 25.181-b13; Oracle 
> Corporation
>  Runtime = OpenJDK Runtime Environment 
> 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13
>  Java Home = /usr/lib/jvm/java-8-openjdk-amd64/jre
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/hlulani
>  Current Directory = /opt/netbeans/10-incubation/bin
>  User Directory = /home/hlulani/.netbeans/dev
>  Cache Directory = /home/hlulani/.cache/netbeans/dev
>  Installation = /opt/netbeans/10-incubation/nb
>  /opt/netbeans/10-incubation/ergonomics
>  /opt/netbeans/10-incubation/ide
>  /opt/netbeans/10-incubation/extide
>  /opt/netbeans/10-incubation/java
>  /opt/netbeans/10-incubation/apisupport
>  /opt/netbeans/10-incubation/webcommon
>  /opt/netbeans/10-incubation/websvccommon
>  /opt/netbeans/10-incubation/enterprise
>  /opt/netbeans/10-incubation/profiler
>  /opt/netbeans/10-incubation/php
>  /opt/netbeans/10-incubation/identity
>  /opt/netbeans/10-incubation/harness
>  /opt/netbeans/10-incubation/groovy
>  /opt/netbeans/10-incubation/javafx
>  /opt/netbeans/10-incubation/platform
>  Boot & Ext. Classpath = 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jfxrt.jar
>  Application Classpath = 
> /opt/netbeans/10-incubation/platform/lib/boot.jar:/opt/netbeans/10-incubation/platform/lib/org-openide-modules.jar:/opt/netbeans/10-incubation/platform/lib/org-openide-util.jar:/opt/netbeans/10-incubation/platform/lib/org-openide-util-lookup.jar:/opt/netbeans/10-incubation/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
>  Startup Classpath = 
> /opt/netbeans/10-incubation/platform/core/core-base.jar:/opt/netbeans/10-incubation/platform/core/asm-all-5.0.1.jar:/opt/netbeans/10-incubation/platform/core/org-netbeans-libs-asm.jar:/opt/netbeans/10-incubation/platform/core/org-openide-filesystems.jar:/opt/netbeans/10-incubation/platform/core/org-openide-filesystems-compat8.jar:/opt/netbeans/10-incubation/platform/core/core.jar:/opt/netbeans/10-incubation/nb/core/org-netbeans-upgrader.jar:/opt/netbeans/10-incubation/nb/core/locale/core_nb.jar
> ---
> WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module 
> com.revivius.nb.darcula: added = [module org.openide.util.ui > 9.3] removed = 
> []; details: [#243100: Separate desktop-independent utilities]
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/opt/netbeans/10-incubation/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, 

[jira] [Resolved] (NETBEANS-1993) ajax 测试失败

2019-09-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-1993.

Resolution: Incomplete

Please provide a description of the problem and use english language. For long 
documents (logs for example), please attach them to the bug reports and don't 
put them into the description.

> ajax 测试失败
> -
>
> Key: NETBEANS-1993
> URL: https://issues.apache.org/jira/browse/NETBEANS-1993
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Mac OS X version 10.14.2 running on x86_64; UTF-8; zh_CN 
> (nb)
>Reporter: Lenny
>Assignee: Lenny
>Priority: Minor
>
> ---
> >Log Session: Friday, January 25, 2019 8:37:50 PM CST
> >System Info: 
>  Product Version = Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
>  Operating System = Mac OS X version 10.14.2 running on x86_64
>  Java; VM; Vendor = 1.8.0_111; Java HotSpot(TM) 64-Bit Server VM 25.111-b14; 
> Oracle Corporation
>  Runtime = Java(TM) SE Runtime Environment 1.8.0_111-b14
>  Java Home = 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre
>  System Locale; Encoding = zh_CN (nb); UTF-8
>  Home Directory = /Users/yilin
>  Current Directory = /Users/yilin
>  User Directory = /Users/yilin/Library/Application Support/NetBeans/10.0
>  Cache Directory = /Users/yilin/Library/Caches/NetBeans/10.0
>  Installation = /Applications/netbeans/nb
>  /Applications/netbeans/ergonomics
>  /Applications/netbeans/ide
>  /Applications/netbeans/extide
>  /Applications/netbeans/java
>  /Applications/netbeans/apisupport
>  /Applications/netbeans/webcommon
>  /Applications/netbeans/websvccommon
>  /Applications/netbeans/profiler
>  /Applications/netbeans/php
>  /Applications/netbeans/harness
>  /Applications/netbeans/groovy
>  /Applications/netbeans/javafx
>  /Applications/netbeans/platform
>  Boot & Ext. Classpath = 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/classes:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/System/Library/Java/Extensions/MRJToolkit.jar
>  Application Classpath = 
> /Applications/netbeans/platform/lib/boot.jar:/Applications/netbeans/platform/lib/org-openide-modules.jar:/Applications/netbeans/platform/lib/org-openide-util-lookup.jar:/Applications/netbeans/platform/lib/org-openide-util-ui.jar:/Applications/netbeans/platform/lib/org-openide-util.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/lib/tools.jar
>  Startup Classpath = 
> /Applications/netbeans/platform/core/org-netbeans-libs-asm.jar:/Applications/netbeans/platform/core/org-openide-filesystems-compat8.jar:/Applications/netbeans/platform/core/asm-all-5.0.1.jar:/Applications/netbeans/platform/core/org-openide-filesystems.jar:/Applications/netbeans/platform/core/core.jar:/Applications/netbeans/platform/core/core-base.jar:/Applications/netbeans/nb/core/org-netbeans-upgrader.jar:/Applications/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/Applications/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 

[jira] [Resolved] (NETBEANS-2086) iniciando debug

2019-09-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-2086.

Resolution: Incomplete

No reaction in > 6 months.

> iniciando debug
> ---
>
> Key: NETBEANS-2086
> URL: https://issues.apache.org/jira/browse/NETBEANS-2086
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
>Reporter: Guilherme Maitan Teixeira
>Priority: Major
>
> ---
> >Log Session: Tuesday, February 5, 2019 at 5:00:59 PM Brasilia Summer Time
> >System Info: 
>  Product Version = Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
>  Operating System = Windows 10 version 10.0 running on amd64
>  Java; VM; Vendor = 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11; Oracle 
> Corporation
>  Runtime = Java(TM) SE Runtime Environment 9.0.1+11
>  Java Home = C:\Desenv\Java\jdk-9.0.1
>  System Locale; Encoding = en_US (nb); Cp1252
>  Home Directory = C:\Users\guimg
>  Current Directory = Z:\desenv\Program files\Netbeans\10\bin
>  User Directory = C:\Users\guimg\AppData\Roaming\NetBeans\10.0
>  Cache Directory = C:\Users\guimg\AppData\Local\NetBeans\Cache\10.0
>  Installation = Z:\desenv\Program files\Netbeans\10\nb
>  Z:\desenv\Program files\Netbeans\10\ergonomics
>  Z:\desenv\Program files\Netbeans\10\ide
>  Z:\desenv\Program files\Netbeans\10\extide
>  Z:\desenv\Program files\Netbeans\10\java
>  Z:\desenv\Program files\Netbeans\10\apisupport
>  Z:\desenv\Program files\Netbeans\10\webcommon
>  Z:\desenv\Program files\Netbeans\10\websvccommon
>  Z:\desenv\Program files\Netbeans\10\profiler
>  Z:\desenv\Program files\Netbeans\10\php
>  Z:\desenv\Program files\Netbeans\10\harness
>  Z:\desenv\Program files\Netbeans\10\groovy
>  Z:\desenv\Program files\Netbeans\10\javafx
>  Z:\desenv\Program files\Netbeans\10\platform
>  Boot & Ext. Classpath = 
>  Application Classpath = Z:\desenv\Program 
> files\Netbeans\10\platform\lib\boot.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\lib\org-openide-modules.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\lib\org-openide-util-lookup.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\lib\org-openide-util-ui.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\lib\org-openide-util.jar
>  Startup Classpath = Z:\desenv\Program 
> files\Netbeans\10\platform\core\asm-all-5.0.1.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\core\core-base.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\core\core.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\core\org-netbeans-libs-asm.jar;Z:\desenv\Program 
> files\Netbeans\10\platform\core\org-openide-filesystems-compat8.jar;Z:\desenv\Program
>  
> files\Netbeans\10\platform\core\org-openide-filesystems.jar;Z:\desenv\Program 
> files\Netbeans\10\nb\core\org-netbeans-upgrader.jar;Z:\desenv\Program 
> files\Netbeans\10\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/Z:/desenv/Program files/Netbeans/10/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add 
> filesystem watch for Z:/desenv/htdocs/apache24/SurveyWEB500: 
> java.io.IOException: ReadDirectoryChangesW failed on Z:\, handle native@0x854 
> (org.netbeans.modules.masterfs.watcher.windows.WindowsNotifier$HANDLE@854): 1
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  org.openide.util.lookup [8.36.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.util [9.10.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.util.ui [9.11.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.modules [7.51.1 incubator-netbeans-release-380-on-20181217]
>  org.netbeans.api.annotations.common/1 [1.30.1 
> incubator-netbeans-release-380-on-20181217]
>  org.openide.filesystems [9.13.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.awt [7.71.1 incubator-netbeans-release-380-on-20181217]
>  org.netbeans.api.progress/1 [1.50.1 
> incubator-netbeans-release-380-on-20181217]
>  org.netbeans.api.progress.nb [1.50.1 
> incubator-netbeans-release-380-on-20181217]
>  org.openide.dialogs [7.45.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.nodes [7.48.1 incubator-netbeans-release-380-on-20181217]
>  org.openide.windows [6.79.1 incubator-netbeans-release-380-on-20181217]
>  

[jira] [Updated] (NETBEANS-3075) reduce number of warning w/ raw type iterator

2019-09-09 Thread ASF GitHub Bot (Jira)


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

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

> reduce  number of warning w/ raw type iterator
> --
>
> Key: NETBEANS-3075
> URL: https://issues.apache.org/jira/browse/NETBEANS-3075
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> I've worked to try and reduce the number of warnings dealing with iterator 
> raw types..
>  
> {code:java}
>  [repeat] 
> /home/bwalker/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceGroup.java:124:
>  warning: [rawtypes] found raw type: Iterator
>  [repeat] Iterator iter = listeners.iterator();
>  [repeat] ^
>  [repeat] missing type arguments for generic class Iterator
>  [repeat] where E is a type-variable:
>  [repeat] E extends Object declared in interface Iterator{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3075) reduce number of warning w/ raw type iterator

2019-09-09 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3075:
-

 Summary: reduce  number of warning w/ raw type iterator
 Key: NETBEANS-3075
 URL: https://issues.apache.org/jira/browse/NETBEANS-3075
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker


I've worked to try and reduce the number of warnings dealing with iterator raw 
types..

 
{code:java}
 [repeat] 
/home/bwalker/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceGroup.java:124:
 warning: [rawtypes] found raw type: Iterator
 [repeat] Iterator iter = listeners.iterator();
 [repeat] ^
 [repeat] missing type arguments for generic class Iterator
 [repeat] where E is a type-variable:
 [repeat] E extends Object declared in interface Iterator{code}
 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler edited comment on NETBEANS-2415 at 9/9/19 4:47 PM:
--

I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. Only after this experience I found out 
that it's a known Bug of the 8.0 plugin. I have linked to the bug report above. 
It was fixed for 8.2. (I encountered the bug on Linux, but it was first 
reported on Windows. So I guess it's not operating system dependent.)

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.

Edited: Never mind. I had missed that this was about a new NBM built 
specifically for 11.


was (Author: hans.adler):
I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. Only after this experience I found out 
that it's a known Bug of the 8.0 plugin. I have linked to the bug report above. 
It was fixed for 8.2. (I encountered the bug on Linux, but it was first 
reported on Windows. So I guess it's not operating system dependent.)

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler edited comment on NETBEANS-2415 at 9/9/19 4:46 PM:
--

I would recommend not to follow Geertjan Wielenga's advice to download and 
install the NBM for NetBeans 8.0 as described by Rik Giepmann. It has a known 
bug that prevents deployment via NetBeans. The bug was fixed in NetBeans 8.2, 
but since this was part of the core functionality in 8.2, there is no NBM to 
download.

See my post above for what needs to be done instead on Linux to transfer the 
plugin manually from NetBeans 8.2 to NetBeans 11. On other operating systems it 
will be similar. Maybe someone wants to post a similar procedure for Windows 
for everyone's convenience.

Edited: Ooops. I must have missed the Dropbox link above. I thought this was 
referring to installing the 8.0 plugin in 11, as opposed to a new one. Thanks, 
Geertjan Wielenga, and sorry for the confusion!


was (Author: hans.adler):
I would recommend not to follow Geertjan Wielenga's advice to download and 
install the NBM for NetBeans 8.0 as described by Rik Giepmann. It has a known 
bug that prevents deployment via NetBeans. The bug was fixed in NetBeans 8.2, 
but since this was part of the core functionality in 8.2, there is no NBM to 
download.

See my post above for what needs to be done instead on Linux to transfer the 
plugin manually from NetBeans 8.2 to NetBeans 11. On other operating systems it 
will be similar. Maybe someone wants to post a similar procedure for Windows 
for everyone's convenience.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2788) The link provided for downloading Groovy is obsolete

2019-09-09 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-2788:
-
Labels: easy-fix pull-request-available  (was: easy-fix)

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
>  Labels: easy-fix, pull-request-available
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2893) Regenerate signature files for PHP 7.4

2019-09-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-2893.

Fix Version/s: 11.2
   Resolution: Fixed

> Regenerate signature files for PHP 7.4
> --
>
> Key: NETBEANS-2893
> URL: https://issues.apache.org/jira/browse/NETBEANS-2893
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2788) The link provided for downloading Groovy is obsolete

2019-09-09 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-2788:
--
Labels: easy-fix  (was: )

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
>  Labels: easy-fix
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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: [NETBEANS-2893] Regenerate signature files for PHP 7.4

2019-09-09 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

tmysik 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 cf3ffc2  [NETBEANS-2893] Regenerate signature files for PHP 7.4
 new 10a085c  Merge pull request #1476 from 
junichi11/netbeans-2893-regen-sigfiles
cf3ffc2 is described below

commit cf3ffc2c5e2951f8fa948d277ae0a31fe987eb88
Author: Junichi Yamamoto 
AuthorDate: Mon Sep 9 21:00:04 2019 +0900

[NETBEANS-2893] Regenerate signature files for PHP 7.4
---
 php/php.project/external/binaries-list  | 2 +-
 .../{phpsigfiles-1.1-license.txt => phpsigfiles-1.2-license.txt}| 2 +-
 .../external/{phpsigfiles-1.1-notice.txt => phpsigfiles-1.2-notice.txt} | 0
 php/php.project/nbproject/project.properties| 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/php/php.project/external/binaries-list 
b/php/php.project/external/binaries-list
index b265868..3bca6e9 100644
--- a/php/php.project/external/binaries-list
+++ b/php/php.project/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-09ABCACCDE3E0F75127E84BBB18F92C0B2C6A5CE phpsigfiles-1.1.zip
+478F3A5C1AB2B8D3D264D15D0DFCC4007D33D30E phpsigfiles-1.2.zip
diff --git a/php/php.project/external/phpsigfiles-1.1-license.txt 
b/php/php.project/external/phpsigfiles-1.2-license.txt
similarity index 99%
rename from php/php.project/external/phpsigfiles-1.1-license.txt
rename to php/php.project/external/phpsigfiles-1.2-license.txt
index 1e36b96..9f3be9f 100644
--- a/php/php.project/external/phpsigfiles-1.1-license.txt
+++ b/php/php.project/external/phpsigfiles-1.2-license.txt
@@ -1,5 +1,5 @@
 Name: phpsigfiles
-Version: 1.1
+Version: 1.2
 Description: Signature files for PHP runtime and PHP runtime extensions for 
use from code completion etc. The file is build from the PHP manual.
 License: CC-BY-3.0
 Origin: http://www.php.net/docs.php
diff --git a/php/php.project/external/phpsigfiles-1.1-notice.txt 
b/php/php.project/external/phpsigfiles-1.2-notice.txt
similarity index 100%
rename from php/php.project/external/phpsigfiles-1.1-notice.txt
rename to php/php.project/external/phpsigfiles-1.2-notice.txt
diff --git a/php/php.project/nbproject/project.properties 
b/php/php.project/nbproject/project.properties
index 0f9aa04..488abb1 100644
--- a/php/php.project/nbproject/project.properties
+++ b/php/php.project/nbproject/project.properties
@@ -20,7 +20,7 @@ javac.compilerargs=-Xlint:unchecked
 javac.source=1.8
 javadoc.arch=${basedir}/arch.xml
 
-release.external/phpsigfiles-1.1.zip=docs/phpsigfiles.zip
+release.external/phpsigfiles-1.2.zip=docs/phpsigfiles.zip
 extra.module.files=docs/phpsigfiles.zip
 
 test.config.stableBTD.includes=**/*Test.class


-
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-2788) The link provided for downloading Groovy is obsolete

2019-09-09 Thread Rami Swailem (Jira)


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

Rami Swailem commented on NETBEANS-2788:


I have created a pull request

 

https://github.com/apache/netbeans/pull/1477

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2893) Regenerate signature files for PHP 7.4

2019-09-09 Thread ASF GitHub Bot (Jira)


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

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

> Regenerate signature files for PHP 7.4
> --
>
> Key: NETBEANS-2893
> URL: https://issues.apache.org/jira/browse/NETBEANS-2893
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Assigned] (NETBEANS-2893) Regenerate signature files for PHP 7.4

2019-09-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-2893:
--

Assignee: Junichi Yamamoto

> Regenerate signature files for PHP 7.4
> --
>
> Key: NETBEANS-2893
> URL: https://issues.apache.org/jira/browse/NETBEANS-2893
> Project: NetBeans
>  Issue Type: Task
>  Components: php - Code
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

Well, if it works with 11.0, that's fine, that's the latest LTS release.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2415:
-

Will have to skip a version or two before the effort to migrate will again be 
justified. 10.0 and 11.0 did work with NB 8.2 WildFly plugin, 11.1 didn't, so 
had to go back to 11.0.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-84) Support for JSF 2.3

2019-09-09 Thread Josh Juneau (Jira)


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

Josh Juneau commented on NETBEANS-84:
-

Indeed...this is on my list and I will work on it as time allows.  Thanks

> Support for JSF 2.3
> ---
>
> Key: NETBEANS-84
> URL: https://issues.apache.org/jira/browse/NETBEANS-84
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javaee - JSF
>Affects Versions: 8.2, 9.0, Next
>Reporter: Philip Durbin
>Assignee: Josh Juneau
>Priority: Critical
> Attachments: netbeans-red-jsf2.3.png
>
>
> One thing that struck me while attending Ed Burns' JSF talk[1] about JSF 2.3 
> at JavaOne 2017 was a comment he made that autocompletion isn't working in 
> Netbeans for JSF 2.3 features. I would describe this as NetBeans 8.2 showing 
> "angry red" for components it doesn't understand, such as f:validateWholeBean.
> As in the attached screenshot, an example error is "The component library Jsf 
> Core does not contain component validateWholeBean".
> Here's the code from the screenshot: 
> https://github.com/javaee/glassfish-samples/blob/4b3a37500a256bb7d94e2abe273503c9fb017c6b/ws/javaee8/jsf/ee8additions/src/main/webapp/validateWholeBean.xhtml
> In the past, NetBeans releases were coordinated with Java EE releases. When 
> Java EE 8 came out, I expected that NetBeans 9 would come out and support JSF 
> 2.3. When we onboard new developers, I would rather not say to them, "It's ok 
> to see angry red like this in NetBeans."
> Incidentally, during Ed's talk I asked if he knew if JSF 2.3 is supported by 
> IntelliJ or Eclipse and he wasn't aware if they support it or not.
> !netbeans-red-jsf2.3.png|thumbnail!
> !https://issues.apache.org/jira/secure/attachment/12891266/netbeans-red-jsf2.3.png|height=300,width=444!
> [1] Contemporary Java Web Applications with JSF 2.3 - 
> https://www.youtube.com/watch?v=yshXLB_HdhU



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



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

2019-09-09 Thread Josh Juneau (Jira)


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

Josh Juneau reassigned NETBEANS-2888:
-

Assignee: Josh Juneau

> 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: Blocker
> Attachments: ctx_path_webapp.png
>
>
> 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.2#803003)

-
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-2888) Project Context Path problem for Java Maven Web Application

2019-09-09 Thread Josh Juneau (Jira)


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

Josh Juneau commented on NETBEANS-2888:
---

Indeed, I can concur that this is an issue.  I've found that creating a 
sun-web.xml is a temporary workaround for the issue...but that file is no 
longer used in modern projects.  I will work on repairs to this issue as time 
allows.

> 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
>Priority: Blocker
> Attachments: ctx_path_webapp.png
>
>
> 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.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

So use 11.1, the latest release, with the plugin provided above, i.e., created 
on Friday. The Properties window works fine for me, just tried it, no problem 
at all.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2415:
-

NetBeans 11.0, Linux Mint 19.2 Tina 64-bit.

Had to recreate userdir two weeks ago, after failed attempt to upgrade to NB 
11.1. Since I have to do it again, I'll go back to NB 8.2, since I can't afford 
any more disruptions in my work. Sorry that I can't be of more help, but I have 
deadlines.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Tomáš Poledný commented on NETBEANS-2415:
-

Hi the plugin from the plugins site works to me. But first I had to remove 
Wildfly from Servers (because I had some old plugin for Wildfly) and add it 
again. Thank you guys it was huge pain for me after Netbeans 8.2. No I can show 
to people again how easy is developing Java EE (Jakarta EE) with Netbeans.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

https://mobile.twitter.com/netbeans/status/1170974478639280130

That’s a pic of the latest WildFly running thanks to the plugin above in 11.1 
this morning on Mac OS X.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler edited comment on NETBEANS-2415 at 9/9/19 10:28 AM:
---

I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. Only after this experience I found out 
that it's a known Bug of the 8.0 plugin. I have linked to the bug report above. 
It was fixed for 8.2. (I encountered the bug on Linux, but it was first 
reported on Windows. So I guess it's not operating system dependent.)

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.


was (Author: hans.adler):
I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. Only after this experience I found out 
that it's a known Bug of the 8.0 plugin. I have linked to the bug report above. 
It was fixed for 8.2.

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

Please use the plugin that I pointed to above in 11.1, it is the latest version 
of the plugin, created and uploaded on Friday.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

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



[jira] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler edited comment on NETBEANS-2415 at 9/9/19 10:27 AM:
---

I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. Only after this experience I found out 
that it's a known Bug of the 8.0 plugin. I have linked to the bug report above. 
It was fixed for 8.2.

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.


was (Author: hans.adler):
I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. After this experience I found out that 
it's a known Bug of the 8.0 plugin. I have linked to the bug report above. It 
was fixed for 8.2.

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler commented on NETBEANS-2415:
--

I did try the easier work-around and found that NetBeans couldn't deploy that 
way (kept compiling the project instead) and never showed WildFly as running 
although it had started it successfully. After this experience I found out that 
it's a known Bug of the 8.0 plugin. I have linked to the bug report above. It 
was fixed for 8.2.

Maybe the bug doesn't affect all users, so the NBM route is worth a try. If you 
run into problems you can still uninstall the NBM and do what I described.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

When clicked and nothing happens, maybe you see an error message that you can 
share here. Also, we need to know the version of NetBeans and the operating 
system you’re using.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

Which version of NetBeans, which operating system? Best to start with a fresh 
userdir, then install the above plugin (which was created end of last week, so 
it is new) and then open your projects again. Any problems, please describe 
them in a way that they can be reproduced.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2415:
-

{quote}
Can you explain what that means? And steps to reproduce?
{quote}
Right cliking on Wildfly Application Server node in Services tab displays popup 
menu. Last item is "Properties". Nothing happens when clicked.


> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2415:
-

Also, many of my projects in project tree are now stuck with "initializing 
projects" node :(

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

Can you explain what that means? And steps to reproduce?

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Jira


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

Dominik Derwiński commented on NETBEANS-2415:
-

Properties window doesn't appear when using that plugin.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2415:
-

http://plugins.netbeans.org/plugin/76472/wildfly-application-server

Works perfectly fine in 11.0 and later. Take a moment and try it, please.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2415) Bring back support for WildFly server

2019-09-09 Thread Hans Adler (Jira)


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

Hans Adler commented on NETBEANS-2415:
--

I would recommend not to follow Geertjan Wielenga's advice to download and 
install the NBM for NetBeans 8.0 as described by Rik Giepmann. It has a known 
bug that prevents deployment via NetBeans. The bug was fixed in NetBeans 8.2, 
but since this was part of the core functionality in 8.2, there is no NBM to 
download.

See my post above for what needs to be done instead on Linux to transfer the 
plugin manually from NetBeans 8.2 to NetBeans 11. On other operating systems it 
will be similar. Maybe someone wants to post a similar procedure for Windows 
for everyone's convenience.

> Bring back support for WildFly server
> -
>
> Key: NETBEANS-2415
> URL: https://issues.apache.org/jira/browse/NETBEANS-2415
> Project: NetBeans
>  Issue Type: Wish
>  Components: serverplugins - WildFly
>Affects Versions: 11.0
> Environment: n.a.
>Reporter: Dominik Derwiński
>Assignee: Emmanuel Hugonnet
>Priority: Minor
>
> NetBeans 8.2 had WildFly server module, which helped greatly in debugging 
> Java EE applications directly from IDE. NetBeans 11.0 does not contain this 
> module, despite boasting to be the first version of Apache NetBeans to offer 
> full support for developing Java EE applications.
> I don't think it would be very hard to bring back WildFly server module 
> (currently it does not complile), because copying files of the module from 
> NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is 
> enough to bring back that functionality (so the old module still works, but 
> for how long?).
> The files I have copied (after removing references to localization files) are:
>  * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
>  * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
>  * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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