[jira] [Commented] (NETBEANS-3164) JDK 13 preview feature not working correctly in 11.2beta1

2019-09-27 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3164:
---

Just made a few tests.  For me NetBeans offer to convert multiline strings in 
the editor, but after the conversion it reports unclosed String Literal error.

This is consequent in the following scenarios:

Ant Project with OpenJDK 13 --enable-preview added to the compilre args.

NetBeans on Java 8 + nb0javac 1.7.1 and NetBeans on OpenJDK 13 with and without 
nb-javac

 

BTW: having the same experience with Gradle Projects as well.

> JDK 13 preview feature not working correctly in 11.2beta1
> -
>
> Key: NETBEANS-3164
> URL: https://issues.apache.org/jira/browse/NETBEANS-3164
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Windows 10
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13+33, mixed mode, sharing)
> Product Version: Apache NetBeans IDE 11.2-beta1
> Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11
> Runtime: OpenJDK Runtime Environment 11.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\grafbe\AppData\Roaming\NetBeans\11.2-beta1
> Cache directory: C:\Users\grafbe\AppData\Local\NetBeans\Cache\11.2-beta1
>Reporter: Benjamin Graf
>Assignee: ARUNAVA SINHA
>Priority: Major
> Attachments: image-2019-09-25-20-13-45-510.png
>
>
> Try to build a simple ant based project with a multiline String.
> !image-2019-09-25-20-13-45-510.png|width=500!
>  
> Reproduce:
>  * Install beta1 from zip with fresh profile
>  * Install latest nb-javac 1.7
>  * Create new ant based Java project
>  * Add multiline String and enable preview via hint (--enable-preview)



--
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-1142) Exception when scanning projects

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-1142:
--

This error might be the same as, or related to, NETBEANS-2290.

> Exception when scanning projects
> 
>
> Key: NETBEANS-1142
> URL: https://issues.apache.org/jira/browse/NETBEANS-1142
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Win7 62, Xeon x5650, 16GB
>Reporter: Stilgar Wolf
>Priority: Major
>
> I have many projects open (20+).
> The exception is raised every time NB starts after cache was manually cleared 
> and often when NB scans projects in background.



--
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-2290) OnePassCompileWorker AssertionError followed by MultiPassCompileWorker NullPointerException

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-2290:
-
Environment: OpenJDK 13 on Ubuntu 16.04.6 LTS  (was: Product = Apache 
NetBeans IDE 11.2 (Snap edge channel dated 2019-09-26)
Java = OpenJDK 13 (build 13+33)
Operating System = Ubuntu 16.04.6 LTS
)

> OnePassCompileWorker AssertionError followed by MultiPassCompileWorker 
> NullPointerException
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0, 11.1, 11.2
> Environment: OpenJDK 13 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--
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-2290) OnePassCompileWorker AssertionError followed by MultiPassCompileWorker NullPointerException

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-2290:
-
Affects Version/s: 11.0
   11.1

> OnePassCompileWorker AssertionError followed by MultiPassCompileWorker 
> NullPointerException
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0, 11.1, 11.2
> Environment: Product = Apache NetBeans IDE 11.2 (Snap edge channel 
> dated 2019-09-26)
> Java = OpenJDK 13 (build 13+33)
> Operating System = Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--
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-2290) OnePassCompileWorker AssertionError followed by MultiPassCompileWorker NullPointerException

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-2290:
--

The second exception is logged as follows:
{noformat}
WARNING [org.netbeans.modules.java.source.indexing.JavaIndex]: 
MultiPassCompileWorker caused an exception
File: 
file:/home/john/src/ide/monocle-epd/src/javafx.graphics/classes/module-info.java
Root: /home/john/src/ide/monocle-epd/src/javafx.graphics/classes
Bootpath: 
nbjrt:file:/home/john/opt/jdk-13/!/modules/java.base/:nbjrt:file:/home/john/opt/jdk-13/!/modules/java.datatransfer/:nbjrt:file:/home/john/opt/jdk-13/!/modules/java.desktop/:nbjrt:file:/home/john/opt/jdk-13/!/modules/java.xml/:nbjrt:file:/home/john/opt/jdk-13/!/modules/jdk.unsupported/
Classpath: /home/john/lib/javafx-sdk-13/lib/javafx.base.jar
Sourcepath: /home/john/src/ide/monocle-epd/src/javafx.graphics/classes
java.lang.NullPointerException
at 
com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:421)
at com.sun.tools.javac.comp.Modules.enter(Modules.java:287)
at com.sun.tools.javac.comp.Modules.enter(Modules.java:268)
at com.sun.tools.javac.comp.Modules.initModules(Modules.java:259)
at 
com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1121)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393)
at 
com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
{noformat}

The error occurs in the {{compile}} method of 
[MultiPassCompileWorker.java|https://github.com/apache/netbeans/blob/master/java/java.source.nbjavac/src/org/netbeans/modules/java/source/nbjavac/indexing/MultiPassCompileWorker.java].
 The last line in the code below throws the {{NullPointerException}}:
{code:java}
if (isLowMemory(flm)) {
dumpSymFiles(jt, previous.createdFiles, context);
jt = null;
diagnosticListener.cleanDiagnostics();
trees = null;
if ((state & MEMORY_LOW) != 0) {
if (isBigFile) {
break;
} else {
bigFiles.add(active);
active = null;
state &= ~MEMORY_LOW;
}
} else {
state |= MEMORY_LOW;
}
freeMemory(true);
continue;
}
Iterable types;
types = jt.enterTrees(trees);
{code}

It seems that the {{NullPointerException}} is due to taking the path within the 
preceding {{if}} statement, which causes the {{jt}} variable to be set to 
{{null}}. As a work-around, I tried increasing the heap size with {{"-J-Xms1g 
-J-Xmx4g"}} and even {{"-J-Xms4g -J-Xmx4g"}} in the {{netbeans.conf}} file, but 
the error still occurred.


> OnePassCompileWorker AssertionError followed by MultiPassCompileWorker 
> NullPointerException
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
> Environment: Product = Apache NetBeans IDE 11.2 (Snap edge channel 
> dated 2019-09-26)
> Java = OpenJDK 13 (build 13+33)
> Operating System = Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWork

[jira] [Updated] (NETBEANS-2290) OnePassCompileWorker AssertionError followed by MultiPassCompileWorker NullPointerException

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-2290:
-
Environment: 
Product = Apache NetBeans IDE 11.2 (Snap edge channel dated 2019-09-26)
Java = OpenJDK 13 (build 13+33)
Operating System = Ubuntu 16.04.6 LTS


  was:
Product = Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java = OpenJDK 64-Bit Server VM 12+33
Operating System = Linux version 4.15.0-46-generic running on amd64



> OnePassCompileWorker AssertionError followed by MultiPassCompileWorker 
> NullPointerException
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
> Environment: Product = Apache NetBeans IDE 11.2 (Snap edge channel 
> dated 2019-09-26)
> Java = OpenJDK 13 (build 13+33)
> Operating System = Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--
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-2290) OnePassCompileWorker AssertionError followed by MultiPassCompileWorker NullPointerException

2019-09-27 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-2290:
-
Affects Version/s: (was: 11.0)
   11.2

> OnePassCompileWorker AssertionError followed by MultiPassCompileWorker 
> NullPointerException
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
> Environment: Product = Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java = OpenJDK 64-Bit Server VM 12+33
> Operating System = Linux version 4.15.0-46-generic running on amd64
>Reporter: John Neffenger
>Priority: Major
> Attachments: netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--
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-588) Sass installed via Chocolatey not compiling

2019-09-27 Thread Jira


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

Matthias Bläsing resolved NETBEANS-588.
---
Resolution: Duplicate

> Sass installed via Chocolatey not compiling
> ---
>
> Key: NETBEANS-588
> URL: https://issues.apache.org/jira/browse/NETBEANS-588
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Óscar
>Priority: Major
>
> I installed Sass via Chocolatey and get this error in the Netbeans console:
> {color:#ff}"C:\ProgramData\chocolatey\lib\sass\tools\sass.bat" 
> "-cache-location" 
> "C:\Users\oxk4r\AppData\Local\NetBeans\Cache\8.2\sass-compiler" "debug-info" 
> "-style" "compact" "C:\xampp\htdocs\SASS_01\scss\style.scss" 
> "C:\xampp\htdocs\SASS_01\css\style.css" {color}
> {color:#ff}Could not find an option named "cache-location".{color} 
> And no *.css file is generated at all.



--
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-2347) Could not find an option named "cache-location"

2019-09-27 Thread Jira


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

Matthias Bläsing resolved NETBEANS-2347.

Fix Version/s: (was: Next)
   Resolution: Duplicate

> Could not find an option named "cache-location"
> ---
>
> Key: NETBEANS-2347
> URL: https://issues.apache.org/jira/browse/NETBEANS-2347
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 10.0, 11.0
> Environment: OS: Windows 10
> SOFTWARE VERSION: Apache Netbeans 10
>Reporter: ala
>Priority: Critical
>  Labels: easyfix, usability
>
> "C:\Users\Ala\AppData\Local\Yarn\bin\sass.cmd" "--cache-location" 
> "C:\Users\Ala\AppData\Local\NetBeans\Cache\10.0\sass-compiler" "--debug-info" 
> "C:\laragon\www\Pr\scss\stylesheet.scss" 
> "C:\laragon\www\Pr\css\stylesheet.css"
> Could not find an option named "cache-location".
> Usage: sass  [output.css]
>  sass : : 



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

2019-09-27 Thread Jira


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

Matthias Bläsing resolved NETBEANS-75.
--
Fix Version/s: 11.2
   Resolution: Fixed

Was fixed via: https://github.com/apache/netbeans/pull/1488/commits

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



--
This message was sent by Atlassian Jira
(v8.3.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-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Chuck Davis (Jira)


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

Chuck Davis commented on NETBEANS-3175:
---

Yes, I was probably thinking in my own tunnel vision.  If NB will start pulling 
the jfx modules into the project the external designation is superfluous. 

 

This is off-the-wall but could NB just pull in the jfx libraries and ignore the 
JDK8 jfx libraries?  Then only one jfx application template would be necessary. 
 I don't know, for example, if OpenJFX13 requires any java support that is not 
in JDK8??  And I don't know how much work it would take to accomplish that kind 
of integration. 

 

Probably easier to stick with a "legacy" JFX Applicaton and a "Maven" JFX 
Application (or Gradle).  Legacy should probably stay in Java with Ant where it 
is.  But the project built in "Java with Maven" should definitely build and run 
> JDK9 artifacts.  Maybe the separation we already have is sufficient if NB 
generates a correct pom.

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-09-27 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 97292e5  Update asfMainNetBeansBuild.groovy
97292e5 is described below

commit 97292e50457180f3ff194ea38a437392c948d735
Author: Eric Barboni 
AuthorDate: Fri Sep 27 18:44:36 2019 +0200

Update asfMainNetBeansBuild.groovy
---
 vars/asfMainNetBeansBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 2247cff..20d6ccb 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -129,6 +129,7 @@ def call(Map params = [:]) {
 
 } else if (month !='Invalid') {
 // we have a valid month, this package is 
already released. Build only javadoc
+sh "ant"
 sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
 } else {
 // we want to setup for release


-
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-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3175:
-

Does a Maven application need installed JFX libraries or isn’t everything 
handled via dependencies?

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-09-27 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 ea75e69  Update asfMainNetBeansBuild.groovy
ea75e69 is described below

commit ea75e697e9135a37397c0ff39e7d9f23c2a27203
Author: Eric Barboni 
AuthorDate: Fri Sep 27 18:37:08 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 a167462..2247cff 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -31,6 +31,7 @@ def call(Map params = [:]) {
 def version=""
 def rmversion=""
 def mavenVersion=""
+def month=""
 pipeline {
 options {
 buildDiscarder(logRotator(numToKeepStr: '2'))
@@ -61,7 +62,7 @@ def call(Map params = [:]) {
 myAnt = releaseInformation[branch].ant;
 apidocurl = releaseInformation[branch].apidocurl
 mavenVersion=releaseInformation[branch].mavenversion
-def month
+
 switch 
(releaseInformation[branch].releasedate['month']) {
 case '01':month  = 'Jan'; break;
 case '02':month  = 'Feb'; break;


-
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-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Chuck Davis (Jira)


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

Chuck Davis commented on NETBEANS-3175:
---

Just as long as it is clear the project needs one or the other:  JDK8 
integrated jfx or JDK11+  external jfx.  I don't know how much room is 
available.

"JFX integrated (requires JDK8)"; "JFX external (requires JDK9+ with installed 
JFX libraries)".

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-3176) Can not create netbeans module project with maven

2019-09-27 Thread Milos Stojkovic (Jira)


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

Milos Stojkovic commented on NETBEANS-3176:
---

It works :)
Thank you GJ

> Can not create netbeans module project with maven
> -
>
> Key: NETBEANS-3176
> URL: https://issues.apache.org/jira/browse/NETBEANS-3176
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project
>Affects Versions: 11.1
> Environment: OS: Kubuntu 16.04 x64 kernel 4.4.0-164-generic
> Maven: 3.6.2
> JDK: 12.02 Oracle
>Reporter: Milos Stojkovic
>Priority: Blocker
>
> When I try to create new Netbeans module Project with Maven, project folder 
> is created but Netbeans shows NPE (bottom right red icon). After this no new 
> projects can be created until Netbeans is restarted. Clicking on the New 
> Project button does nothing.
> Video: https://youtu.be/lE6IVh_LmJI



--
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: try a more direct way for already release artefacts only do apidoc

2019-09-27 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 e8f31da  try a more direct way for already release artefacts only do 
apidoc
e8f31da is described below

commit e8f31dae19a07ee696415ee76eef7e0f4a675718
Author: Eric Barboni 
AuthorDate: Fri Sep 27 17:20:04 2019 +0200

try a more direct way for already release artefacts only do apidoc
---
 vars/asfMainNetBeansBuild.groovy | 30 ++
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 8cb11fb..a167462 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -38,7 +38,7 @@ def call(Map params = [:]) {
 }
 agent { node { label 'ubuntu' } }
 stages{
-stage("Test"){
+stage("Preparing Variable"){
 agent { node { label 'ubuntu' } }
 options { timeout(time: 180, unit: 'MINUTES') }
 steps{
@@ -96,16 +96,13 @@ def call(Map params = [:]) {
 // other named version
 rmversion = 
rmversion+'-'+value['version']
 }
-
-}
-   
+} 
 }
-}
-   
+} 
 }
 }
 }
-stage ("Apidoc") {
+stage ("Main build") {
 tools {
 jdk jdktool
 }
@@ -114,6 +111,8 @@ def call(Map params = [:]) {
 script {
 //sh 'ant'
 if (env.BRANCH_NAME=="master") {
+// on master we build apidoc + populating 
snapshot repository
+// should be on line for each otherwise 
cluster are wrong
 sh "ant build-nbms"
 sh "ant build-source-zips"
 sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
@@ -127,8 +126,12 @@ def call(Map params = [:]) {
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.5-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/nbbuild/build/source-zips 
-DnetbeansJavadocDirectory=${env.WORKSPACE}/nbbuild/build/javadoc 
-DparentGAV=org.apache.netbeans:netbeans-parent:2 -DforcedVersion=${mavenVer 
[...]
 }
 
+} else if (month !='Invalid') {
+// we have a valid month, this package is 
already released. Build only javadoc
+sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
 } else {
-// remove platform for testing issue
+// we want to setup for release
+// apidoc + repomaven + dist bundle
 def clusterconfigs = ['platform','release']
 def targets = 
['verify-libs-and-licenses','rat','build']
 sh "rm -rf ${env.WORKSPACE}/nbbuild/build"
@@ -185,15 +188,10 @@ def call(Map params = [:]) {
 sh "mvn 
org.apache.maven.plugins:maven-dependency-plugin:3.1.1:get 
-Dartifact=org.apache.netbeans.utilities:nb-repository-plugin:1.5-SNAPSHOT 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DremoteRepositories=apache.snapshots.httpshttps://repository.apache.org/snapshots";
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.5-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
 sh "mvn 
org.apache.netbeans.utilities:nb-repository-plugin:1.5-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DnetbeansNbmDirectory=${netbeansbase}/nbms 
-DnetbeansInstallDirectory=${netbeansbase}/netbeans 
-DnetbeansSourcesDirectory=${netbeansbase}/build/source-zips 
-DnetbeansJavadocDirectory=${netbeansbase}/build/javadoc 
-DparentGAV=org.apache.netbeans:netbeans-parent:2 -Dforce

[jira] [Commented] (NETBEANS-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3175:
-

Here is the fix: https://github.com/apache/netbeans/pull/1535

So, you're saying we need to keep the existing one but clearly mark it for JDK 
8 and list the other two as being for after JDK 8?

Can you suggest specific wording, i.e, what display texts we should use to 
distinguish them?

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Chuck Davis (Jira)


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

Chuck Davis commented on NETBEANS-3175:
---

This seriously needs to be fixed if NB is going to attract new users.  The pom 
for JDK8 is quite different from the pom for JDK11+ so we need two differing 
JFX Application types on the create new project menu.

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-3176) Can not create netbeans module project with maven

2019-09-27 Thread Milos Stojkovic (Jira)


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

Milos Stojkovic updated NETBEANS-3176:
--
Description: 
When I try to create new Netbeans module Project with Maven, project folder is 
created but Netbeans shows NPE (bottom right red icon). After this no new 
projects can be created until Netbeans is restarted. Clicking on the New 
Project button does nothing.

Video: https://youtu.be/lE6IVh_LmJI

  was:
When I try to create new Netbeans module Project with Maven, project folder if 
created but Netbeans shows NPE (bottom right red icon). After this no new 
projects can not be created until Netbeans restart. Clicking on the New Project 
button does nothing.

Video: https://youtu.be/lE6IVh_LmJI


> Can not create netbeans module project with maven
> -
>
> Key: NETBEANS-3176
> URL: https://issues.apache.org/jira/browse/NETBEANS-3176
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project
>Affects Versions: 11.1
> Environment: OS: Kubuntu 16.04 x64 kernel 4.4.0-164-generic
> Maven: 3.6.2
> JDK: 12.02 Oracle
>Reporter: Milos Stojkovic
>Priority: Blocker
>
> When I try to create new Netbeans module Project with Maven, project folder 
> is created but Netbeans shows NPE (bottom right red icon). After this no new 
> projects can be created until Netbeans is restarted. Clicking on the New 
> Project button does nothing.
> Video: https://youtu.be/lE6IVh_LmJI



--
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-3176) Can not create netbeans module project with maven

2019-09-27 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3176:
-

Try again with 11.2 beta1 where this is fixed: 
http://bit.ly/apache-netbeans-11-2-beta-1

> Can not create netbeans module project with maven
> -
>
> Key: NETBEANS-3176
> URL: https://issues.apache.org/jira/browse/NETBEANS-3176
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project
>Affects Versions: 11.1
> Environment: OS: Kubuntu 16.04 x64 kernel 4.4.0-164-generic
> Maven: 3.6.2
> JDK: 12.02 Oracle
>Reporter: Milos Stojkovic
>Priority: Blocker
>
> When I try to create new Netbeans module Project with Maven, project folder 
> if created but Netbeans shows NPE (bottom right red icon). After this no new 
> projects can not be created until Netbeans restart. Clicking on the New 
> Project button does nothing.
> Video: https://youtu.be/lE6IVh_LmJI



--
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-3176) Can not create netbeans module project with maven

2019-09-27 Thread Milos Stojkovic (Jira)


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

Milos Stojkovic updated NETBEANS-3176:
--
Description: 
When I try to create new Netbeans module Project with Maven, project folder if 
created but Netbeans shows NPE (bottom right red icon). After this no new 
projects can not be created until Netbeans restart. Clicking on the New Project 
button does nothing.

Video: https://youtu.be/lE6IVh_LmJI

  was:When I try to create new Netbeans module Project with Maven, project 
folder if created but Netbeans shows NPE (bottom right red icon). After this no 
new projects can not be created until Netbeans restart. Clicking on the New 
Project button does nothing.


> Can not create netbeans module project with maven
> -
>
> Key: NETBEANS-3176
> URL: https://issues.apache.org/jira/browse/NETBEANS-3176
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, apisupport - Project
>Affects Versions: 11.1
> Environment: OS: Kubuntu 16.04 x64 kernel 4.4.0-164-generic
> Maven: 3.6.2
> JDK: 12.02 Oracle
>Reporter: Milos Stojkovic
>Priority: Blocker
>
> When I try to create new Netbeans module Project with Maven, project folder 
> if created but Netbeans shows NPE (bottom right red icon). After this no new 
> projects can not be created until Netbeans restart. Clicking on the New 
> Project button does nothing.
> Video: https://youtu.be/lE6IVh_LmJI



--
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-3176) Can not create netbeans module project with maven

2019-09-27 Thread Milos Stojkovic (Jira)
Milos Stojkovic created NETBEANS-3176:
-

 Summary: Can not create netbeans module project with maven
 Key: NETBEANS-3176
 URL: https://issues.apache.org/jira/browse/NETBEANS-3176
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven, apisupport - Project
Affects Versions: 11.1
 Environment: OS: Kubuntu 16.04 x64 kernel 4.4.0-164-generic
Maven: 3.6.2
JDK: 12.02 Oracle
Reporter: Milos Stojkovic


When I try to create new Netbeans module Project with Maven, project folder if 
created but Netbeans shows NPE (bottom right red icon). After this no new 
projects can not be created until Netbeans restart. Clicking on the New Project 
button does nothing.



--
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-3175) Remove old JavaFX Maven Application template, replace with Gluon

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


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

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

> Remove old JavaFX Maven Application template, replace with Gluon
> 
>
> Key: NETBEANS-3175
> URL: https://issues.apache.org/jira/browse/NETBEANS-3175
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>




--
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] 01/01: [NETBEANS-3175] Removed JavaFX Maven application, replace with Gluon

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

geertjan pushed a commit to branch geertjanw-patch-5
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit ec059313a338263cc4b49eafc76775fc11f84374
Author: Geertjan Wielenga 
AuthorDate: Fri Sep 27 15:22:07 2019 +0100

[NETBEANS-3175] Removed JavaFX Maven application, replace with Gluon
---
 .../modules/maven/newproject/MavenWizardIterator.java  | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java 
b/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java
index 17e684b..7d566a2 100644
--- 
a/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java
+++ 
b/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java
@@ -73,11 +73,11 @@ public class MavenWizardIterator implements 
WizardDescriptor.BackgroundInstantia
 //return 
ArchetypeWizards.definedArchetype("org.apache.maven.archetypes", 
"maven-archetype-quickstart", "1.1", null, LBL_Maven_Quickstart_Archetype());
 //}
 
-@TemplateRegistration(folder=ArchetypeWizards.TEMPLATE_FOLDER, 
position=920, displayName="#LBL_Maven_JavaFx_Archetype", 
iconBase="org/netbeans/modules/maven/resources/jaricon.png", 
description="javafx.html")
-@Messages("LBL_Maven_JavaFx_Archetype=JavaFX Application")
-public static WizardDescriptor.InstantiatingIterator javafx() {
-return 
ArchetypeWizards.definedArchetype("org.codehaus.mojo.archetypes", "javafx", 
"0.6", null, LBL_Maven_JavaFx_Archetype());
-}
+//@TemplateRegistration(folder=ArchetypeWizards.TEMPLATE_FOLDER, 
position=920, displayName="#LBL_Maven_JavaFx_Archetype", 
iconBase="org/netbeans/modules/maven/resources/jaricon.png", 
description="javafx.html")
+//@Messages("LBL_Maven_JavaFx_Archetype=JavaFX Application")
+//public static WizardDescriptor.InstantiatingIterator javafx() {
+//return 
ArchetypeWizards.definedArchetype("org.codehaus.mojo.archetypes", "javafx", 
"0.6", null, LBL_Maven_JavaFx_Archetype());
+//}
 
 //@TemplateRegistration(folder=JAVAFX_SAMPLES_TEMPLATE_FOLDER, 
position=2450, displayName="#LBL_Maven_JavaFx_Sample_Archetype", 
iconBase="org/netbeans/modules/maven/resources/jaricon.png", 
description="javafx.html")
 //@Messages("LBL_Maven_JavaFx_Sample_Archetype=Maven FXML MigPane Sample")
@@ -85,13 +85,13 @@ public class MavenWizardIterator implements 
WizardDescriptor.BackgroundInstantia
 //return 
ArchetypeWizards.definedArchetype("org.codehaus.mojo.archetypes", 
"sample-javafx", "0.5", null, LBL_Maven_JavaFx_Sample_Archetype());
 //}
 
-@TemplateRegistration(folder=JAVAFX_SAMPLES_TEMPLATE_FOLDER, position = 
925, displayName = "#LBL_Maven_FXML_Archetype", iconBase = 
"org/netbeans/modules/maven/resources/jaricon.png", description = "javafx.html")
+@TemplateRegistration(folder=ArchetypeWizards.TEMPLATE_FOLDER, position = 
925, displayName = "#LBL_Maven_FXML_Archetype", iconBase = 
"org/netbeans/modules/maven/resources/jaricon.png", description = "javafx.html")
 @Messages("LBL_Maven_FXML_Archetype=FXML JavaFX Maven Archetype (Gluon)")
 public static WizardDescriptor.InstantiatingIterator openJFXFML() {
return ArchetypeWizards.definedArchetype("org.openjfx", 
"javafx-archetype-fxml", "0.0.3", null, LBL_Maven_FXML_Archetype());
 }
 
-@TemplateRegistration(folder=JAVAFX_SAMPLES_TEMPLATE_FOLDER, position = 
926, displayName = "#LBL_Maven_Simple_Archetype", iconBase = 
"org/netbeans/modules/maven/resources/jaricon.png", description = "javafx.html")
+@TemplateRegistration(folder=ArchetypeWizards.TEMPLATE_FOLDER, position = 
926, displayName = "#LBL_Maven_Simple_Archetype", iconBase = 
"org/netbeans/modules/maven/resources/jaricon.png", description = "javafx.html")
 @Messages("LBL_Maven_Simple_Archetype=Simple JavaFX Maven Archetype 
(Gluon)")
 public static WizardDescriptor.InstantiatingIterator openJFXSimple() {
return ArchetypeWizards.definedArchetype("org.openjfx", 
"javafx-archetype-simple", "0.0.3", null, LBL_Maven_Simple_Archetype());


-
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 geertjanw-patch-5 created (now ec05931)

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

geertjan pushed a change to branch geertjanw-patch-5
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


  at ec05931  [NETBEANS-3175] Removed JavaFX Maven application, replace 
with Gluon

This branch includes the following new commits:

 new ec05931  [NETBEANS-3175] Removed JavaFX Maven application, replace 
with Gluon

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.



-
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-3175) Remove old JavaFX Maven Application template, replace with Gluon

2019-09-27 Thread Geertjan Wielenga (Jira)
Geertjan Wielenga created NETBEANS-3175:
---

 Summary: Remove old JavaFX Maven Application template, replace 
with Gluon
 Key: NETBEANS-3175
 URL: https://issues.apache.org/jira/browse/NETBEANS-3175
 Project: NetBeans
  Issue Type: Bug
Reporter: Geertjan Wielenga






--
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-09-27 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 d70a0d8  Update asfMainNetBeansBuild.groovy
d70a0d8 is described below

commit d70a0d8759b9e52d58791c7c40b444f67510e348
Author: Eric Barboni 
AuthorDate: Fri Sep 27 16:14:43 2019 +0200

Update asfMainNetBeansBuild.groovy

missing ant
---
 vars/asfMainNetBeansBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 916a5dc..8cb11fb 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -115,8 +115,8 @@ def call(Map params = [:]) {
 //sh 'ant'
 if (env.BRANCH_NAME=="master") {
 sh "ant build-nbms"
-sh "build-source-zips"
-sh "build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+sh "ant build-source-zips"
+sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
 sh "rm -rf ${env.WORKSPACE}/repoindex/"
 sh "rm -rf ${env.WORKSPACE}/.repository"
 def localRepo = "${env.WORKSPACE}/.repository"


-
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-3168) nb-javac-1.7 - duplicate context value

2019-09-27 Thread Jira


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

Jiří Kovalský updated NETBEANS-3168:

Labels: pull-request-available  (was: )

> nb-javac-1.7 - duplicate context value
> --
>
> Key: NETBEANS-3168
> URL: https://issues.apache.org/jira/browse/NETBEANS-3168
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: NB11.1 running on OpenJDK 13
> Maven 3.6.2 running on AdoptOpenJDK 8 
>Reporter: Pierre Maréchal
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: IDE.log
>
>
> Since update to nb-javac 1.7 on a fresh NB 11.1 install, an exception is 
> thrown during scanning  of maven project : java.lang.AssertionError: 
> duplicate context value
>  
>  



--
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-09-27 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 ad96f2b  Update asfMainNetBeansBuild.groovy
ad96f2b is described below

commit ad96f2b9d646b5e49040eb1b0f05502457b7e2a9
Author: Eric Barboni 
AuthorDate: Fri Sep 27 14:43:47 2019 +0200

Update asfMainNetBeansBuild.groovy

remove ant onliner for master seems adding all cluster otherwise
---
 vars/asfMainNetBeansBuild.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index f0b02ac..916a5dc 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -114,7 +114,9 @@ def call(Map params = [:]) {
 script {
 //sh 'ant'
 if (env.BRANCH_NAME=="master") {
-sh "ant build-nbms build-source-zips 
build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+sh "ant build-nbms"
+sh "build-source-zips"
+sh "build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
 sh "rm -rf ${env.WORKSPACE}/repoindex/"
 sh "rm -rf ${env.WORKSPACE}/.repository"
 def localRepo = "${env.WORKSPACE}/.repository"


-
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-3168) nb-javac-1.7 - duplicate context value

2019-09-27 Thread Peter Hendriks (Jira)


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

Peter Hendriks commented on NETBEANS-3168:
--

Hi Guys, experienced the same issue with nb-javac as well, found out Geertjan's 
solution of not updating after some hours of trial-and-error. Today resumed the 
search and saw the update, great work, works like a dream, thnx!

 

> nb-javac-1.7 - duplicate context value
> --
>
> Key: NETBEANS-3168
> URL: https://issues.apache.org/jira/browse/NETBEANS-3168
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: NB11.1 running on OpenJDK 13
> Maven 3.6.2 running on AdoptOpenJDK 8 
>Reporter: Pierre Maréchal
>Priority: Blocker
> Attachments: IDE.log
>
>
> Since update to nb-javac 1.7 on a fresh NB 11.1 install, an exception is 
> thrown during scanning  of maven project : java.lang.AssertionError: 
> duplicate context value
>  
>  



--
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: New Layout and zip customization

2019-09-27 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 12a0535  New Layout and zip customization
 new c56d902  Merge pull request #3 from ebarboni/layout
12a0535 is described below

commit 12a0535b31b25367f0e67bcee6f750cd83ddb2a0
Author: Eric Barboni 
AuthorDate: Thu Sep 26 16:00:02 2019 +0200

New Layout and zip customization
---
 vars/asfMainNetBeansBuild.groovy | 74 +---
 1 file changed, 55 insertions(+), 19 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 0bd98d0..f0b02ac 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -29,6 +29,7 @@ def call(Map params = [:]) {
 def jdktool = ""
 def myMaven=""
 def version=""
+def rmversion=""
 def mavenVersion=""
 pipeline {
 options {
@@ -46,16 +47,22 @@ def call(Map params = [:]) {
 sh 'curl 
"https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json";
 -o netbeansrelease.json'
 def releaseInformation = readJSON file: 
'netbeansrelease.json'
 sh 'rm -f netbeansrelease.json'
-if (!releaseInformation[env.BRANCH_NAME]) {
+def branch = env.BRANCH_NAME 
+def githash = env.GIT_COMMIT
+
+println githash
+println branch
+
+if (!releaseInformation[branch]) {
 // no branch definined in json exit build
 currentBuild.result = "FAILURE"
-throw new Exception("No entry in json for 
$env.BRANCH_NAME")
+throw new Exception("No entry in json for $branch")
 }
-myAnt = releaseInformation[env.BRANCH_NAME].ant;
-apidocurl = 
releaseInformation[env.BRANCH_NAME].apidocurl
-
mavenVersion=releaseInformation[env.BRANCH_NAME].mavenversion
+myAnt = releaseInformation[branch].ant;
+apidocurl = releaseInformation[branch].apidocurl
+mavenVersion=releaseInformation[branch].mavenversion
 def month
-switch 
(releaseInformation[env.BRANCH_NAME].releasedate['month']) {
+switch 
(releaseInformation[branch].releasedate['month']) {
 case '01':month  = 'Jan'; break;
 case '02':month  = 'Feb'; break;
 case '03':month  = 'Mar'; break;
@@ -70,12 +77,31 @@ def call(Map params = [:]) {
 case '12':month  = 'Dec'; break;
 default: month ='Invalid';
 }
-date  = 
releaseInformation[env.BRANCH_NAME].releasedate['day'] + ' '+ month + ' 
'+releaseInformation[env.BRANCH_NAME].releasedate['year']
+date  = releaseInformation[branch].releasedate['day'] 
+ ' '+ month + ' '+releaseInformation[branch].releasedate['year']
 //2018-07-29T12:00:00Z
-atomdate = 
releaseInformation[env.BRANCH_NAME].releasedate['year']+'-'+releaseInformation[env.BRANCH_NAME].releasedate['month']+'-'+releaseInformation[env.BRANCH_NAME].releasedate['day']+'T12:00:00Z'
-jdktool = releaseInformation[env.BRANCH_NAME].jdk
-myMaven = releaseInformation[env.BRANCH_NAME].maven
-version = 
releaseInformation[env.BRANCH_NAME].versionName;
+atomdate = 
releaseInformation[branch].releasedate['year']+'-'+releaseInformation[branch].releasedate['month']+'-'+releaseInformation[branch].releasedate['day']+'T12:00:00Z'
+jdktool = releaseInformation[branch].jdk
+myMaven = releaseInformation[branch].maven
+version = releaseInformation[branch].versionName;
+
+rmversion = version
+//
+if (releaseInformation[branch].milestones) {
+
releaseInformation[branch].milestones.each{key,value ->
+if (key==githash) {
+// vote candidate prior
+if (value['vote']) {
+rmversion = 
rmversion+'-vc'+value['vote']
+} else if (value['version']){
+  

[netbeans-jenkins-lib] branch master updated: Update netbeansrelease.json (#4)

2019-09-27 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 06c94eb  Update netbeansrelease.json (#4)
06c94eb is described below

commit 06c94eb7014750459419fc80d7a9cedfca0e49fc
Author: Eric Barboni 
AuthorDate: Fri Sep 27 11:22:21 2019 +0200

Update netbeansrelease.json (#4)

version change to avoir special case in site backend
---
 meta/netbeansrelease.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index a4ae288..41f23aa 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -150,7 +150,7 @@
 "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/";,
 "maven": "Maven 3.3.9",
 "mavenversion": "dev-SNAPSHOT",
-"versionName": "-",
+"versionName": "dev",
 "tlp": "true",
 "apidocurl": "https://bits.netbeans.org/dev/javadoc";,
 "update_url": 
"https://netbeans.apache.org/nb/updates/dev/updates.xml.gz?{$netbeans.hash.code}";,


-
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 masterpatchapidocimprovement updated (7c1d5ba -> 1a4da26)

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

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


from 7c1d5ba  Update netbeansrelease.json
 add 1a4da26  Update netbeansrelease.json

No new revisions were added by this update.

Summary of changes:
 meta/netbeansrelease.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[jira] [Commented] (NETBEANS-3163) AssertionError when opening/switching files

2019-09-27 Thread Guillaume FERRY (Jira)


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

Guillaume FERRY commented on NETBEANS-3163:
---

Solved yesterday : you need to upgrade nb-javac to version 1.71

> AssertionError when opening/switching files
> ---
>
> Key: NETBEANS-3163
> URL: https://issues.apache.org/jira/browse/NETBEANS-3163
> Project: NetBeans
>  Issue Type: Bug
>Reporter: bao ngo
>Priority: Critical
> Attachments: Screenshot from 2019-09-26 00-04-10.png, netbeans.log, 
> netbeans.log1
>
>
> Whenever I try to open/switch files, I get the AssertionError: duplicate 
> context value, and sometime it shown as the error popup.



--
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] 01/01: Update netbeansrelease.json

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

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

commit 7c1d5ba2c4efca1af9b2162bcaaed8759bcbf88e
Author: Eric Barboni 
AuthorDate: Fri Sep 27 10:31:27 2019 +0200

Update netbeansrelease.json

this is to help script on the backend
---
 meta/netbeansrelease.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index a4ae288..bbbc1d7 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -150,7 +150,7 @@
 "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/";,
 "maven": "Maven 3.3.9",
 "mavenversion": "dev-SNAPSHOT",
-"versionName": "-",
+"versionName": "master",
 "tlp": "true",
 "apidocurl": "https://bits.netbeans.org/dev/javadoc";,
 "update_url": 
"https://netbeans.apache.org/nb/updates/dev/updates.xml.gz?{$netbeans.hash.code}";,


-
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 masterpatchapidocimprovement created (now 7c1d5ba)

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

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


  at 7c1d5ba  Update netbeansrelease.json

This branch includes the following new commits:

 new 7c1d5ba  Update netbeansrelease.json

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.



-
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