[jira] [Commented] (NETBEANS-1794) Launch failure Ubuntu 18.04 & Netbeans

2018-12-30 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1794:
---

Well, this is out. Install from here and try to launch 
https://snapcraft.io/netbeans

> Launch failure Ubuntu 18.04 & Netbeans
> --
>
> Key: NETBEANS-1794
> URL: https://issues.apache.org/jira/browse/NETBEANS-1794
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Richard Steele
>Assignee: Richard Steele
>Priority: Major
>
> After install netbeans completed, then launch get messages:
> netbeans
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.netbeans.ProxyURLStreamHandlerFactory 
> (file:/usr/share/netbeans/platform18/lib/boot.jar) to field 
> java.net.URL.handler
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.ProxyURLStreamHandlerFactory
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Is there a missing JAVA package to be installed?



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

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

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



[jira] [Commented] (NETBEANS-341) Provide Snap Packages for NetBeans

2018-12-30 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-341:
--

[https://snapcraft.io/netbeans] is live with the latest 10.0 release.

The weelky development build releases are going to move to a different snap 
called netbeans-dev as that needs to be private according to Apache 
requirements.

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{code}
>  



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

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

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



[jira] [Resolved] (NETBEANS-341) Provide Snap Packages for NetBeans

2018-12-30 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-341.
--
   Resolution: Fixed
Fix Version/s: 10.0

> Provide Snap Packages for NetBeans
> --
>
> Key: NETBEANS-341
> URL: https://issues.apache.org/jira/browse/NETBEANS-341
> Project: NetBeans
>  Issue Type: Wish
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: CI, build
> Fix For: 10.0
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> The aim of this wish is to make NetBeans IDE available using Snap packaging 
> system making it available on almost all Linux distributions.
> While the invention of Snap package management is a bit controversial among 
> Linux users, it is definitely gaining momentum as some major brands started 
> to deliver their products as Snap packages. Like Spotify and IntelliJ as well.
> Snap store can provide different distribution channels for different state of 
> the products, like alpha, beta and stable (additional channels can be 
> requested as well). Snapcraft.io service provides an automatic build and 
> release functionality for free. Also the snap client can update the installed 
> software daily. Having this functionality can enable some users to live on 
> the edge if they want.
> I've started some experiments which can help make it happen.
>  # This snap code needs to be integrated into the main NetBeans repository.
> Check tle linked PR#404
>  # Snapcraft.io could be bind into github to enable automatic build.
>  As far as I see now we shall request a permission to build a the package 
> with classic confinement (no-security restrictions)
> My experimental package is available and can be tested with:
> {code:java}
> wget 
> https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0-beta-rc2_amd64.snap
> snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code}
> If we could make this happen NetBeans install on Linux could be as simple as:
> {code:java}
> snap install netbeans --classic{code}
>  



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

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

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



[jira] [Created] (NETBEANS-1848) Snapshot of APIs as of release 10.0

2018-12-30 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1848:
-

 Summary: Snapshot of APIs as of release 10.0
 Key: NETBEANS-1848
 URL: https://issues.apache.org/jira/browse/NETBEANS-1848
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Laszlo Kishalmi
Assignee: Jaroslav Tulach


Creating this issue as a note for PR-1064.

$ git checkout 10.0
$ ant clean; ant build
$ ant gen-sigtests-release
# I had to fix the nbbuild/build.xml a bit to make this work
$ git stash
$ git checkout master
$ git pull
$ git checkout -b SnapshotOfAPIsAsOfRelease100
$ git stash pop
$ git add .
$ git commit -m "Snapshot of APIs as of 
910bd74bf46d079e49925f702432c74d54ec705c (tag: 10.0-vc5, tag: 10.0, release100)"



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

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

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



[jira] [Commented] (NETBEANS-1848) Snapshot of APIs as of release 10.0

2018-12-30 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1848:
---

See: http://wiki.netbeans.org/SignatureTest#At_the_time_of_release

> Snapshot of APIs as of release 10.0
> ---
>
> Key: NETBEANS-1848
> URL: https://issues.apache.org/jira/browse/NETBEANS-1848
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Jaroslav Tulach
>Priority: Major
>  Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> $ git checkout 10.0
> $ ant clean; ant build
> $ ant gen-sigtests-release
> # I had to fix the nbbuild/build.xml a bit to make this work
> $ git stash
> $ git checkout master
> $ git pull
> $ git checkout -b SnapshotOfAPIsAsOfRelease100
> $ git stash pop
> $ git add .
> $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c (tag: 10.0-vc5, tag: 10.0, 
> release100)"



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

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

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



[jira] [Updated] (NETBEANS-1848) Snapshot of APIs as of release 10.0

2018-12-30 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1848:
--
Labels: pull-request-available  (was: )

> Snapshot of APIs as of release 10.0
> ---
>
> Key: NETBEANS-1848
> URL: https://issues.apache.org/jira/browse/NETBEANS-1848
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Jaroslav Tulach
>Priority: Major
>  Labels: pull-request-available
>
> Creating this issue as a note for PR-1064.
> $ git checkout 10.0
> $ ant clean; ant build
> $ ant gen-sigtests-release
> # I had to fix the nbbuild/build.xml a bit to make this work
> $ git stash
> $ git checkout master
> $ git pull
> $ git checkout -b SnapshotOfAPIsAsOfRelease100
> $ git stash pop
> $ git add .
> $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c (tag: 10.0-vc5, tag: 10.0, 
> release100)"



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

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

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



[incubator-netbeans] branch master updated (55c814d -> c1c5403)

2018-12-30 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 55c814d  NETBEANS-1663: Better support for JUnit 5 ParameterizedTest 
(#1019)
 add 3a8257f  Making CreateLicenseSummary logging less aggressive
 new c1c5403  LessVerboseCreateLicenseSummary was approved

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


Summary of changes:
 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[incubator-netbeans] 01/01: LessVerboseCreateLicenseSummary was approved

2018-12-30 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit c1c54031a7760b126f89aa5ca458f1537a9234aa
Merge: 55c814d 3a8257f
Author: Jaroslav Tulach 
AuthorDate: Mon Dec 31 04:44:14 2018 +0100

LessVerboseCreateLicenseSummary was approved

 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[incubator-netbeans] branch master updated: NETBEANS-1663: Better support for JUnit 5 ParameterizedTest (#1019)

2018-12-30 Thread johnmcdonnell
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 55c814d  NETBEANS-1663: Better support for JUnit 5 ParameterizedTest 
(#1019)
55c814d is described below

commit 55c814dd124ad87e44d23fbb8d913f6b5b27883e
Author: Stig Døssing 
AuthorDate: Mon Dec 31 03:51:39 2018 +0100

NETBEANS-1663: Better support for JUnit 5 ParameterizedTest (#1019)
---
 .../gsf/testrunner/ui/api/TestMethodNode.java  | 14 ++---
 .../modules/gsf/testrunner/api/Testcase.java   | 17 -
 java/junit.ui/nbproject/project.properties |  2 +-
 .../junit/ui/actions/TestClassInfoTask.java| 72 ++
 .../netbeans/modules/junit/api/JUnitTestcase.java  | 17 -
 .../maven/junit/JUnitOutputListenerProvider.java   | 15 -
 6 files changed, 101 insertions(+), 36 deletions(-)

diff --git 
a/ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestMethodNode.java
 
b/ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestMethodNode.java
index f03f6b3..67eee3b 100644
--- 
a/ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestMethodNode.java
+++ 
b/ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestMethodNode.java
@@ -110,23 +110,23 @@ public class TestMethodNode extends AbstractNode {
: testcase.getTrouble().isError() ? 1 : 2;
 
 if ((status == 0) && (testcase.getTimeMillis() < 0)) {
-setDisplayName(testcase.getName());
+setDisplayName(testcase.getDisplayName());
 return;
 }
 
 if(testcase.getTimeMillis() < 0) {
 if(status == 1) {
-setDisplayName(Bundle.MSG_TestMethodError(testcase.getName()));
+
setDisplayName(Bundle.MSG_TestMethodError(testcase.getDisplayName()));
 } else if(status == 2) {
-
setDisplayName(Bundle.MSG_TestMethodFailed(testcase.getName()));
+
setDisplayName(Bundle.MSG_TestMethodFailed(testcase.getDisplayName()));
 }
 } else {
 if(status == 0) {
-
setDisplayName(Bundle.MSG_TestMethodPassed_time(testcase.getName(), 
testcase.getTimeMillis() / 1000f));
+
setDisplayName(Bundle.MSG_TestMethodPassed_time(testcase.getDisplayName(), 
testcase.getTimeMillis() / 1000f));
 } else if(status == 1) {
-
setDisplayName(Bundle.MSG_TestMethodError_time(testcase.getName(), 
testcase.getTimeMillis() / 1000f));
+
setDisplayName(Bundle.MSG_TestMethodError_time(testcase.getDisplayName(), 
testcase.getTimeMillis() / 1000f));
 } else if(status == 2) {
-
setDisplayName(Bundle.MSG_TestMethodFailed_time(testcase.getName(), 
testcase.getTimeMillis() / 1000f));
+
setDisplayName(Bundle.MSG_TestMethodFailed_time(testcase.getDisplayName(), 
testcase.getTimeMillis() / 1000f));
 }
 }
 }
@@ -145,7 +145,7 @@ public class TestMethodNode extends AbstractNode {
 Status status = testcase.getStatus();
 
 StringBuffer buf = new StringBuffer(60);
-buf.append(testcase.getName());
+buf.append(testcase.getDisplayName());
 buf.append("  "); 
//NOI18N
 buf.append(""); //NOI18N
diff --git 
a/ide/gsf.testrunner/src/org/netbeans/modules/gsf/testrunner/api/Testcase.java 
b/ide/gsf.testrunner/src/org/netbeans/modules/gsf/testrunner/api/Testcase.java
index 138162a..fd2b290 100644
--- 
a/ide/gsf.testrunner/src/org/netbeans/modules/gsf/testrunner/api/Testcase.java
+++ 
b/ide/gsf.testrunner/src/org/netbeans/modules/gsf/testrunner/api/Testcase.java
@@ -37,6 +37,7 @@ public class Testcase {
  */
 private String className;
 private final String name;
+private final String displayName;
 private long timeMillis;
 private Trouble trouble;
 private Status status;
@@ -50,18 +51,25 @@ public class Testcase {
 private String location;
 private TestSession session;
 
+public Testcase(String name, String type, TestSession session) {
+this(name, name, type, session);
+}
+
 /**
  * Creates a new Testcase.
  *
  * @param name the name of this test case.
+ * @param displayName The display name of this test case.
  * @param type the type of the test case, e.g. for Ruby it might be
  * "RSPEC" or "TEST/UNIT". May be 
null.
  * @param session the session where this test case is executed.
  */
-public Testcase(String name, String type, TestSession session) {
+public Testcase(String name, String displayName, String type, TestSession 
session) {
 Parameters.notNull("name", name);
+Parameters.notNull("displayName", dis

[jira] [Updated] (NETBEANS-1847) what is the last radio mean

2018-12-30 Thread Peter (JIRA)


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

Peter updated NETBEANS-1847:

Attachment: 1.png

> what is the last radio mean
> ---
>
> Key: NETBEANS-1847
> URL: https://issues.apache.org/jira/browse/NETBEANS-1847
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Peter
>Priority: Major
> Attachments: 1.png
>
>
> what is the last radio mean in plugins.netbeans.org ? probably a bug



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

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

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



[jira] [Created] (NETBEANS-1847) what is the last radio mean

2018-12-30 Thread Peter (JIRA)
Peter created NETBEANS-1847:
---

 Summary: what is the last radio mean
 Key: NETBEANS-1847
 URL: https://issues.apache.org/jira/browse/NETBEANS-1847
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Peter
 Attachments: 1.png

what is the last radio mean in plugins.netbeans.org ? probably a bug



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

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

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