[netbeans-jenkins-lib] branch master updated: Update asfMainNetBeansBuild.groovy

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 21694f7  Update asfMainNetBeansBuild.groovy
21694f7 is described below

commit 21694f70cf3ec60d49d991d8a626b85f99e97855
Author: Eric Barboni 
AuthorDate: Thu Oct 3 01:30:16 2019 +0200

Update asfMainNetBeansBuild.groovy

try to avoid javadoc copy to dist
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index e0fa687..35232c5 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -169,7 +169,7 @@ def call(Map params = [:]) {
 sh "cp 
${env.WORKSPACE}/nbbuild/build/*platform*.zip 
${env.WORKSPACE}/dist/netbeans-platform-${rmversion}-source.zip"
 sh "cp 
${env.WORKSPACE}/nbbuild/build/release*.zip 
${env.WORKSPACE}/dist/netbeans-${rmversion}-source.zip"
 sh "cp 
${env.WORKSPACE}/build-platform-temp/nbbuild/*.zip 
${env.WORKSPACE}/dist/netbeans-platform-${rmversion}-bin.zip"
-sh "cp 
${env.WORKSPACE}/build-release-temp/nbbuild/*.zip 
${env.WORKSPACE}/dist/netbeans-${rmversion}-bin.zip"
+sh "cp 
${env.WORKSPACE}/build-release-temp/nbbuild/*-release.zip 
${env.WORKSPACE}/dist/netbeans-${rmversion}-bin.zip"
 sh "mkdir ${env.WORKSPACE}/dist/nbms"
  
 // creat maven repository folder and content


-
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-10-02 Thread Pedro Silva (Jira)


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

Pedro Silva commented on NETBEANS-2415:
---

I have installed NetBeans 11.0 LTS and the Wildfly Plugin for 11.0 (plugin 
v2.0). I'm getting the JAVA_EE_8_FULL error too.

!image-2019-10-02-23-29-11-140.png!

Is there a workaround for this ? Thanks !

> 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
> Attachments: image-2019-10-02-23-28-48-638.png, 
> image-2019-10-02-23-29-11-140.png
>
>
> 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.4#803005)

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

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



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

2019-10-02 Thread Pedro Silva (Jira)


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

Pedro Silva updated NETBEANS-2415:
--
Attachment: image-2019-10-02-23-29-11-140.png

> 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
> Attachments: image-2019-10-02-23-28-48-638.png, 
> image-2019-10-02-23-29-11-140.png
>
>
> 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.4#803005)

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

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



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

2019-10-02 Thread Pedro Silva (Jira)


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

Pedro Silva updated NETBEANS-2415:
--
Attachment: image-2019-10-02-23-28-48-638.png

> 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
> Attachments: image-2019-10-02-23-28-48-638.png
>
>
> 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.4#803005)

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

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



[jira] [Resolved] (NETBEANS-3192) NPE in module creation wizard

2019-10-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3192.
---
Fix Version/s: 11.2
   Resolution: Fixed

> NPE in module creation wizard 
> --
>
> Key: NETBEANS-3192
> URL: https://issues.apache.org/jira/browse/NETBEANS-3192
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Oliver Marienfeld
>Priority: Major
> Fix For: 11.2
>
>
> When finishing the module creation wizard (New Project > Java with Maven > 
> NetBeans Module), a {{NullPointerException}} is thrown and the wizard 
> crashes. However, it managed to create the first directory of the directory 
> structure it was about to establish on my hard disk. After the crash, the 
> _New Project_ wizard cannot be opened anymore.
> I'm using NetBeans 11.1 on OpenJDK 12 on MacOS.
> {code:java}
> 
>   2019-10-02T20:03:33
>   1570039413471
>   19
>   300
>   16
>   SCREEN SIZE
>   2560
>   1440
>   1
> 
> 
>   2019-10-02T20:03:33
>   1570039413471
>   20
>   700
>   16
>   IDE_STARTUP
> 
> 
>   2019-10-02T20:03:34
>   1570039414361
>   32
>   800
>   16
>   USG_LOOK_AND_FEEL
>   Aqua
>   Mac OS X
> 
> 
>   2019-10-02T20:03:36
>   1570039416488
>   70
>   800
>   43
>   USG_VCS_CLIENT
>   GIT
>   JAVALIB
> 
> 
>   2019-10-02T20:03:37
>   1570039417262
>   76
>   800
>   30
>   MEMORY
>   8589934592
> 
> 
>   2019-10-02T20:03:38
>   1570039418258
>   78
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:38
>   1570039418467
>   79
>   800
>   26
>   UI_MAVEN_PROJECT_OPENED
>   nbm
> 
> 
>   2019-10-02T20:03:38
>   1570039418468
>   80
>   800
>   26
>   USG_PROJECT_OPEN_MAVEN
>   nbm
> 
> 
>   2019-10-02T20:03:38
>   1570039418542
>   81
>   700
>   26
>   UI_INIT_PROJECTS
>   UI_INIT_PROJECTS
>   org.netbeans.modules.project.ui.Bundle
>   org.netbeans.modules.maven.NbMavenProjectImpl
>   NbMavenProjectImpl
>   1
> 
> 
>   2019-10-02T20:03:38
>   1570039418543
>   82
>   800
>   26
>   USG_PROJECT_OPEN
>   org.netbeans.modules.maven.NbMavenProjectImpl
> 
> 
>   2019-10-02T20:03:38
>   1570039418591
>   83
>   500
>   47
>   ERGO_PROJECT_OPEN
>   ERGO_PROJECT_OPEN
>   org.netbeans.modules.ide.ergonomics.fod.Bundle
>   apisupport
> 
> 
>   2019-10-02T20:03:39
>   1570039419952
>   86
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   1693
> 
> 
>   2019-10-02T20:03:39
>   1570039419952
>   87
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:42
>   1570039422367
>   98
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   2415
>   java
>   536
>   2194
>   SpringBinary
>   531
>   14
>   TaskListIndexer
>   5
>   1
>   
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>   5
>   18
>   CopyResourcesIndexer
>   5
>   0
>   jsfBinary
>   531
>   31
>   jsfCustomIndexer
>   5
>   0
>   org-netbeans-modules-jumpto-file-FileIndexer
>   5
>   0
> 
> 
>   2019-10-02T20:03:42
>   1570039422367
>   99
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:44
>   1570039424195
>   115
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   1828
>   TLIndexer
>   2
>   1669
> 
> 
>   2019-10-02T20:03:44
>   1570039424612
>   116
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   417
> 
> 
>   2019-10-02T20:03:44
>   1570039424738
>   123
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   126
>   TaskListIndexer
>   3
>   0
>   
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>   3
>   0
>   jsfCustomIndexer
>   3
>   0
>   org-netbeans-modules-jumpto-file-FileIndexer
>   3
>   0
> 
> 
>   2019-10-02T20:03:46
>   1570039426453
>   124
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   org.openide.awt.Toolbar$DefaultIconButton[]
>   org.openide.awt.Toolbar$DefaultIconButton
>   org.openide.awt.AlwaysEnabledAction[New Project...]
>   org.openide.awt.AlwaysEnabledAction
>   New Project...
> 
> 
>   2019-10-02T20:04:22
>   1570039462191
>   135
>   800
>   44
>   USG_PROJECT_CREATE_MAVEN
>   org.apache.netbeans.archetypes:nbm-archetype:1.16
> 
> 
>   2019-10-02T20:04:22
>   1570039462297
>   136
>   900
>   44
>   
> java.lang.NullPointerException
> 
>   

[jira] [Updated] (NETBEANS-3193) Support remote files in Open Recent File menu

2019-10-02 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3193:
-
Labels: pull-request-available ready-to-commit  (was: ready-to-commit)

> Support remote files in Open Recent File menu
> -
>
> Key: NETBEANS-3193
> URL: https://issues.apache.org/jira/browse/NETBEANS-3193
> Project: NetBeans
>  Issue Type: Improvement
>  Components: utilities - Open File
>Reporter: Siddhesh Rane
>Assignee: Siddhesh Rane
>Priority: Minor
>  Labels: pull-request-available, ready-to-commit
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Open Recent File feature currently supports only local disk files.
> As Netbeans has full fledged support for remote development,  support needs 
> to be added for recently opened/closed remote file (rfs:// , sftp:// etc)
> This feature would make it very convenient especially for opening last closed 
> file in C++ remote development mode.
>  
> *Required code changes*
> Recent files list is stored as system dependent file path. Replacing this 
> with URLs obtained for URLMapper would be all that is needed



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

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

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



[jira] [Created] (NETBEANS-3193) Support remote files in Open Recent File menu

2019-10-02 Thread Siddhesh Rane (Jira)
Siddhesh Rane created NETBEANS-3193:
---

 Summary: Support remote files in Open Recent File menu
 Key: NETBEANS-3193
 URL: https://issues.apache.org/jira/browse/NETBEANS-3193
 Project: NetBeans
  Issue Type: Improvement
  Components: utilities - Open File
Reporter: Siddhesh Rane
Assignee: Siddhesh Rane


Open Recent File feature currently supports only local disk files.

As Netbeans has full fledged support for remote development,  support needs to 
be added for recently opened/closed remote file (rfs:// , sftp:// etc)

This feature would make it very convenient especially for opening last closed 
file in C++ remote development mode.

 

*Required code changes*

Recent files list is stored as system dependent file path. Replacing this with 
URLs obtained for URLMapper would be all that is needed



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

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

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



[netbeans-jenkins-lib] branch master updated: Update asfMainNetBeansBuild.groovy

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 126b667  Update asfMainNetBeansBuild.groovy
126b667 is described below

commit 126b66797ebb017a506a918d0c3aef38a371d5ad
Author: Eric Barboni 
AuthorDate: Wed Oct 2 20:34:38 2019 +0200

Update asfMainNetBeansBuild.groovy
---
 vars/asfMainNetBeansBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 359fb28..e0fa687 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -139,7 +139,8 @@ def call(Map params = [:]) {
 sh "rm -rf ${env.WORKSPACE}/nbbuild/build"
 
 for (String clusterconfig in clusterconfigs) {
-sh "ant build-source-config 
-Dcluster.config=${clusterconfig}"
+// force a build num for 
build-source-config
+sh "ant build-source-config 
-Dcluster.config=${clusterconfig} -Dbuildnum=666"
 for (String target in targets){
 sh "rm -rf 
${env.WORKSPACE}/${target}-${clusterconfig}-temp"
 sh "mkdir  
${env.WORKSPACE}/${target}-${clusterconfig}-temp"


-
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-3192) NPE in module creation wizard

2019-10-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3192:
-

Fixed in 11.2.

Beta1 is here: bit.ly/apache-netbeans-11-2-beta-1

> NPE in module creation wizard 
> --
>
> Key: NETBEANS-3192
> URL: https://issues.apache.org/jira/browse/NETBEANS-3192
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Oliver Marienfeld
>Priority: Major
>
> When finishing the module creation wizard (New Project > Java with Maven > 
> NetBeans Module), a {{NullPointerException}} is thrown and the wizard 
> crashes. However, it managed to create the first directory of the directory 
> structure it was about to establish on my hard disk. After the crash, the 
> _New Project_ wizard cannot be opened anymore.
> I'm using NetBeans 11.1 on OpenJDK 12 on MacOS.
> {code:java}
> 
>   2019-10-02T20:03:33
>   1570039413471
>   19
>   300
>   16
>   SCREEN SIZE
>   2560
>   1440
>   1
> 
> 
>   2019-10-02T20:03:33
>   1570039413471
>   20
>   700
>   16
>   IDE_STARTUP
> 
> 
>   2019-10-02T20:03:34
>   1570039414361
>   32
>   800
>   16
>   USG_LOOK_AND_FEEL
>   Aqua
>   Mac OS X
> 
> 
>   2019-10-02T20:03:36
>   1570039416488
>   70
>   800
>   43
>   USG_VCS_CLIENT
>   GIT
>   JAVALIB
> 
> 
>   2019-10-02T20:03:37
>   1570039417262
>   76
>   800
>   30
>   MEMORY
>   8589934592
> 
> 
>   2019-10-02T20:03:38
>   1570039418258
>   78
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:38
>   1570039418467
>   79
>   800
>   26
>   UI_MAVEN_PROJECT_OPENED
>   nbm
> 
> 
>   2019-10-02T20:03:38
>   1570039418468
>   80
>   800
>   26
>   USG_PROJECT_OPEN_MAVEN
>   nbm
> 
> 
>   2019-10-02T20:03:38
>   1570039418542
>   81
>   700
>   26
>   UI_INIT_PROJECTS
>   UI_INIT_PROJECTS
>   org.netbeans.modules.project.ui.Bundle
>   org.netbeans.modules.maven.NbMavenProjectImpl
>   NbMavenProjectImpl
>   1
> 
> 
>   2019-10-02T20:03:38
>   1570039418543
>   82
>   800
>   26
>   USG_PROJECT_OPEN
>   org.netbeans.modules.maven.NbMavenProjectImpl
> 
> 
>   2019-10-02T20:03:38
>   1570039418591
>   83
>   500
>   47
>   ERGO_PROJECT_OPEN
>   ERGO_PROJECT_OPEN
>   org.netbeans.modules.ide.ergonomics.fod.Bundle
>   apisupport
> 
> 
>   2019-10-02T20:03:39
>   1570039419952
>   86
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   1693
> 
> 
>   2019-10-02T20:03:39
>   1570039419952
>   87
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:42
>   1570039422367
>   98
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   2415
>   java
>   536
>   2194
>   SpringBinary
>   531
>   14
>   TaskListIndexer
>   5
>   1
>   
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>   5
>   18
>   CopyResourcesIndexer
>   5
>   0
>   jsfBinary
>   531
>   31
>   jsfCustomIndexer
>   5
>   0
>   org-netbeans-modules-jumpto-file-FileIndexer
>   5
>   0
> 
> 
>   2019-10-02T20:03:42
>   1570039422367
>   99
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-10-02T20:03:44
>   1570039424195
>   115
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   1828
>   TLIndexer
>   2
>   1669
> 
> 
>   2019-10-02T20:03:44
>   1570039424612
>   116
>   800
>   43
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   417
> 
> 
>   2019-10-02T20:03:44
>   1570039424738
>   123
>   800
>   43
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   126
>   TaskListIndexer
>   3
>   0
>   
> org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
>   3
>   0
>   jsfCustomIndexer
>   3
>   0
>   org-netbeans-modules-jumpto-file-FileIndexer
>   3
>   0
> 
> 
>   2019-10-02T20:03:46
>   1570039426453
>   124
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   org.openide.awt.Toolbar$DefaultIconButton[]
>   org.openide.awt.Toolbar$DefaultIconButton
>   org.openide.awt.AlwaysEnabledAction[New Project...]
>   org.openide.awt.AlwaysEnabledAction
>   New Project...
> 
> 
>   2019-10-02T20:04:22
>   1570039462191
>   135
>   800
>   44
>   USG_PROJECT_CREATE_MAVEN
>   org.apache.netbeans.archetypes:nbm-archetype:1.16
> 
> 
>   2019-10-02T20:04:22
>   1570039462297
>   136
>   900
>   44
>   
> java.lang.NullPointerException
> 
>   

[jira] [Created] (NETBEANS-3192) NPE in module creation wizard

2019-10-02 Thread Oliver Marienfeld (Jira)
Oliver Marienfeld created NETBEANS-3192:
---

 Summary: NPE in module creation wizard 
 Key: NETBEANS-3192
 URL: https://issues.apache.org/jira/browse/NETBEANS-3192
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Oliver Marienfeld


When finishing the module creation wizard (New Project > Java with Maven > 
NetBeans Module), a {{NullPointerException}} is thrown and the wizard crashes. 
However, it managed to create the first directory of the directory structure it 
was about to establish on my hard disk. After the crash, the _New Project_ 
wizard cannot be opened anymore.

I'm using NetBeans 11.1 on OpenJDK 12 on MacOS.
{code:java}

  2019-10-02T20:03:33
  1570039413471
  19
  300
  16
  SCREEN SIZE
  2560
  1440
  1


  2019-10-02T20:03:33
  1570039413471
  20
  700
  16
  IDE_STARTUP


  2019-10-02T20:03:34
  1570039414361
  32
  800
  16
  USG_LOOK_AND_FEEL
  Aqua
  Mac OS X


  2019-10-02T20:03:36
  1570039416488
  70
  800
  43
  USG_VCS_CLIENT
  GIT
  JAVALIB


  2019-10-02T20:03:37
  1570039417262
  76
  800
  30
  MEMORY
  8589934592


  2019-10-02T20:03:38
  1570039418258
  78
  800
  43
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-10-02T20:03:38
  1570039418467
  79
  800
  26
  UI_MAVEN_PROJECT_OPENED
  nbm


  2019-10-02T20:03:38
  1570039418468
  80
  800
  26
  USG_PROJECT_OPEN_MAVEN
  nbm


  2019-10-02T20:03:38
  1570039418542
  81
  700
  26
  UI_INIT_PROJECTS
  UI_INIT_PROJECTS
  org.netbeans.modules.project.ui.Bundle
  org.netbeans.modules.maven.NbMavenProjectImpl
  NbMavenProjectImpl
  1


  2019-10-02T20:03:38
  1570039418543
  82
  800
  26
  USG_PROJECT_OPEN
  org.netbeans.modules.maven.NbMavenProjectImpl


  2019-10-02T20:03:38
  1570039418591
  83
  500
  47
  ERGO_PROJECT_OPEN
  ERGO_PROJECT_OPEN
  org.netbeans.modules.ide.ergonomics.fod.Bundle
  apisupport


  2019-10-02T20:03:39
  1570039419952
  86
  800
  43
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  1693


  2019-10-02T20:03:39
  1570039419952
  87
  800
  43
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-10-02T20:03:42
  1570039422367
  98
  800
  43
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  2415
  java
  536
  2194
  SpringBinary
  531
  14
  TaskListIndexer
  5
  1
  
org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
  5
  18
  CopyResourcesIndexer
  5
  0
  jsfBinary
  531
  31
  jsfCustomIndexer
  5
  0
  org-netbeans-modules-jumpto-file-FileIndexer
  5
  0


  2019-10-02T20:03:42
  1570039422367
  99
  800
  43
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  0


  2019-10-02T20:03:44
  1570039424195
  115
  800
  43
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  1828
  TLIndexer
  2
  1669


  2019-10-02T20:03:44
  1570039424612
  116
  800
  43
  INDEXING_STARTED
  INDEXING_STARTED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  417


  2019-10-02T20:03:44
  1570039424738
  123
  800
  43
  INDEXING_FINISHED
  INDEXING_FINISHED
  org.netbeans.modules.parsing.impl.indexing.Bundle
  126
  TaskListIndexer
  3
  0
  
org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
  3
  0
  jsfCustomIndexer
  3
  0
  org-netbeans-modules-jumpto-file-FileIndexer
  3
  0


  2019-10-02T20:03:46
  1570039426453
  124
  400
  22
  UI_ACTION_BUTTON_PRESS
  UI_ACTION_BUTTON_PRESS
  org.openide.awt.Bundle
  org.openide.awt.Toolbar$DefaultIconButton[]
  org.openide.awt.Toolbar$DefaultIconButton
  org.openide.awt.AlwaysEnabledAction[New Project...]
  org.openide.awt.AlwaysEnabledAction
  New Project...


  2019-10-02T20:04:22
  1570039462191
  135
  800
  44
  USG_PROJECT_CREATE_MAVEN
  org.apache.netbeans.archetypes:nbm-archetype:1.16


  2019-10-02T20:04:22
  1570039462297
  136
  900
  44
  
java.lang.NullPointerException

  org.apache.maven.artifact.versioning.ComparableVersion
  parseVersion
  357
  ${netBeansDir}maven/lib/maven-artifact-3.3.9.jar


  org.apache.maven.artifact.versioning.ComparableVersion
  init
  348
  ${netBeansDir}maven/lib/maven-artifact-3.3.9.jar


  
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations
  performOperation
  384
  
${netBeansDir}modules/org-netbeans-modules-maven-apisupport.jar


  
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations
  performOperation
  141
  
${netBeansDir}modules/org-netbeans-modules-maven-apisupport.jar


  org.netbeans.modules.maven.model.Utilities
  performPOMModelOperations
  318
  ${netBeansDir}modules/org-netbeans-modules-maven-model.jar

 

[jira] [Updated] (NETBEANS-3191) NPE on Find Usages and Call Hierarchy

2019-10-02 Thread ASF GitHub Bot (Jira)


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

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

> NPE on Find Usages and Call Hierarchy
> -
>
> Key: NETBEANS-3191
> URL: https://issues.apache.org/jira/browse/NETBEANS-3191
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.1, 11.2
> Environment: Java: 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 
> 25.212-b10
> Runtime: Java(TM) SE Runtime Environment 1.8.0_212-b10
> System: Windows 10 version 10.0 running on amd64; utf-8; en_US (nb)
>Reporter: Niklas Matthies
>Priority: Major
>  Labels: pull-request-available
> Attachments: Example.zip, stacktraces.txt
>
>
> Please see the Maven project in the attached Example.zip. To reproduce the 
> the issue:
>  # Open the project in NetBeans
>  # Download the Guava dependency
>  # Wait until background scanning etc. has completed
>  # In Test1.java, perform Find Usages or Call Hierarchy on the getResult() 
> method
>  # In the case of Call Hierarchy, the processLine() node must be expanded to 
> trigger the error
>  # When performing Find Usages after Call Hierarchy, at least under NB 11.1 
> the first execution triggers no error, but the results list remains empty, 
> however a second execution triggers the exception
> => An Unexpected Exception occurs, see the stacktraces in the attached 
> stacktraces.txt
> The necessary condition for the error to occur is apparently that both the 
> method in question as well as its caller must be methods overridden from the 
> same interface, and that the interface must be defined in a separate jar for 
> which there is no NetBeans project present. (That's why I used the Guava 
> dependency for the reproducible example project.)
> I first reproduced the issue in NetBeans 11.1 and then was able to reproduce 
> it in 11.2-beta1.
> The error is also reproducible with a reset (deleted) cachedir/index.
> I used 11.2-beta1 with the default settings (no imported settings), just with 
> nb-javac 1.71 installed.
> Test2.java shows that the error also occurs when the caller and callee 
> methods are in different classes, but inherited from the same interface.
> In Test3 and Test4, the calling method is overriden from the base class and 
> from a different interface (respectively), which causes the error to NOT 
> happen for Call Hierarchy, but it does STILL happen for Find Usages.
> In the Find Usages dialog, "From: LineProcessor" must be selected. The error 
> doesn't occur with "From: Test1". The selected scope on the other hand 
> doesn't seem to make a difference.
>  



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

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

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



[netbeans-jenkins-lib] branch master updated: removed buildnum from build

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

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


The following commit(s) were added to refs/heads/master by this push:
 new a50c5c8  removed buildnum from build
a50c5c8 is described below

commit a50c5c8f1cf39137ea4999ee02a327793f0fbae0
Author: Eric Barboni 
AuthorDate: Wed Oct 2 17:56:08 2019 +0200

removed buildnum from build

@neilcsmith-net commit and restart
---
 vars/asfMainNetBeansBuild.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 20d6ccb..359fb28 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -139,7 +139,7 @@ def call(Map params = [:]) {
 sh "rm -rf ${env.WORKSPACE}/nbbuild/build"
 
 for (String clusterconfig in clusterconfigs) {
-sh "ant build-source-config 
-Dcluster.config=${clusterconfig} 
-Dbuildnum=${env.BRANCH_NAME}_${env.BUILD_NUMBER}"
+sh "ant build-source-config 
-Dcluster.config=${clusterconfig}"
 for (String target in targets){
 sh "rm -rf 
${env.WORKSPACE}/${target}-${clusterconfig}-temp"
 sh "mkdir  
${env.WORKSPACE}/${target}-${clusterconfig}-temp"
@@ -150,13 +150,13 @@ def call(Map params = [:]) {
 if (target=="build" && 
env.BRANCH_NAME!="release90") {
 add=" 
-Ddo.build.windows.launchers=true"
 }
-sh "ant -f 
${env.WORKSPACE}/${target}-${clusterconfig}-temp/build.xml ${target} 
-Dcluster.config=${clusterconfig} 
-Dbuildnum=${env.BRANCH_NAME}_${env.BUILD_NUMBER} ${add}"
+sh "ant -f 
${env.WORKSPACE}/${target}-${clusterconfig}-temp/build.xml ${target} 
-Dcluster.config=${clusterconfig} ${add}"
 }
 
 }

 
-sh "ant -f 
${env.WORKSPACE}/build-release-temp/build.xml build-nbms build-source-zips 
generate-uc-catalog -Dcluster.config=release -Ddo.build.windows.launchers=true 
-Dbuildnum=${env.BRANCH_NAME}_${env.BUILD_NUMBER}"
+sh "ant -f 
${env.WORKSPACE}/build-release-temp/build.xml build-nbms build-source-zips 
generate-uc-catalog -Dcluster.config=release -Ddo.build.windows.launchers=true"
 sh "ant -f 
${env.WORKSPACE}/build-release-temp/build.xml build-javadoc 
-Djavadoc.web.root='${apidocurl}' -Dmodules-javadoc-date='${date}' 
-Datom-date='${atomdate}' -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"

 // remove folders


-
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-jenkins-lib] branch master updated: Add NB 11.2-beta2 milestone.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new f9bb2d3  Add NB 11.2-beta2 milestone.
 new 18e69be  Merge pull request #5 from neilcsmith-net/nb112-b2
f9bb2d3 is described below

commit f9bb2d38c4fe92453cf88d5adb93531baba77f83
Author: Neil C Smith 
AuthorDate: Wed Oct 2 14:18:12 2019 +0100

Add NB 11.2-beta2 milestone.
---
 meta/netbeansrelease.json | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 41f23aa..0de7667 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -130,6 +130,10 @@
 "fc82d6fe44bb3557f757bc520b7bc95fade01ebd": {
 "version": "beta1",
 "position": "1"
+},
+"86e1b2eb194e8e9628a66e6ee1a128134c70671a": {
+"version": "beta2",
+"position": "2"
 }
 },
 "releasedate": {


-
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 release112 updated (fc82d6f -> 86e1b2e)

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

neilcsmith pushed a change to branch release112
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from fc82d6f  Merge pull request #1523 from apache/master
 add b9a74ba  Make newer snapcraft happy adding parse-info tag.
 add d289969  Merge pull request #1531 from lkishalmi/Snapcraft_update
 add 4f05b9a  [NETBEANS-2914]: Elements.getPackageElement works 
better/safer when a ModuleSymbol is given.
 add 779a798  Merge pull request #1529 from jlahoda/NETBEANS-2914
 add 192d969  [NETBEANS-3106] Add javahome property to groovyc task
 add 6e4d083  Merge pull request #1513 from graben/NETBEANS-3106
 add 76bf6c3  fix build order for git properties + json correction
 add 6c3e8d1  Merge pull request #1533 from ebarboni/buildimprovement
 add ec05931  [NETBEANS-3175] Removed JavaFX Maven application, replace 
with Gluon
 add 205f94a  Merge pull request #1535 from apache/geertjanw-patch-5
 add 6e34996  Pack200 is deprecated for removal, disabling it by default 
when creating an NBM.
 add 217ae66  Merge pull request #1537 from jlahoda/disable.pack200
 add 4b93558  [NETBEANS-3040] Diff to feature does not work for Remote 
files in C/C++
 add eb073e1  Merge pull request #1536 from 
SiddheshRane/diff-for-remote-files
 add 5a51d83  [NETBEANS-2888] - Project Context Path problem for Java Maven 
Web Application (#1526)
 add 124aea5  Set buildnumber to 
"${metabuild.RawVersion}-${metabuild.hash}" if both values have been computed.
 add 3243f30  Merge pull request #1540 from neilcsmith-net/git-buildnum
 add 101c870  Putting nb-javac NBM directly into the NetBeans distribution. 
(#1538)
 new 86e1b2e  Merge pull request #1539 from apache/master

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:
 enterprise/glassfish.eecommon/licenseinfo.xml  |  30 
 .../modules/glassfish/eecommon/api/Utils.java  |   4 +-
 .../api/config/GlassfishConfiguration.java |  20 ++-
 .../eecommon/api/config/J2eeModuleHelper.java  |   8 +-
 .../eecommon/api/config/ServletVersion.java|   9 +
 .../api/ddtemplates/javaee/glassfish-web.xml   |  25 +++
 .../netbeans/modules/glassfish/eecommon/layer.xml  |  20 +--
 .../modules/j2ee/sun/dd/api/ASDDVersion.java   |  53 ++
 .../modules/j2ee/sun/dd/impl/DTDRegistry.java  |  47 +++--
 extra/nbjavac.api/build.xml|  25 +++
 extra/nbjavac.api/manifest.mf  |   7 +
 extra/nbjavac.api/nbproject/project.properties |  21 +++
 extra/nbjavac.api/nbproject/project.xml|  35 
 .../modules/ext/nb-javac-13-api.jar.external   |   4 +
 .../netbeans/modules/nbjavac/api/Bundle.properties |  18 ++
 extra/nbjavac.impl/build.xml   |  25 +++
 extra/nbjavac.impl/manifest.mf |   8 +
 extra/nbjavac.impl/nbproject/project.properties|  21 +++
 extra/nbjavac.impl/nbproject/project.xml   |  42 +
 .../modules/ext/nb-javac-13-impl.jar.external  |   4 +
 .../modules/nbjavac/impl/Bundle.properties |  18 ++
 extra/nbjavac/build.xml|  25 +++
 extra/nbjavac/manifest.mf  |   6 +
 extra/nbjavac/nbproject/project.properties |  20 +++
 extra/nbjavac/nbproject/project.xml|  76 
 .../org/netbeans/modules/nbjavac/Bundle.properties |  19 ++
 .../antproject/resources/groovy-build-ejb.xsl  |   1 +
 .../antproject/resources/groovy-build-j2se.xsl |   1 +
 .../antproject/resources/groovy-build-web.xsl  |   1 +
 .../src/org/netbeans/modules/diff/DiffAction.java  |   6 +-
 .../modules/diff/EditorBufferSelectorPanel.java|  31 +++-
 .../java/editor/imports/ComputeImports.java|   5 +-
 .../java/editor/imports/ComputeImportsTest.java| 197 +
 .../maven/newproject/MavenWizardIterator.java  |  14 +-
 nb/updatecenters/build.xml |   5 +-
 .../netbeans/nbbuild/ReleaseJsonProperties.java|  10 +-
 nbbuild/build.xml  |  11 +-
 nbbuild/default.xml|   9 +-
 .../packaging/netbeans_snap/snap/snapcraft.yaml|   1 +
 nbbuild/templates/common.xml   |   2 +-
 40 files changed, 778 insertions(+), 106 deletions(-)
 create mode 100644 enterprise/glassfish.eecommon/licenseinfo.xml
 create mode 100644 
enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/ddtemplates/javaee/glassfish-web.xml
 create mode 100644 extra/nbjavac.api/build.xml
 create mode 100644 extra/nbjavac.api/manifest.mf
 create mode 100644 extra/nbjavac.api/nbproject/project.properties
 create mode 100644 

[netbeans] 01/01: Merge pull request #1539 from apache/master

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

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

commit 86e1b2eb194e8e9628a66e6ee1a128134c70671a
Merge: fc82d6f 101c870
Author: Neil C Smith 
AuthorDate: Wed Oct 2 13:59:38 2019 +0100

Merge pull request #1539 from apache/master

Sync master to release112 branch for beta2

 enterprise/glassfish.eecommon/licenseinfo.xml  |  30 
 .../modules/glassfish/eecommon/api/Utils.java  |   4 +-
 .../api/config/GlassfishConfiguration.java |  20 ++-
 .../eecommon/api/config/J2eeModuleHelper.java  |   8 +-
 .../eecommon/api/config/ServletVersion.java|   9 +
 .../api/ddtemplates/javaee/glassfish-web.xml   |  25 +++
 .../netbeans/modules/glassfish/eecommon/layer.xml  |  20 +--
 .../modules/j2ee/sun/dd/api/ASDDVersion.java   |  53 ++
 .../modules/j2ee/sun/dd/impl/DTDRegistry.java  |  47 +++--
 extra/nbjavac.api/build.xml|  25 +++
 extra/nbjavac.api/manifest.mf  |   7 +
 extra/nbjavac.api/nbproject/project.properties |  21 +++
 extra/nbjavac.api/nbproject/project.xml|  35 
 .../modules/ext/nb-javac-13-api.jar.external   |   4 +
 .../netbeans/modules/nbjavac/api/Bundle.properties |  18 ++
 extra/nbjavac.impl/build.xml   |  25 +++
 extra/nbjavac.impl/manifest.mf |   8 +
 extra/nbjavac.impl/nbproject/project.properties|  21 +++
 extra/nbjavac.impl/nbproject/project.xml   |  42 +
 .../modules/ext/nb-javac-13-impl.jar.external  |   4 +
 .../modules/nbjavac/impl/Bundle.properties |  18 ++
 extra/nbjavac/build.xml|  25 +++
 extra/nbjavac/manifest.mf  |   6 +
 extra/nbjavac/nbproject/project.properties |  20 +++
 extra/nbjavac/nbproject/project.xml|  76 
 .../org/netbeans/modules/nbjavac/Bundle.properties |  19 ++
 .../antproject/resources/groovy-build-ejb.xsl  |   1 +
 .../antproject/resources/groovy-build-j2se.xsl |   1 +
 .../antproject/resources/groovy-build-web.xsl  |   1 +
 .../src/org/netbeans/modules/diff/DiffAction.java  |   6 +-
 .../modules/diff/EditorBufferSelectorPanel.java|  31 +++-
 .../java/editor/imports/ComputeImports.java|   5 +-
 .../java/editor/imports/ComputeImportsTest.java| 197 +
 .../maven/newproject/MavenWizardIterator.java  |  14 +-
 nb/updatecenters/build.xml |   5 +-
 .../netbeans/nbbuild/ReleaseJsonProperties.java|  10 +-
 nbbuild/build.xml  |  11 +-
 nbbuild/default.xml|   9 +-
 .../packaging/netbeans_snap/snap/snapcraft.yaml|   1 +
 nbbuild/templates/common.xml   |   2 +-
 40 files changed, 778 insertions(+), 106 deletions(-)


-
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-10-02 Thread T Gergely (Jira)


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

T Gergely edited comment on NETBEANS-2415 at 10/2/19 12:58 PM:
---

I've had the same ”no properties pane” and ”stuck initializing" problems with 
NetBeans 11.0. Here's the cause:
{quote}java.lang.NoClassDefFoundError: Could not initialize class 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory$J2eePlatformImplImpl
 at 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory.getJ2eePlatformImpl(WildflyJ2eePlatformFactory.java:86)
{quote}
caused by
{quote}java.lang.NoSuchFieldError: *JAVA_EE_8_FULL*
 at 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory$J2eePlatformImplImpl.(WildflyJ2eePlatformFactory.java:111)
{quote}


was (Author: tgergely):
I've had the same ”no properties pane” and ”stuck initializing" problems with 
NetBeans 11. Here's the cause:
{quote}java.lang.NoClassDefFoundError: Could not initialize class 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory$J2eePlatformImplImpl
 at 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory.getJ2eePlatformImpl(WildflyJ2eePlatformFactory.java:86)
{quote}
caused by
{quote}java.lang.NoSuchFieldError: *JAVA_EE_8_FULL*
at 
org.netbeans.modules.javaee.wildfly.ide.WildflyJ2eePlatformFactory$J2eePlatformImplImpl.(WildflyJ2eePlatformFactory.java:111)
{quote}

> 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.4#803005)

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

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



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

2019-10-02 Thread T Gergely (Jira)


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

T Gergely commented on NETBEANS-2415:
-

Yes, I use 11.0 LTS. I patched the class files, not to reference 
JAVA_EE_8_FULL, but I have another problem: Run (F6) redeploys twice. (_Always 
perform build before running application_ is not enabled.)

> 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.4#803005)

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

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



[jira] [Commented] (NETBEANS-3142) Release Maven artefacts

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3142:


We vote on source but

AFAIK,

We have vote on binaries because we need PMC endorsment to everything on 
dist/netbeans source + nbm + installer + whatever in it + maven artefact 
because we serve vit apache infra.

Snap, or other bin are outside and thats fine.

 

No sure on how to make concurrent vote based on source not yet (related because 
not yet voted) but that would be nice to speed up if we cannot do a single mega 
vote thread :D.

> Release Maven artefacts
> ---
>
> Key: NETBEANS-3142
> URL: https://issues.apache.org/jira/browse/NETBEANS-3142
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>




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

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

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



[netbeans] branch master updated (3243f30 -> 101c870)

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

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


from 3243f30  Merge pull request #1540 from neilcsmith-net/git-buildnum
 add 101c870  Putting nb-javac NBM directly into the NetBeans distribution. 
(#1538)

No new revisions were added by this update.

Summary of changes:
 extra/nbjavac.api/build.xml| 25 +++
 extra/nbjavac.api/manifest.mf  |  7 ++
 extra/nbjavac.api/nbproject/project.properties | 21 ++
 extra/nbjavac.api/nbproject/project.xml| 35 ++
 .../modules/ext/nb-javac-13-api.jar.external   |  4 ++
 .../netbeans/modules/nbjavac/api/Bundle.properties | 18 +
 extra/nbjavac.impl/build.xml   | 25 +++
 extra/nbjavac.impl/manifest.mf |  8 +++
 extra/nbjavac.impl/nbproject/project.properties| 21 ++
 extra/nbjavac.impl/nbproject/project.xml   | 42 
 .../modules/ext/nb-javac-13-impl.jar.external  |  4 ++
 .../modules/nbjavac/impl/Bundle.properties | 18 +
 extra/nbjavac/build.xml| 25 +++
 extra/nbjavac/manifest.mf  |  6 ++
 extra/nbjavac/nbproject/project.properties | 20 ++
 extra/nbjavac/nbproject/project.xml| 76 ++
 .../org/netbeans/modules/nbjavac/Bundle.properties | 19 ++
 nb/updatecenters/build.xml |  5 +-
 18 files changed, 378 insertions(+), 1 deletion(-)
 create mode 100644 extra/nbjavac.api/build.xml
 create mode 100644 extra/nbjavac.api/manifest.mf
 create mode 100644 extra/nbjavac.api/nbproject/project.properties
 create mode 100644 extra/nbjavac.api/nbproject/project.xml
 create mode 100644 
extra/nbjavac.api/release/modules/ext/nb-javac-13-api.jar.external
 create mode 100644 
extra/nbjavac.api/src/org/netbeans/modules/nbjavac/api/Bundle.properties
 create mode 100644 extra/nbjavac.impl/build.xml
 create mode 100644 extra/nbjavac.impl/manifest.mf
 create mode 100644 extra/nbjavac.impl/nbproject/project.properties
 create mode 100644 extra/nbjavac.impl/nbproject/project.xml
 create mode 100644 
extra/nbjavac.impl/release/modules/ext/nb-javac-13-impl.jar.external
 create mode 100644 
extra/nbjavac.impl/src/org/netbeans/modules/nbjavac/impl/Bundle.properties
 create mode 100644 extra/nbjavac/build.xml
 create mode 100644 extra/nbjavac/manifest.mf
 create mode 100644 extra/nbjavac/nbproject/project.properties
 create mode 100644 extra/nbjavac/nbproject/project.xml
 create mode 100644 
extra/nbjavac/src/org/netbeans/modules/nbjavac/Bundle.properties


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

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



[jira] [Commented] (NETBEANS-3142) Release Maven artefacts

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3142:


[~skygo] I'll start a thread on this on dev@. We seem to be having votes on 
binaries now (which I still don't agree with need for ...).  However, we need 
to either reword our current voting template, or consider whether to have 
multiple concurrent votes - source issues with the binaries would require a new 
vote, build blockers may only require a re-vote on specific artefacts.

> Release Maven artefacts
> ---
>
> Key: NETBEANS-3142
> URL: https://issues.apache.org/jira/browse/NETBEANS-3142
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3142) Release Maven artefacts

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3142:
---
Fix Version/s: (was: 11.1)

> Release Maven artefacts
> ---
>
> Key: NETBEANS-3142
> URL: https://issues.apache.org/jira/browse/NETBEANS-3142
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
>




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

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

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



[jira] [Commented] (NETBEANS-3142) Release Maven artefacts

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3142:


I suggest we can sync to have one vote thread this time :D.  we can do it !!

> Release Maven artefacts
> ---
>
> Key: NETBEANS-3142
> URL: https://issues.apache.org/jira/browse/NETBEANS-3142
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
> Fix For: 11.1
>
>




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

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

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



svn commit: r36160 - in /dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1: ./ nbm-maven-harness-11.1-source-release.zip nbm-maven-harness-11.1-source-release.zip.asc nbm-

2019-10-02 Thread skygo
Author: skygo
Date: Wed Oct  2 09:45:55 2019
New Revision: 36160

Log:
staging of nbm-maven-harness 11.1

Added:

dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/

dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.asc
   (with props)

dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.sha512
   (with props)

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip
--
svn:executable = *

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.asc
 Wed Oct  2 09:45:55 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl2Ub4cACgkQSiYBztqT
+gvNb4g/+MsVXYpvr4OGd4HZTQ99za+hdmXp1e9Hy1RfStMuZ+Q3xLwxEsYgfsisy
+pTRlPaEWMqGG/k3wnBMHHlpbcoYn9CDSf5s7cxfh+HAAULv0OiHrXlmoPSeCtgMy
+FreTNYKnoqNA82yJ6yVK2GEHy2A6+sEvJ+ZlB/70+zjCLPeKHg4aKvGKjvfkbewX
+mNtypXRiio1y67L6AYCMTM//VE1XibEMZsH8lVFtXWO3hjBh+ir7iu54OYfHP98F
+8WbgD7Tm3FyDyc4h6FMmgByR8EDFgmuPNu/bG5Ofr+kfYo7fgnMf/uZIudgKqoP0
+xv0sasnFVCw8VBnnbeC0nw4Nv2SvV02WqlcLnpoUdwVJVgZnMmI2SWqvod1VlGti
++YOZZlovHg/IncfScOqTcJCkIrapdFG56QPZ5dUPfpv61an9RCNA0Lyh1n7E3hN6
+M/vxaj21eKeQwqqAAO9I3Q3Td21pwcKN0LryMB22+31XxQH/Lf0pPgFYep5PGu4W
+h6ei36CsMBflkMYTth77VqidkbPWsXZMMAg9ZrqToKy/A/p1wiOsU5mArykKfrDu
+t5Ia1DNToy9KGpRPJHy1IUKMr3WaK0vEScEWjBRGbjI6WIVOmsEGH0vaoe1ranr/
+4h61vT8pbHW/nCA5NVofzjQyOPrTC3tThmhy8g/52xSXgbQIe0I=
+=lOx0
+-END PGP SIGNATURE-

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.asc
--
svn:executable = *

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.sha512
 Wed Oct  2 09:45:55 2019
@@ -0,0 +1 @@
+0fc16b5600548ca499b1a9aef8a58012f4c9d7558164230ffcce08bd125ae56ac8b349fc39f3a8500feb600a096fdec008e70576c0ff5695463534224f79a605
\ No newline at end of file

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-harness/nbm-maven-harness-11.1/nbm-maven-harness-11.1-source-release.zip.sha512
--
svn:executable = *



-
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-3143) Release installers

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3143:
---
Summary: Release installers  (was: CLONE - Release installers)

> Release installers
> --
>
> Key: NETBEANS-3143
> URL: https://issues.apache.org/jira/browse/NETBEANS-3143
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Reema Taneja
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3142) Release Maven artefacts

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3142:
---
Summary: Release Maven artefacts  (was: CLONE - Release Maven artefacts)

> Release Maven artefacts
> ---
>
> Key: NETBEANS-3142
> URL: https://issues.apache.org/jira/browse/NETBEANS-3142
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Major
> Fix For: 11.1
>
>




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

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

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



[jira] [Updated] (NETBEANS-3140) Increment Spec Versions on Master Branch

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3140:
---
Summary: Increment Spec Versions on Master Branch  (was: CLONE - Increment 
Spec Versions on Master Branch)

> Increment Spec Versions on Master Branch
> 
>
> Key: NETBEANS-3140
> URL: https://issues.apache.org/jira/browse/NETBEANS-3140
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
> Fix For: Next
>
>
> Incrementing spec version of all modules in master, so that master modules 
> are definitely "newer" than anything on the release branch.
> {{Done by:}}
>  {
> { ant increment-spec-versions}
> }



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

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

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



[jira] [Updated] (NETBEANS-3138) Update the website for the new release

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3138:
---
Summary: Update the website for the new release  (was: CLONE - Update the 
website for the new release)

> Update the website for the new release
> --
>
> Key: NETBEANS-3138
> URL: https://issues.apache.org/jira/browse/NETBEANS-3138
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Antonio Vieiro
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3137) Send out release announcements

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3137:
---
Summary: Send out release announcements  (was: CLONE - Send out release 
announcements)

> Send out release announcements
> --
>
> Key: NETBEANS-3137
> URL: https://issues.apache.org/jira/browse/NETBEANS-3137
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3141) Announce merge window is reopened on master.

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3141:
---
Summary: Announce merge window is reopened on master.  (was: CLONE - 
Announce merge window is reopened on master.)

> Announce merge window is reopened on master.
> 
>
> Key: NETBEANS-3141
> URL: https://issues.apache.org/jira/browse/NETBEANS-3141
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3136) Archive the old release artifacts.

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3136:
---
Summary: Archive the old release artifacts.  (was: CLONE - Archive the old 
release artifacts.)

> Archive the old release artifacts.
> --
>
> Key: NETBEANS-3136
> URL: https://issues.apache.org/jira/browse/NETBEANS-3136
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> Archive the old release artefacts, remembering that LTS releases should 
> remain current throughout the year, so there should be two active releases 
> for 9 months.



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

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

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



[jira] [Updated] (NETBEANS-3134) Create a Location for Standard Distribution AUC

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3134:
---
Summary: Create a Location for Standard Distribution AUC  (was: CLONE - 
Create a Location for Standard Distribution AUC)

> Create a Location for Standard Distribution AUC
> ---
>
> Key: NETBEANS-3134
> URL: https://issues.apache.org/jira/browse/NETBEANS-3134
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> Update the URL (eg. 
> [http://netbeans-vm.apache.org/uc/11.0/|http://netbeans-vm.apache.org/uc/10.0/]
>  ) to contain catalog.xml and redirect to mirrors for release distribution.



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

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

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



[jira] [Updated] (NETBEANS-3135) Copy staged release artifacts to the release area.

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3135:
---
Summary: Copy staged release artifacts to the release area.  (was: CLONE - 
Copy staged release artifacts to the release area.)

> Copy staged release artifacts to the release area.
> --
>
> Key: NETBEANS-3135
> URL: https://issues.apache.org/jira/browse/NETBEANS-3135
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3133) Close PMC Vote Thread

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3133:
---
Summary: Close PMC Vote Thread  (was: CLONE - Close PMC Vote Thread)

> Close PMC Vote Thread
> -
>
> Key: NETBEANS-3133
> URL: https://issues.apache.org/jira/browse/NETBEANS-3133
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3132) Create PMC Vote Thread

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3132:
---
Summary: Create PMC Vote Thread  (was: CLONE - Create PMC Vote Thread)

> Create PMC Vote Thread
> --
>
> Key: NETBEANS-3132
> URL: https://issues.apache.org/jira/browse/NETBEANS-3132
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3131) Create voting candidate

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3131:
---
Summary: Create voting candidate  (was: CLONE - Create voting candidate)

> Create voting candidate
> ---
>
> Key: NETBEANS-3131
> URL: https://issues.apache.org/jira/browse/NETBEANS-3131
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> Create the voting candidate (eg. NB 11.1-vc1), and sign and SVN commit 
> relevant files to Apache dist/dev for voting.



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

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

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



[jira] [Updated] (NETBEANS-3128) Create third beta (if required)

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3128:
---
Summary: Create third beta (if required)  (was: CLONE - Create third beta 
(if required))

> Create third beta (if required)
> ---
>
> Key: NETBEANS-3128
> URL: https://issues.apache.org/jira/browse/NETBEANS-3128
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-3127) Create second beta (if required)

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3127:
---
Summary: Create second beta (if required)  (was: CLONE - Create second beta 
(if required))

> Create second beta (if required)
> 
>
> Key: NETBEANS-3127
> URL: https://issues.apache.org/jira/browse/NETBEANS-3127
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Resolved] (NETBEANS-3126) Create first beta

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3126.

Resolution: Done

> Create first beta
> -
>
> Key: NETBEANS-3126
> URL: https://issues.apache.org/jira/browse/NETBEANS-3126
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> # Open PR between master and releaseXXX branch leading up to beta.
>  # Merge PR to release branch when ready.
>  # Add information and hash of beta under milestones in the release 
> properties at 
> [https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
>  # Commit of beta info should trigger new build of beta on Jenkins.
>  # Download and check build artefacts - make sure splash, etc. show correct 
> beta version.
>  # Email beta notification to dev@ and netcat@ lists, linking directly from 
> build artefacts on Jenkins.



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

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

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



[netbeans-mavenutils-nbm-maven-harness] annotated tag nbm-maven-harness-11.1 created (now 33ea4ac)

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

skygo pushed a change to annotated tag nbm-maven-harness-11.1
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git.


  at 33ea4ac  (tag)
 tagging d634f0fd2777cfcc518a04efe8730e11e697dd86 (commit)
 replaces nbm-maven-harness-11.0
  by Eric Barboni
  on Wed Oct 2 11:36:24 2019 +0200

- Log -
[maven-release-plugin] copy for tag nbm-maven-harness-11.1
---

No new revisions were added by this update.


-
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-mavenutils-nbm-maven-harness] branch master updated: [maven-release-plugin] prepare release nbm-maven-harness-11.1

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

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


The following commit(s) were added to refs/heads/master by this push:
 new d634f0f  [maven-release-plugin] prepare release nbm-maven-harness-11.1
d634f0f is described below

commit d634f0fd2777cfcc518a04efe8730e11e697dd86
Author: Eric Barboni 
AuthorDate: Wed Oct 2 11:36:08 2019 +0200

[maven-release-plugin] prepare release nbm-maven-harness-11.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c65567a..0573d1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 1
 
 nbm-maven-harness
-11.1-SNAPSHOT
+11.1
 Apache NetBeans Maven Utilities - NBM Harness for Maven
 https://bits.netbeans.org/mavenutilities/nbm-maven-harness
 
@@ -45,7 +45,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-harness
-  HEAD
+  nbm-maven-harness-11.1
   
 
 


-
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-mavenutils-nbm-maven-harness] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 59b92aa  [maven-release-plugin] prepare for next development iteration
59b92aa is described below

commit 59b92aa3158ec05202f84e345c59c5760693beca
Author: Eric Barboni 
AuthorDate: Wed Oct 2 11:36:30 2019 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0573d1f..7158de2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 1
 
 nbm-maven-harness
-11.1
+11.2-SNAPSHOT
 Apache NetBeans Maven Utilities - NBM Harness for Maven
 https://bits.netbeans.org/mavenutilities/nbm-maven-harness
 
@@ -45,7 +45,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-harness
-  nbm-maven-harness-11.1
+  HEAD
   
 
 


-
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-3126) Create first beta

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3126:
---
Description: 
# Open PR between master and releaseXXX branch leading up to beta.
 # Merge PR to release branch when ready.
 # Add information and hash of beta under milestones in the release properties 
at 
[https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
 # Commit of beta info should trigger new build of beta on Jenkins.
 # Download and check build artefacts - make sure splash, etc. show correct 
beta version.
 # Email beta notification to dev@ and netcat@ lists, linking directly from 
build artefacts on Jenkins.

  was:
# Open PR between master and releaseXXX branch leading up to beta.
 # Merge PR to release branch when ready.
 # Add information and hash of beta under milestones in the release properties 
at 
[https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
 # Email beta notification to dev@ and netcat@ lists, linking directly from 
build artefacts on Jenkins.


> Create first beta
> -
>
> Key: NETBEANS-3126
> URL: https://issues.apache.org/jira/browse/NETBEANS-3126
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> # Open PR between master and releaseXXX branch leading up to beta.
>  # Merge PR to release branch when ready.
>  # Add information and hash of beta under milestones in the release 
> properties at 
> [https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
>  # Commit of beta info should trigger new build of beta on Jenkins.
>  # Download and check build artefacts - make sure splash, etc. show correct 
> beta version.
>  # Email beta notification to dev@ and netcat@ lists, linking directly from 
> build artefacts on Jenkins.



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

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

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



[jira] [Updated] (NETBEANS-3126) Create first beta

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3126:
---
Description: 
# Open PR between master and releaseXXX branch leading up to beta.
 # Merge PR to release branch when ready.
 # Add information and hash of beta under milestones in the release properties 
at 
[https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
 # Email beta notification to dev@ and netcat@ lists, linking directly from 
build artefacts on Jenkins.

> Create first beta
> -
>
> Key: NETBEANS-3126
> URL: https://issues.apache.org/jira/browse/NETBEANS-3126
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> # Open PR between master and releaseXXX branch leading up to beta.
>  # Merge PR to release branch when ready.
>  # Add information and hash of beta under milestones in the release 
> properties at 
> [https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
>  # Email beta notification to dev@ and netcat@ lists, linking directly from 
> build artefacts on Jenkins.



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

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

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



[jira] [Updated] (NETBEANS-3124) Re-Configure the Release job on Jenkins

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3124:
---
Description: 
-There can be modules and clusters that won't be released as not passed the 
license clearance.-

-Make sure that the release job: [incubator-netbeans-release 
[Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
the new release branch and produce the right delivery packages.-

Task no longer required - Jenkins job moved and based on release branches / 
release properties configuration. Remove task for NB 11.3

  was:
There can be modules and clusters that won't be released as not passed the 
license clearance.

Make sure that the release job: [incubator-netbeans-release 
[Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
the new release branch and produce the right delivery packages.


> Re-Configure the Release job on Jenkins
> ---
>
> Key: NETBEANS-3124
> URL: https://issues.apache.org/jira/browse/NETBEANS-3124
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There can be modules and clusters that won't be released as not passed the 
> license clearance.-
> -Make sure that the release job: [incubator-netbeans-release 
> [Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
> the new release branch and produce the right delivery packages.-
> Task no longer required - Jenkins job moved and based on release branches / 
> release properties configuration. Remove task for NB 11.3



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

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

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



[jira] [Resolved] (NETBEANS-3124) Re-Configure the Release job on Jenkins

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3124.

Resolution: Invalid

> Re-Configure the Release job on Jenkins
> ---
>
> Key: NETBEANS-3124
> URL: https://issues.apache.org/jira/browse/NETBEANS-3124
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There can be modules and clusters that won't be released as not passed the 
> license clearance.-
> -Make sure that the release job: [incubator-netbeans-release 
> [Jenkins]|https://builds.apache.org/job/incubator-netbeans-release/] follows 
> the new release branch and produce the right delivery packages.-
> Task no longer required - Jenkins job moved and based on release branches / 
> release properties configuration. Remove task for NB 11.3



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

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

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



[jira] [Updated] (NETBEANS-3123) Update JavaDoc Generation

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3123:
---
Description: 
-Generated JavaDoc shall present the correct version numbers as well.-

Managed in build configuration - remove task for 11.3.

  was:Generated JavaDoc shall present the correct version numbers as well.


> Update JavaDoc Generation
> -
>
> Key: NETBEANS-3123
> URL: https://issues.apache.org/jira/browse/NETBEANS-3123
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -Generated JavaDoc shall present the correct version numbers as well.-
> Managed in build configuration - remove task for 11.3.



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

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

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



[jira] [Resolved] (NETBEANS-3123) Update JavaDoc Generation

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3123.

Resolution: Invalid

> Update JavaDoc Generation
> -
>
> Key: NETBEANS-3123
> URL: https://issues.apache.org/jira/browse/NETBEANS-3123
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -Generated JavaDoc shall present the correct version numbers as well.-
> Managed in build configuration - remove task for 11.3.



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

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

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



[jira] [Resolved] (NETBEANS-3122) Adjust Update Centers

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3122.

Resolution: Invalid

> Adjust Update Centers
> -
>
> Key: NETBEANS-3122
> URL: https://issues.apache.org/jira/browse/NETBEANS-3122
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -The update centers needs to be updated to the upcoming release.-
> Managed as part of the build templates - remove task for 11.3.



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

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

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



[jira] [Resolved] (NETBEANS-3121) Update Splash Screen Images and the KeyMap files.

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3121.

Resolution: Invalid

> Update Splash Screen Images and the KeyMap files.
> -
>
> Key: NETBEANS-3121
> URL: https://issues.apache.org/jira/browse/NETBEANS-3121
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> Task no longer required.



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

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

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



[jira] [Updated] (NETBEANS-3122) Adjust Update Centers

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3122:
---
Description: 
-The update centers needs to be updated to the upcoming release.-

Managed as part of the build templates - remove task for 11.3.

  was:The update centers needs to be updated to the upcoming release.


> Adjust Update Centers
> -
>
> Key: NETBEANS-3122
> URL: https://issues.apache.org/jira/browse/NETBEANS-3122
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> -The update centers needs to be updated to the upcoming release.-
> Managed as part of the build templates - remove task for 11.3.



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

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

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



[jira] [Updated] (NETBEANS-3121) Update Splash Screen Images and the KeyMap files.

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3121:
---
Description: Task no longer required.

> Update Splash Screen Images and the KeyMap files.
> -
>
> Key: NETBEANS-3121
> URL: https://issues.apache.org/jira/browse/NETBEANS-3121
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> Task no longer required.



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

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

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



[jira] [Resolved] (NETBEANS-3120) Update currentVersion and main window title

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3120.

Resolution: Invalid

> Update currentVersion and main window title
> ---
>
> Key: NETBEANS-3120
> URL: https://issues.apache.org/jira/browse/NETBEANS-3120
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There are 2 files needs to be updated with the correct currentVersion 
> property :-
>  * -{{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}-
>  * 
> -{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}-
> -There are 2 files where the main window title needs updating-
>  * 
> -{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}-
>  * 
> -{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}-
> -Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
> properties.-
> Now handled by build templates - remove task from 11.3 list.



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

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

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



[jira] [Updated] (NETBEANS-3119) Change the launcher settings for release

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3119:
---
Description: 
# -Update the userdir path-
 # -Remove assertion and console logging-

Now handled by build templates - remove this task from NB 11.3 list.

  was:
# Update the userdir path
 # Remove assertion and console logging


> Change the launcher settings for release
> 
>
> Key: NETBEANS-3119
> URL: https://issues.apache.org/jira/browse/NETBEANS-3119
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> # -Update the userdir path-
>  # -Remove assertion and console logging-
> Now handled by build templates - remove this task from NB 11.3 list.



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

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

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



[jira] [Resolved] (NETBEANS-3119) Change the launcher settings for release

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3119.

Resolution: Invalid

> Change the launcher settings for release
> 
>
> Key: NETBEANS-3119
> URL: https://issues.apache.org/jira/browse/NETBEANS-3119
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> # -Update the userdir path-
>  # -Remove assertion and console logging-
> Now handled by build templates - remove this task from NB 11.3 list.



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

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

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



[jira] [Updated] (NETBEANS-3120) Update currentVersion and main window title

2019-10-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-3120:
---
Description: 
-There are 2 files needs to be updated with the correct currentVersion property 
:-
 * -{{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}-
 * 
-{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}-

-There are 2 files where the main window title needs updating-
 * 
-{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}-
 * 
-{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}-

-Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
properties.-

Now handled by build templates - remove task from 11.3 list.

  was:
There are 2 files needs to be updated with the correct currentVersion property :
 * {{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}
 * 
{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}

There are 2 files where the main window title needs updating
 * 
{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}
 * 
{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}

Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
properties.


> Update currentVersion and main window title
> ---
>
> Key: NETBEANS-3120
> URL: https://issues.apache.org/jira/browse/NETBEANS-3120
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> -There are 2 files needs to be updated with the correct currentVersion 
> property :-
>  * -{{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}-
>  * 
> -{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}-
> -There are 2 files where the main window title needs updating-
>  * 
> -{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}-
>  * 
> -{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}-
> -Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
> properties.-
> Now handled by build templates - remove task from 11.3 list.



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

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

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



[netbeans] branch master updated: Set buildnumber to "${metabuild.RawVersion}-${metabuild.hash}" if both values have been computed.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 124aea5  Set buildnumber to 
"${metabuild.RawVersion}-${metabuild.hash}" if both values have been computed.
 new 3243f30  Merge pull request #1540 from neilcsmith-net/git-buildnum
124aea5 is described below

commit 124aea506e2b06e08e66d5bc8522eae391aad2d5
Author: Neil C Smith 
AuthorDate: Mon Sep 30 17:46:55 2019 +0100

Set buildnumber to "${metabuild.RawVersion}-${metabuild.hash}" if both 
values have been computed.
---
 nbbuild/default.xml | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/nbbuild/default.xml b/nbbuild/default.xml
index d8ae9d8..b0a5a4d 100644
--- a/nbbuild/default.xml
+++ b/nbbuild/default.xml
@@ -162,7 +162,12 @@
 

 
-
+
+
+
+
+
+
 
 
   
@@ -172,7 +177,7 @@
 
 
 
-
+
   
   
 


-
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-3185) Java frontend application doesn't work

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3185:


Will prepare release for that. I'm forced to use RELEASE111 artefacts. I can't 
use snapshot or RELEASE112 (inexisting yet).

 

 

> Java frontend application doesn't work
> --
>
> Key: NETBEANS-3185
> URL: https://issues.apache.org/jira/browse/NETBEANS-3185
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project, platform - HTML4J
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Christian Lenz
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-java-frontend.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I create a Java with Maven -> Java Frontend Application and try to run 
> it as a NetBeans plugin, it doesn't work. It shows me, that some modules 
> can't be enabled. This happens for a project type, that already exists in 
> NetBeans w/o having a 3rd-party-plugin installed and a clean install (no user 
> dir, no cache, nothing). Just downloaded 11.2 beta 1 and started it fresh.
> As you can see, I'm running NetBeans 11.2 beta 1 on JDK 11.0.2 but I also 
> have JDK 1.8 installed just for information.
> Steps to reproduce:
> * Create a new Project
> * Choose "Java with Maven" -> "Java Frontend Application"
> * Click on "Download & Activate" on the wizard for the project if needed.
> * Wait for nbjavac and javafx downloaded and activate the missing features
> * On wizard page "Name and Location" leave everything as it is and click next
> * On next wizard page "Choose Platform" choose "Run as a NetBeans plugin" and 
> click next
> * On next wizard page "Select a template" leave everything as it is and click 
> next
> * On next wzard page "What will be created?" click finish
> * Wait for everything is created and opened and you see the multi module 
> project.
> * Right click on your multi module project and click on properties
> * * Go to sources make sure that you have chosen 1.8 at "Source/Binary Format"
> * * Go to Build -> Compile and choose your Java platform, in my Case it is 
> 11.0.2 that I added.
> * * Go to Configurations and choose a target platform. I tried for ANB 10.0 
> and 11.1
> * Open the submodule "YourProjectName Client for NetBeans"
> * Try to run your submodule "YourProjectName Client for NetBeans" in your 
> target platform
> * When NetBeans started the modules, you got the message that not all modules 
> can be enabled. See the screenshot for this.
> Here is the output when I run the submodule
> {code}
> cd 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans;
>  "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.2" cmd /c 
> "\"\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dnetbeans.inspect.port=54481 
> -Dmaven.ext.class.path=\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 
> -Pnetbeans-ide-10 package nbm:cluster nbm:run-platform\""
> Scanning for projects...
> 
> 
> Building mavenproject4 Client for NetBeans 1.0-SNAPSHOT
> 
> --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ mavenproject4-nb 
> ---
> --- maven-dependency-plugin:2.9:unpack-dependencies (unpack) @ 
> mavenproject4-nb ---
> Unpacking 
> C:\Users\Chrl\.m2\repository\com\mycompany\mavenproject4\1.0-SNAPSHOT\mavenproject4-1.0-SNAPSHOT-webpages.zip
>  to 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4
>  with includes "*/**" and excludes ""
> --- maven-compiler-plugin:3.3:compile (default-compile) @ mavenproject4-nb ---
> Nothing to compile - all classes are up to date
> --- image-maven-plugin:1.1:scale (default) @ mavenproject4-nb ---
> Output file 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4\icon.png
>  skipped because it already exists
> Output file 
> 

[netbeans-mavenutils-nbm-maven-harness] branch master updated: Use release111 artefact for conf.file quote fix

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

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


The following commit(s) were added to refs/heads/master by this push:
 new f716ea0  Use release111 artefact for conf.file quote fix
f716ea0 is described below

commit f716ea05849ad3f2b3234ac8bff9ce8a8e0d259f
Author: Eric Barboni 
AuthorDate: Wed Oct 2 10:57:09 2019 +0200

Use release111 artefact for conf.file quote fix
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d42774..c65567a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@ under the License.
 
 org.apache.maven.plugins
 maven-shade-plugin
-1.5
+3.2.1
 
 
 
@@ -258,7 +258,7 @@ under the License.
 
 org.apache.rat
 apache-rat-plugin
-0.12
+0.13
 
 
 **/*.mf
@@ -271,6 +271,6 @@ under the License.
 
 
 
netbeans::default::https://repo1.maven.org/maven2/
-RELEASE110
+RELEASE111
 
 


-
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-3185) Java frontend application doesn't work

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3185:


It's possible also for the ant based on NetBeans 11.0.

Is there a technical way to get changes on particular folder in git, it may 
help later to cut release.

> Java frontend application doesn't work
> --
>
> Key: NETBEANS-3185
> URL: https://issues.apache.org/jira/browse/NETBEANS-3185
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project, platform - HTML4J
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Christian Lenz
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-java-frontend.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I create a Java with Maven -> Java Frontend Application and try to run 
> it as a NetBeans plugin, it doesn't work. It shows me, that some modules 
> can't be enabled. This happens for a project type, that already exists in 
> NetBeans w/o having a 3rd-party-plugin installed and a clean install (no user 
> dir, no cache, nothing). Just downloaded 11.2 beta 1 and started it fresh.
> As you can see, I'm running NetBeans 11.2 beta 1 on JDK 11.0.2 but I also 
> have JDK 1.8 installed just for information.
> Steps to reproduce:
> * Create a new Project
> * Choose "Java with Maven" -> "Java Frontend Application"
> * Click on "Download & Activate" on the wizard for the project if needed.
> * Wait for nbjavac and javafx downloaded and activate the missing features
> * On wizard page "Name and Location" leave everything as it is and click next
> * On next wizard page "Choose Platform" choose "Run as a NetBeans plugin" and 
> click next
> * On next wizard page "Select a template" leave everything as it is and click 
> next
> * On next wzard page "What will be created?" click finish
> * Wait for everything is created and opened and you see the multi module 
> project.
> * Right click on your multi module project and click on properties
> * * Go to sources make sure that you have chosen 1.8 at "Source/Binary Format"
> * * Go to Build -> Compile and choose your Java platform, in my Case it is 
> 11.0.2 that I added.
> * * Go to Configurations and choose a target platform. I tried for ANB 10.0 
> and 11.1
> * Open the submodule "YourProjectName Client for NetBeans"
> * Try to run your submodule "YourProjectName Client for NetBeans" in your 
> target platform
> * When NetBeans started the modules, you got the message that not all modules 
> can be enabled. See the screenshot for this.
> Here is the output when I run the submodule
> {code}
> cd 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans;
>  "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.2" cmd /c 
> "\"\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dnetbeans.inspect.port=54481 
> -Dmaven.ext.class.path=\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 
> -Pnetbeans-ide-10 package nbm:cluster nbm:run-platform\""
> Scanning for projects...
> 
> 
> Building mavenproject4 Client for NetBeans 1.0-SNAPSHOT
> 
> --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ mavenproject4-nb 
> ---
> --- maven-dependency-plugin:2.9:unpack-dependencies (unpack) @ 
> mavenproject4-nb ---
> Unpacking 
> C:\Users\Chrl\.m2\repository\com\mycompany\mavenproject4\1.0-SNAPSHOT\mavenproject4-1.0-SNAPSHOT-webpages.zip
>  to 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4
>  with includes "*/**" and excludes ""
> --- maven-compiler-plugin:3.3:compile (default-compile) @ mavenproject4-nb ---
> Nothing to compile - all classes are up to date
> --- image-maven-plugin:1.1:scale (default) @ mavenproject4-nb ---
> Output file 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4\icon.png
>  skipped because it already exists
> Output file 
> 

[jira] [Commented] (NETBEANS-3185) Java frontend application doesn't work

2019-10-02 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach commented on NETBEANS-3185:
---

Yes, the quotes are the problem of in the conf file. I know I can workaround it 
with , but I'd rather get a new version of the plugin with a fix. 
Btw. does this mean that people creating new "NetBeans Application" via 11.2 
wizard suffer from this problem? If so, I believe it is desirable to fix it 
before the release.

> Java frontend application doesn't work
> --
>
> Key: NETBEANS-3185
> URL: https://issues.apache.org/jira/browse/NETBEANS-3185
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project, platform - HTML4J
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Christian Lenz
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-java-frontend.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I create a Java with Maven -> Java Frontend Application and try to run 
> it as a NetBeans plugin, it doesn't work. It shows me, that some modules 
> can't be enabled. This happens for a project type, that already exists in 
> NetBeans w/o having a 3rd-party-plugin installed and a clean install (no user 
> dir, no cache, nothing). Just downloaded 11.2 beta 1 and started it fresh.
> As you can see, I'm running NetBeans 11.2 beta 1 on JDK 11.0.2 but I also 
> have JDK 1.8 installed just for information.
> Steps to reproduce:
> * Create a new Project
> * Choose "Java with Maven" -> "Java Frontend Application"
> * Click on "Download & Activate" on the wizard for the project if needed.
> * Wait for nbjavac and javafx downloaded and activate the missing features
> * On wizard page "Name and Location" leave everything as it is and click next
> * On next wizard page "Choose Platform" choose "Run as a NetBeans plugin" and 
> click next
> * On next wizard page "Select a template" leave everything as it is and click 
> next
> * On next wzard page "What will be created?" click finish
> * Wait for everything is created and opened and you see the multi module 
> project.
> * Right click on your multi module project and click on properties
> * * Go to sources make sure that you have chosen 1.8 at "Source/Binary Format"
> * * Go to Build -> Compile and choose your Java platform, in my Case it is 
> 11.0.2 that I added.
> * * Go to Configurations and choose a target platform. I tried for ANB 10.0 
> and 11.1
> * Open the submodule "YourProjectName Client for NetBeans"
> * Try to run your submodule "YourProjectName Client for NetBeans" in your 
> target platform
> * When NetBeans started the modules, you got the message that not all modules 
> can be enabled. See the screenshot for this.
> Here is the output when I run the submodule
> {code}
> cd 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans;
>  "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.2" cmd /c 
> "\"\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dnetbeans.inspect.port=54481 
> -Dmaven.ext.class.path=\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 
> -Pnetbeans-ide-10 package nbm:cluster nbm:run-platform\""
> Scanning for projects...
> 
> 
> Building mavenproject4 Client for NetBeans 1.0-SNAPSHOT
> 
> --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ mavenproject4-nb 
> ---
> --- maven-dependency-plugin:2.9:unpack-dependencies (unpack) @ 
> mavenproject4-nb ---
> Unpacking 
> C:\Users\Chrl\.m2\repository\com\mycompany\mavenproject4\1.0-SNAPSHOT\mavenproject4-1.0-SNAPSHOT-webpages.zip
>  to 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4
>  with includes "*/**" and excludes ""
> --- maven-compiler-plugin:3.3:compile (default-compile) @ mavenproject4-nb ---
> Nothing to compile - all classes are up to date
> --- image-maven-plugin:1.1:scale (default) @ mavenproject4-nb ---
> Output file 
> 

[jira] [Commented] (NETBEANS-3185) Java frontend application doesn't work

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3185:


[https://github.com/apache/netbeans/blob/release110/harness/apisupport.harness/release/etc/app.conf]

double double quote line #57 may cause issue

on nbm plugin configuration it's possible to ovveride conf file. Maybe help to 
go step further

src/main/confile/test.conf

> Java frontend application doesn't work
> --
>
> Key: NETBEANS-3185
> URL: https://issues.apache.org/jira/browse/NETBEANS-3185
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project, platform - HTML4J
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Christian Lenz
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-java-frontend.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I create a Java with Maven -> Java Frontend Application and try to run 
> it as a NetBeans plugin, it doesn't work. It shows me, that some modules 
> can't be enabled. This happens for a project type, that already exists in 
> NetBeans w/o having a 3rd-party-plugin installed and a clean install (no user 
> dir, no cache, nothing). Just downloaded 11.2 beta 1 and started it fresh.
> As you can see, I'm running NetBeans 11.2 beta 1 on JDK 11.0.2 but I also 
> have JDK 1.8 installed just for information.
> Steps to reproduce:
> * Create a new Project
> * Choose "Java with Maven" -> "Java Frontend Application"
> * Click on "Download & Activate" on the wizard for the project if needed.
> * Wait for nbjavac and javafx downloaded and activate the missing features
> * On wizard page "Name and Location" leave everything as it is and click next
> * On next wizard page "Choose Platform" choose "Run as a NetBeans plugin" and 
> click next
> * On next wizard page "Select a template" leave everything as it is and click 
> next
> * On next wzard page "What will be created?" click finish
> * Wait for everything is created and opened and you see the multi module 
> project.
> * Right click on your multi module project and click on properties
> * * Go to sources make sure that you have chosen 1.8 at "Source/Binary Format"
> * * Go to Build -> Compile and choose your Java platform, in my Case it is 
> 11.0.2 that I added.
> * * Go to Configurations and choose a target platform. I tried for ANB 10.0 
> and 11.1
> * Open the submodule "YourProjectName Client for NetBeans"
> * Try to run your submodule "YourProjectName Client for NetBeans" in your 
> target platform
> * When NetBeans started the modules, you got the message that not all modules 
> can be enabled. See the screenshot for this.
> Here is the output when I run the submodule
> {code}
> cd 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans;
>  "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.2" cmd /c 
> "\"\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dnetbeans.inspect.port=54481 
> -Dmaven.ext.class.path=\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 
> -Pnetbeans-ide-10 package nbm:cluster nbm:run-platform\""
> Scanning for projects...
> 
> 
> Building mavenproject4 Client for NetBeans 1.0-SNAPSHOT
> 
> --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ mavenproject4-nb 
> ---
> --- maven-dependency-plugin:2.9:unpack-dependencies (unpack) @ 
> mavenproject4-nb ---
> Unpacking 
> C:\Users\Chrl\.m2\repository\com\mycompany\mavenproject4\1.0-SNAPSHOT\mavenproject4-1.0-SNAPSHOT-webpages.zip
>  to 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4
>  with includes "*/**" and excludes ""
> --- maven-compiler-plugin:3.3:compile (default-compile) @ mavenproject4-nb ---
> Nothing to compile - all classes are up to date
> --- image-maven-plugin:1.1:scale (default) @ mavenproject4-nb ---
> Output file 
> 

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: There can be space in between URL: and m2://

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 425ff58  There can be space in between URL: and m2://
 new f96a692  Merge pull request #3 from jtulach/SpaceBeforeM2
425ff58 is described below

commit 425ff582437b0896b3a56c5b7b2929081408453a
Author: Jaroslav Tulach 
AuthorDate: Wed Oct 2 06:11:37 2019 +0200

There can be space in between URL: and m2://
---
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 51 +++---
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java 
b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
index c5f0469..02ac0ac 100644
--- a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
@@ -934,7 +934,7 @@ public class CreateClusterAppMojo
 return new ClusterTuple( clusterFile, newer );
 }
 
-private void externalDownload( File f, InputStream is )
+private void externalDownload( File f, InputStream is )
 throws IOException
 {
 // Cf. org.netbeans.nbbuild.AutoUpdate
@@ -949,35 +949,36 @@ public class CreateClusterAppMojo
 {
 crc = Long.parseLong( line.substring( 4 ).trim() );
 }
-else if ( line.startsWith( "URL:m2:/" ) )
+else if ( line.startsWith( "URL:" ) )
 {
-if ( ! found )
+String rest = line.substring(4).trim();
+if ( rest.startsWith( "m2:/" ) )
 {
-String[] coords = line.substring( 8 ).trim().split( ":" );
-Artifact artifact;
-if ( coords.length == 4 )
-{
-artifact = artifactFactory.createArtifact( coords[0], 
coords[1], coords[2], null, coords[3] );
-}
-else
-{
-artifact = 
artifactFactory.createArtifactWithClassifier( coords[0], coords[1], coords[2], 
coords[3], coords[4] );
-}
-try
+if ( ! found )
 {
-artifactResolver.resolve( artifact, 
project.getRemoteArtifactRepositories(), localRepository );
-FileUtils.copyFile( artifact.getFile(), f );
-found = true;
-}
-catch ( AbstractArtifactResolutionException x )
-{
-getLog().warn( "Cannot find " + line.substring( 8 ), x 
);
+String[] coords = rest.substring( 4 ).trim().split( 
":" );
+Artifact artifact;
+if ( coords.length == 4 )
+{
+artifact = artifactFactory.createArtifact( 
coords[0], coords[1], coords[2], null, coords[3] );
+}
+else
+{
+artifact = 
artifactFactory.createArtifactWithClassifier( coords[0], coords[1], coords[2], 
coords[3], coords[4] );
+}
+try
+{
+artifactResolver.resolve( artifact, 
project.getRemoteArtifactRepositories(), localRepository );
+FileUtils.copyFile( artifact.getFile(), f );
+found = true;
+}
+catch ( AbstractArtifactResolutionException x )
+{
+getLog().warn( "Cannot find " + line.substring( 8 
), x );
+}
 }
 }
-}
-else if ( line.startsWith( "URL:" ) )
-{
-if ( ! found )
+else if ( ! found )
 {
 String url = line.substring( 4 ).trim();
 try


-
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-3185) Java frontend application doesn't work

2019-10-02 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3185:


hi [~jtulach] thanks for the fix, would it be possible to get the netbeans.conf 
you have at the end.

nbm plugin use harness from 11.0 (RELEASE110).

 

> Java frontend application doesn't work
> --
>
> Key: NETBEANS-3185
> URL: https://issues.apache.org/jira/browse/NETBEANS-3185
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project, platform - HTML4J
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Christian Lenz
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-java-frontend.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I create a Java with Maven -> Java Frontend Application and try to run 
> it as a NetBeans plugin, it doesn't work. It shows me, that some modules 
> can't be enabled. This happens for a project type, that already exists in 
> NetBeans w/o having a 3rd-party-plugin installed and a clean install (no user 
> dir, no cache, nothing). Just downloaded 11.2 beta 1 and started it fresh.
> As you can see, I'm running NetBeans 11.2 beta 1 on JDK 11.0.2 but I also 
> have JDK 1.8 installed just for information.
> Steps to reproduce:
> * Create a new Project
> * Choose "Java with Maven" -> "Java Frontend Application"
> * Click on "Download & Activate" on the wizard for the project if needed.
> * Wait for nbjavac and javafx downloaded and activate the missing features
> * On wizard page "Name and Location" leave everything as it is and click next
> * On next wizard page "Choose Platform" choose "Run as a NetBeans plugin" and 
> click next
> * On next wizard page "Select a template" leave everything as it is and click 
> next
> * On next wzard page "What will be created?" click finish
> * Wait for everything is created and opened and you see the multi module 
> project.
> * Right click on your multi module project and click on properties
> * * Go to sources make sure that you have chosen 1.8 at "Source/Binary Format"
> * * Go to Build -> Compile and choose your Java platform, in my Case it is 
> 11.0.2 that I added.
> * * Go to Configurations and choose a target platform. I tried for ANB 10.0 
> and 11.1
> * Open the submodule "YourProjectName Client for NetBeans"
> * Try to run your submodule "YourProjectName Client for NetBeans" in your 
> target platform
> * When NetBeans started the modules, you got the message that not all modules 
> can be enabled. See the screenshot for this.
> Here is the output when I run the submodule
> {code}
> cd 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans;
>  "JAVA_HOME=C:\\Program Files\\Java\\jdk-11.0.2" cmd /c 
> "\"\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven\\bin\\mvn.cmd\" -DskipTests=true -Dnetbeans.inspect.port=54481 
> -Dmaven.ext.class.path=\"C:\\Users\\Chrl\\Downloads\\netbeans 11.2 beta 
> 1\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 
> -Pnetbeans-ide-10 package nbm:cluster nbm:run-platform\""
> Scanning for projects...
> 
> 
> Building mavenproject4 Client for NetBeans 1.0-SNAPSHOT
> 
> --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ mavenproject4-nb 
> ---
> --- maven-dependency-plugin:2.9:unpack-dependencies (unpack) @ 
> mavenproject4-nb ---
> Unpacking 
> C:\Users\Chrl\.m2\repository\com\mycompany\mavenproject4\1.0-SNAPSHOT\mavenproject4-1.0-SNAPSHOT-webpages.zip
>  to 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4
>  with includes "*/**" and excludes ""
> --- maven-compiler-plugin:3.3:compile (default-compile) @ mavenproject4-nb ---
> Nothing to compile - all classes are up to date
> --- image-maven-plugin:1.1:scale (default) @ mavenproject4-nb ---
> Output file 
> C:\Users\Chrl\Documents\NetBeansProjects\mavenproject4\mavenproject4\client-netbeans\target\classes\com\mycompany\mavenproject4\icon.png
>  skipped because it already exists
> Output file 
> 

[jira] [Comment Edited] (NETBEANS-3182) Netbeans 11.2 beta test can not see right jdk version

2019-10-02 Thread Jira


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

şahin gülci edited comment on NETBEANS-3182 at 10/2/19 7:00 AM:


it worked, that way i tested for NETBEANS-3183 and I am able to add old JDK 
versions
Maybe Netbeans should able to see Java versions better, users should not need 
change conf file or because it just beta1


was (Author: sahin):
it worked, that way i tested for NETBEANS-3183 and I am able to add old JDK 
versions

> Netbeans 11.2 beta test can not see  right jdk version
> --
>
> Key: NETBEANS-3182
> URL: https://issues.apache.org/jira/browse/NETBEANS-3182
> Project: NetBeans
>  Issue Type: Bug
>Reporter: şahin gülci
>Priority: Major
> Attachments: netbeans-issue.PNG
>
>
> When I try to open Netbeans 11.2 beta ıt says jdk should above 1.8 but on 
> command line version is 1.8.
> I have old jdk versions for old projects, Netbeans should use from path I 
> believe.
> I have attached screenshot 



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

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

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



[jira] [Commented] (NETBEANS-3182) Netbeans 11.2 beta test can not see right jdk version

2019-10-02 Thread Jira


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

şahin gülci commented on NETBEANS-3182:
---

it worked, that way i tested for NETBEANS-3183 and I am able to add old JDK 
versions

> Netbeans 11.2 beta test can not see  right jdk version
> --
>
> Key: NETBEANS-3182
> URL: https://issues.apache.org/jira/browse/NETBEANS-3182
> Project: NetBeans
>  Issue Type: Bug
>Reporter: şahin gülci
>Priority: Major
> Attachments: netbeans-issue.PNG
>
>
> When I try to open Netbeans 11.2 beta ıt says jdk should above 1.8 but on 
> command line version is 1.8.
> I have old jdk versions for old projects, Netbeans should use from path I 
> believe.
> I have attached screenshot 



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

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

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



[jira] [Resolved] (NETBEANS-3183) Netbeans 11.1 I can not add old jdk from java platform manager

2019-10-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3183.
---
Resolution: Duplicate

Fixed in 11.2

> Netbeans 11.1 I can not add old jdk from java platform manager 
> ---
>
> Key: NETBEANS-3183
> URL: https://issues.apache.org/jira/browse/NETBEANS-3183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: şahin gülci
>Priority: Major
> Attachments: netbeans-old-jdk-can-not-choose.PNG
>
>
> For my old project that use jdk 1.6, I can not add jdk 1.6 from Java Platform 
> Manager 
>  Error : Cannot detect and install the selected platform. The java or javac 
> may not be executable.
> attached screenshot



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

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

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



[jira] [Resolved] (NETBEANS-2884) JDK 7 and earlier cannot be registered in Java Platform Manager

2019-10-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2884.
---
Resolution: Duplicate

> JDK 7 and earlier cannot be registered in Java Platform Manager
> ---
>
> Key: NETBEANS-2884
> URL: https://issues.apache.org/jira/browse/NETBEANS-2884
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Geertjan Wielenga
>Priority: Major
> Attachments: Captura de pantalla 2019-07-23 a las 17.55.52.png
>
>
> In 11.1, and not in 11.0, go to Tools | Java Platform Manager and try to 
> register a JDK earlier than JDK 8.
> See the discussion on the users mailing list here:
> https://lists.apache.org/thread.html/3d58770cde1095decec22864057657337345acfe895f0dae2b5d6d1c@%3Cusers.netbeans.apache.org%3E
> Registration will fail: "Cannot detect and install the selected platform. The 
> java or javac may not be executable."



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

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

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



[jira] [Resolved] (NETBEANS-2878) Netbeans does not add Java Plattform < JDK 8

2019-10-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-2878.
---
Fix Version/s: 11.2
   Resolution: Fixed

> Netbeans does not add Java Plattform < JDK 8
> 
>
> Key: NETBEANS-2878
> URL: https://issues.apache.org/jira/browse/NETBEANS-2878
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Benjamin Graf
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Netbeans checks JDK Installation by executing a probe from 
> java/java.j2seplatform/probesrc 
> (org-netbeans-modules-java-j2seplatform-probe.jar) This module is build with 
> source version set to 1.8 and therefor is not runnable with older versions.
>  
> h6. Workaround:
> Manuell build of org-netbeans-modules-java-j2seplatform-probe.jar with 
> desired source version



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

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

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