[jira] [Created] (NETBEANS-1846) Netbeans can't print out colored text in the output window

2018-12-29 Thread Peter (JIRA)
Peter created NETBEANS-1846:
---

 Summary: Netbeans can't print out colored text in the output window
 Key: NETBEANS-1846
 URL: https://issues.apache.org/jira/browse/NETBEANS-1846
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 10.0
Reporter: Peter
 Attachments: Screenshot 2018-12-30 at 1.00.53 PM.png, Screenshot 
2018-12-30 at 1.01.03 PM.png

public class TestConsole {

@Test
 public void test() throws Exception {

String ANSI_RESET = "\u001B[0m";
 String ANSI_RED = "\u001B[31m";
 System.out.println(ANSI_RED + "XX");
 System.out.flush();
 System.out.println(ANSI_RESET);
 System.out.println("\033[31;1mHello\033[0m, \033[32;1;2mworld!\033[0m");
 System.out.println((char) 27 + "[32m" + "ERROR MESSAGE IN GREEN");
 System.out.println((char) 27 + "[33mYELLOW");


 System.setProperty("jansi.passthrough", "true");
 System.out.println(ansi().fg(RED).a("Hello").fg(GREEN).a(" World").reset());
 }
}

 


 org.fusesource.jansi
 jansi
 1.17
 test
 

 

Tried Maven 3.3.9, 3.5.3, 3.6.0

 



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

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

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



[jira] [Closed] (NETBEANS-1837) AssertionError when writing a new ToggleGroup object

2018-12-29 Thread Michal Rama (JIRA)


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

Michal Rama closed NETBEANS-1837.
-
   Resolution: Not A Bug
Fix Version/s: 10.0

> AssertionError when writing a new ToggleGroup object
> 
>
> Key: NETBEANS-1837
> URL: https://issues.apache.org/jira/browse/NETBEANS-1837
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 945, Java 12 
> Early-Access 25
>Reporter: Michal Rama
>Priority: Critical
>  Labels: javafx
> Fix For: 10.0
>
> Attachments: picture.png
>
>
> Hello,
> When, in the JavaFX project, I write
> !picture.png!
> and confirm with ENTER, the code will not complete and will display the error.
> {code:java}
> java.lang.AssertionError
> at com.sun.tools.javac.util.Assert.error(Assert.java:155)
> at com.sun.tools.javac.util.Assert.check(Assert.java:46)
> at com.sun.tools.javac.code.Scope$ScopeImpl.dble(Scope.java:410)
> at com.sun.tools.javac.code.Scope$ScopeImpl.enter(Scope.java:433)
> at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:479)
> at 
> com.sun.tools.javadoc.main.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:84)
> at 
> org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:92)
> at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
> at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
> at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1184)
> at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
> at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
> at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
> at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)
> at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1350)
> at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:78)
> at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
> at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
> at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
> at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:880)
> at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:810)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:716)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.getProposedValue(JavaCodeTemplateProcessor.java:431)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.updateDefaultValues(JavaCodeTemplateProcessor.java:143)
> at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.processTemplate(CodeTemplateInsertHandler.java:225)
> at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:273)
> at 
> org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
> at 
> org.netbeans.modules.editor.java.JavaCompletionItem.process(JavaCompletionItem.java:566)
> at 
> org.netbeans.modules.editor.java.JavaCompletionItem.defaultAction(JavaCompletionItem.java:286)
> at 
> org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:785)
> at 
> org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:386)
> at 
> java.desktop/java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:258)
> at 
> java.desktop/java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:257)
> at java.desktop/java.awt.Component.processKeyEvent(Component.java:6590)
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2849)
> at java.desktop/java.awt.Component.processEvent(Component.java:6409)
> at java.desktop/java.awt.Container.processEvent(Container.java:2263)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4889)
> at java.desktop/j

[jira] [Commented] (NETBEANS-1837) AssertionError when writing a new ToggleGroup object

2018-12-29 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1837:
---

I tried different versions (JavaFX in JDK 8 and OpenJavaFX 11).

There is no error in both versions, so there is only a problem with OpenJavaFX 
12 and NetBeans itself has no effect on it.

So I can close this issue.

> AssertionError when writing a new ToggleGroup object
> 
>
> Key: NETBEANS-1837
> URL: https://issues.apache.org/jira/browse/NETBEANS-1837
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 945, Java 12 
> Early-Access 25
>Reporter: Michal Rama
>Priority: Critical
>  Labels: javafx
> Attachments: picture.png
>
>
> Hello,
> When, in the JavaFX project, I write
> !picture.png!
> and confirm with ENTER, the code will not complete and will display the error.
> {code:java}
> java.lang.AssertionError
> at com.sun.tools.javac.util.Assert.error(Assert.java:155)
> at com.sun.tools.javac.util.Assert.check(Assert.java:46)
> at com.sun.tools.javac.code.Scope$ScopeImpl.dble(Scope.java:410)
> at com.sun.tools.javac.code.Scope$ScopeImpl.enter(Scope.java:433)
> at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:479)
> at 
> com.sun.tools.javadoc.main.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:84)
> at 
> org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:92)
> at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
> at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
> at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1184)
> at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
> at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
> at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
> at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)
> at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1350)
> at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:78)
> at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
> at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
> at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
> at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:880)
> at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:810)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:716)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.getProposedValue(JavaCodeTemplateProcessor.java:431)
> at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.updateDefaultValues(JavaCodeTemplateProcessor.java:143)
> at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.processTemplate(CodeTemplateInsertHandler.java:225)
> at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:273)
> at 
> org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
> at 
> org.netbeans.modules.editor.java.JavaCompletionItem.process(JavaCompletionItem.java:566)
> at 
> org.netbeans.modules.editor.java.JavaCompletionItem.defaultAction(JavaCompletionItem.java:286)
> at 
> org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:785)
> at 
> org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:386)
> at 
> java.desktop/java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:258)
> at 
> java.desktop/java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:257)
> at java.desktop/java.awt.Component.processKeyEvent(Component.java:6590)
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2849)
> at java.desktop/java.awt.Component.processEvent(Component.java:6409)
> at java.desktop/java.awt.Container.processEvent(Container.java:2263)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
> at 
> jav

[jira] [Comment Edited] (NETBEANS-1845) Burning CPU on broken Symlinks

2018-12-29 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi edited comment on NETBEANS-1845 at 12/29/18 5:05 PM:
-

The [PR-1061|https://github.com/apache/incubator-netbeans/pull/1061] may needs 
to be reverted when a proper solution emerges,


was (Author: lkishalmi):
This PR may needs to be reverted when a proper solution emerges,

> Burning CPU on broken Symlinks
> --
>
> Key: NETBEANS-1845
> URL: https://issues.apache.org/jira/browse/NETBEANS-1845
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: performance
>
> Whenever the filesystem API  bumps into s broken symlink (maybe deleted), it 
> keeps sending out FS deleted events, causing CPU burn.
> This is a part of the issue described at NETBEANS-168



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

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

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



[jira] [Commented] (NETBEANS-1845) Burning CPU on broken Symlinks

2018-12-29 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1845:
---

This PR may needs to be reverted when a proper solution emerges,

> Burning CPU on broken Symlinks
> --
>
> Key: NETBEANS-1845
> URL: https://issues.apache.org/jira/browse/NETBEANS-1845
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: performance
>
> Whenever the filesystem API  bumps into s broken symlink (maybe deleted), it 
> keeps sending out FS deleted events, causing CPU burn.
> This is a part of the issue described at NETBEANS-168



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

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

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



[jira] [Created] (NETBEANS-1845) Burning CPU on broken Symlinks

2018-12-29 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1845:
-

 Summary: Burning CPU on broken Symlinks
 Key: NETBEANS-1845
 URL: https://issues.apache.org/jira/browse/NETBEANS-1845
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Filesystems
Affects Versions: 9.0, 8.2, 10.0
Reporter: Laszlo Kishalmi


Whenever the filesystem API  bumps into s broken symlink (maybe deleted), it 
keeps sending out FS deleted events, causing CPU burn.

This is a part of the issue described at NETBEANS-168



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

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

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



[jira] [Updated] (NETBEANS-168) Background scanning process needs a rethink

2018-12-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-168:

Labels: ca_survey pull-request-available  (was: ca_survey)

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



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

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

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



[jira] [Resolved] (NETBEANS-1321) Release NetBeans 10

2018-12-29 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1321.
---
Resolution: Fixed

The last announcement was hit the annou...@apache.org list. Closing this task.

> Release NetBeans 10
> ---
>
> Key: NETBEANS-1321
> URL: https://issues.apache.org/jira/browse/NETBEANS-1321
> Project: NetBeans
>  Issue Type: Task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Blocker
> Fix For: 10.0
>
>
> This is the task of releasing Apache (incubation) NetBeans 10



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

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

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



[jira] [Updated] (NETBEANS-1789) NexusRepositoryIndexer throws ArrayIndexOutOfBoundsException

2018-12-29 Thread Chris Drake (JIRA)


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

Chris Drake updated NETBEANS-1789:
--
Description: 
Observed regularly when rebuilding a multi-module application where the core 
commons module versions have been versioned as a result of a nightly build.

Rebuilding the application via the command-line with NetBeans often results in 
NetBeans re-indexing and throwing the following exception repeatedly.
{code:java}
java.lang.ArrayIndexOutOfBoundsException
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
 at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.spawnIndexLoadedRepo(NexusRepositoryIndexerImpl.java:630)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.access$1000(NexusRepositoryIndexerImpl.java:122)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl$6.run(NexusRepositoryIndexerImpl.java:951)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl$6.run(NexusRepositoryIndexerImpl.java:942)
 at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:229)
 at org.openide.util.Mutex.writeAccess(Mutex.java:246)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.iterate(NexusRepositoryIndexerImpl.java:942)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.getVersions(NexusRepositoryIndexerImpl.java:1158)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.getVersions(NexusRepositoryIndexerImpl.java:1153)
 at 
org.netbeans.modules.maven.indexer.api.RepositoryQueries.lambda$getVersionsResult$4(RepositoryQueries.java:314)
 at 
org.netbeans.modules.maven.indexer.api.RepositoryQueries.getQueryResult(RepositoryQueries.java:217)
 at 
org.netbeans.modules.maven.indexer.api.RepositoryQueries.getVersionsResult(RepositoryQueries.java:311)
 at 
org.netbeans.modules.maven.hints.pom.ParentVersionError.getErrorsForDocument(ParentVersionError.java:126)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl$4.run(StatusProvider.java:176)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl$4.run(StatusProvider.java:167)
 at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
 at org.openide.util.Mutex.readAccess(Mutex.java:193)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.findHints(StatusProvider.java:167)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.checkHints(StatusProvider.java:156)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.access$000(StatusProvider.java:109)
 at 
org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl$1$1.run(StatusProvider.java:125)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}

  was:
Observed regularly when rebuilding a multi-module application where the core 
commons module versions have been versioned as a result of a nightly build.

Rebuilding the application via the command-line with NetBeans open results in 
NetBeans re-indexing and throwing the following exception repeatedly.
{code:java}
java.lang.ArrayIndexOutOfBoundsException
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
 at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.spawnIndexLoadedRepo(NexusRepositoryIndexerImpl.java:630)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.access$1000(NexusRepositoryIndexerImpl.java:122)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl$6.run(NexusRepositoryIndexerImpl.java:951)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl$6.run(NexusRepositoryIndexerImpl.java:942)
 at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:229)
 at org.openide.util.Mutex.writeAccess(Mutex.java:246)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.iterate(NexusRepositoryIndexerImpl.java:942)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.getVersions(NexusRepositoryIndexerImpl.java:1158)
 at 
org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.getVersions(NexusRepositoryIndexerImpl.java:1153)
 at 
org.netbeans.modules.maven.indexer.api.RepositoryQueries.lambda$getVersionsResult$4(RepositoryQueries.java:314)
 at 
org.netbeans.modules.maven.indexer.api.RepositoryQueries.getQueryResult(RepositoryQueries.java:217)
 at 
org.netbea

[jira] [Resolved] (NETBEANS-1818) Cleanup license files

2018-12-29 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-1818.

   Resolution: Fixed
Fix Version/s: Next

> Cleanup license files
> -
>
> Key: NETBEANS-1818
> URL: https://issues.apache.org/jira/browse/NETBEANS-1818
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: license
> Fix For: Next
>
>
> Found in the release process of NetBeans 10:
> {noformat}
> I was just grep-ing for GPL and found
> ./platform/o.n.core/licenses/LICENSE.txt which mentions that
> > The Common Development and Distribution License
> > (CDDL), Version 1.0 governs your use of:
> > NetBeans Platform software
> There's also ./platform/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt
> with the text of GPL w/ CPE and it seems to be related to Swing Layout
> Extensions which I don't believe we include anymore (or do we?).
> And finally there's  ./platform/o.n.core/licenses/DISTRIBUTION.txt for
> JavaHelp 2.0 which we also excluded under Apache.
> The whole ./platform/o.n.core/licenses/ folder should be removed.
> There's also ./nbbuild/standard-nbm-license.txt with the CDDL and GPL
> w/ CPE text which probably should also be deleted.
> {noformat}



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

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

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



[incubator-netbeans] branch master updated (112352a -> 71906fc)

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

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


from 112352a  Merge pull request #997 from 
jlahoda/semantic-highlighter-cleanup
 add c2256e7  [NETBEANS-1818] Remove obsolete license files
 add ab5b69f  Fix unittests for nbbuild
 add f45a226  [NETBEANS-1818] Update standard-nbm-license.txt to ALv2
 new 71906fc  Merge pull request #1057 from matthiasblaesing/NETBEANS-1818

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:
 .../nbproject/project.properties   |1 -
 .../websvc.wsitconf/nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 ide/spellchecker/nbproject/project.properties  |1 -
 .../XMLFormatterTest/testReformatSample2.pass  |4 +-
 .../testReformat/netbeans_build.xml|2 -
 .../XMLFormatterTest/testReformatSample2.pass  |2 -
 .../testReformat/netbeans_build.xml|2 -
 .../nbproject/project.properties   |1 -
 .../org/netbeans/nbbuild/ModuleListParser.java |5 +-
 nbbuild/licenses/GPL-with-Proguard-exception   |  382 ---
 nbbuild/rat-exclusions.txt |1 -
 nbbuild/standard-nbm-license.txt   | 1039 
 .../nbbuild/InsertModuleAllTargetsTest.java|   32 +-
 .../nbbuild/JarWithModuleAttributesTest.java   |4 +-
 .../org/netbeans/nbbuild/ModuleListParserTest.java |   26 +-
 .../org/netbeans/nbbuild/ParseProjectXmlTest.java  |4 +-
 .../src/org/netbeans/nbbuild/RecursiveDeps.xml |2 +
 .../unit/src/org/netbeans/nbbuild/TestDeps.xml |6 +-
 platform/o.n.core/licenses/DISTRIBUTION.txt|   27 -
 platform/o.n.core/licenses/LICENSE.txt |  733 --
 .../o.n.core/licenses/THIRDPARTYLICENSEREADME.txt  |  462 -
 platform/o.n.core/nbproject/project.properties |2 +-
 26 files changed, 259 insertions(+), 2484 deletions(-)
 delete mode 100644 nbbuild/licenses/GPL-with-Proguard-exception
 delete mode 100644 platform/o.n.core/licenses/DISTRIBUTION.txt
 delete mode 100644 platform/o.n.core/licenses/LICENSE.txt
 delete mode 100644 platform/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt


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

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



[incubator-netbeans] 01/01: Merge pull request #1057 from matthiasblaesing/NETBEANS-1818

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

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

commit 71906fc9234b44c5851d149d75f6ad28dc9d5bfe
Merge: 112352a f45a226
Author: Matthias Bläsing 
AuthorDate: Sat Dec 29 16:09:26 2018 +0100

Merge pull request #1057 from matthiasblaesing/NETBEANS-1818

[Netbeans-1818] Fix/remove license files

 .../nbproject/project.properties   |1 -
 .../websvc.wsitconf/nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 .../nbproject/project.properties   |1 -
 ide/spellchecker/nbproject/project.properties  |1 -
 .../XMLFormatterTest/testReformatSample2.pass  |4 +-
 .../testReformat/netbeans_build.xml|2 -
 .../XMLFormatterTest/testReformatSample2.pass  |2 -
 .../testReformat/netbeans_build.xml|2 -
 .../nbproject/project.properties   |1 -
 .../org/netbeans/nbbuild/ModuleListParser.java |5 +-
 nbbuild/licenses/GPL-with-Proguard-exception   |  382 ---
 nbbuild/rat-exclusions.txt |1 -
 nbbuild/standard-nbm-license.txt   | 1039 
 .../nbbuild/InsertModuleAllTargetsTest.java|   32 +-
 .../nbbuild/JarWithModuleAttributesTest.java   |4 +-
 .../org/netbeans/nbbuild/ModuleListParserTest.java |   26 +-
 .../org/netbeans/nbbuild/ParseProjectXmlTest.java  |4 +-
 .../src/org/netbeans/nbbuild/RecursiveDeps.xml |2 +
 .../unit/src/org/netbeans/nbbuild/TestDeps.xml |6 +-
 platform/o.n.core/licenses/DISTRIBUTION.txt|   27 -
 platform/o.n.core/licenses/LICENSE.txt |  733 --
 .../o.n.core/licenses/THIRDPARTYLICENSEREADME.txt  |  462 -
 platform/o.n.core/nbproject/project.properties |2 +-
 26 files changed, 259 insertions(+), 2484 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] [Commented] (NETBEANS-374) font is too small on high res notebook monitor

2018-12-29 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-374:
--

Is this issue still present on NetBeans 10? Are you on Windows, MacOS, or Linux?

On Windows, the issue should be fixed by 
https://issues.apache.org/jira/browse/NETBEANS-1227 .

> font is too small on high res notebook monitor
> --
>
> Key: NETBEANS-374
> URL: https://issues.apache.org/jira/browse/NETBEANS-374
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Peter
>Priority: Major
>
> font is too small on high res notebook monitor (e.g. macbook pro 15, 
> 2880x1800). Even i tuned to enlarge the font, all other things : menu, button 
> are just too small



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

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

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



[jira] [Resolved] (NETBEANS-1227) Mark Windows launcher binary as per-monitor DPI aware

2018-12-29 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-1227.
---
Resolution: Fixed

Confirmed fixed in 10.0 release.

> Mark Windows launcher binary as per-monitor DPI aware
> -
>
> Key: NETBEANS-1227
> URL: https://issues.apache.org/jira/browse/NETBEANS-1227
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0
> Environment: Windows 8.1 and Windows 10
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 10.0
>
> Attachments: SmallIconsRun.png
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> As of Java 10.0.2, support for HiDPI monitors on Windows is quite good. All 
> the standard Swing components appear in high resolution, and Graphics2D 
> surfaces are automatically scaled appropriately for whichever monitor their 
> containing window is located on, including when windows are dragged between 
> monitors in a mixed-DPI multi-monitor setting.
> For this to work, however, the EXE file that launches NetBeans must contain a 
> manifest that declares the application to be DPI-aware. Such a manifest 
> currently exists in java.exe and javaw.exe, but not in the custom 
> netbeans64.exe launcher. A workaround for the missing manifest is to right 
> click the "bin\netbeans64.exe" file, or whichever shortcut is being used to 
> open NetBeans, go to the "Compatibility" tab, click "Change high DPI 
> settings", "Override high DPI scaling behavior", and select scaling performed 
> by "Application".
> An appropriate manifest should be added to netbeans64.exe to declare NetBeans 
> as per-monitor DPI aware.
> To see how the manifest should be declared, we can dump the manifest of 
> javaw.exe:
>  {code:xml}
> 
>  xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
>   processorArchitecture="X86" type="win32"/>
>  Java(TM) SE process
>  
>  
>   xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings";>
>  true/PM
>  
>  
>  
> 
> {code}
> This reveals that Java 10.0.2 considers itself DPI-aware at the "Per Monitor 
> V1" level (see the Microsoft documentation linked below). The NetBeans 
> launcher binary should declare the same.
> References:
> [https://docs.microsoft.com/en-us/windows/desktop/hidpi/high-dpi-desktop-application-development-on-windows]
> [https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517(v=vs.85).aspx]
> [https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests]
> [https://blogs.msdn.microsoft.com/mithuns/2009/12/16/random-how-to-quickly-view-a-binarys-embedded-manifest]
> [https://docs.microsoft.com/en-us/sysinternals/downloads/sigcheck]
>  



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

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

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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 182

2018-12-29 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 070a271  Automated site publishing by Jenkins build 182
070a271 is described below

commit 070a271e89cb9cbb5050d706619594b140de4510
Author: jenkins 
AuthorDate: Sat Dec 29 10:46:22 2018 +

Automated site publishing by Jenkins build 182
---
 content/download/nb100/nb100.html | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/content/download/nb100/nb100.html 
b/content/download/nb100/nb100.html
index f6d65c2..50b4742 100644
--- a/content/download/nb100/nb100.html
+++ b/content/download/nb100/nb100.html
@@ -124,13 +124,16 @@
 
 
 
-Also see the following YouTube clip:
+Officially, it is important that you https://www.apache.org/dyn/closer.cgi#verify";>verify the integrity of 
the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 
files).  The PGP keys used to sign this release are available https://www.apache.org/dist/incubator/netbeans/KEYS";>here.
 
 
-https://www.youtube.com/watch?v=O8cwpEY1OAQ";>The Rough Guide to 
Apache NetBeans 10
+Also see the following YouTube clip:
+
+
+The Rough Guide to Apache NetBeans 10
+
+https://www.youtube.com/embed/O8cwpEY1OAQ?rel=0"; frameborder="0" 
allowfullscreen>
 
-
-Officially, it is important that you https://www.apache.org/dyn/closer.cgi#verify";>verify the integrity of 
the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 
files).  The PGP keys used to sign this release are available https://www.apache.org/dist/incubator/netbeans/KEYS";>here.
 
 
 


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

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



[incubator-netbeans-website] branch master updated: Embedding Geertjan's video with the video macro

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 001a60b  Embedding Geertjan's video with the video macro
001a60b is described below

commit 001a60b92840832b75225472f3d584a26af06bcd
Author: Antonio Vieiro 
AuthorDate: Sat Dec 29 11:45:29 2018 +0100

Embedding Geertjan's video with the video macro

You can embed youtube videos in a page using 
video::the-youtube-video-id[youtube, title="Whatever"]
where the-youtube-video-id is the youtube video identifier (from the url). 
In this case O8cwpEY1OAQ
---
 netbeans.apache.org/src/content/download/nb100/nb100.asciidoc | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc 
b/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
index 261b0c7..6f8cd38 100644
--- a/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
@@ -58,15 +58,15 @@ 
link:https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbean
 
link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-10.0/incubating-netbeans-10.0-bin.zip.sha512[SHA-512],
 
link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-10.0/incubating-netbeans-10.0-bin.zip.asc[PGP
 ASC])
 
-Also see the following YouTube clip:
-
-link:https://www.youtube.com/watch?v=O8cwpEY1OAQ[The Rough Guide to Apache 
NetBeans 10]
-
 
 NOTE: Using https below is highly recommended.
 
 Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity] of the 
downloaded files using the PGP signatures (.asc file) or a hash (.sha512 
files).  The PGP keys used to sign this release are available 
link:https://www.apache.org/dist/incubator/netbeans/KEYS[here].
 
+Also see the following YouTube clip:
+
+video::O8cwpEY1OAQ[youtube, title="The Rough Guide to Apache NetBeans 10"]
+
 === Building from source
 
 To build Apache NetBeans (incubating) 10.0 from source you need:


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

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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 180

2018-12-29 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new e8cab9e  Automated site publishing by Jenkins build 180
e8cab9e is described below

commit e8cab9eea60682034bcfaeb86172bb8eba40f9c4
Author: jenkins 
AuthorDate: Sat Dec 29 09:40:15 2018 +

Automated site publishing by Jenkins build 180
---
 content/download/nb100/nb100.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/download/nb100/nb100.html 
b/content/download/nb100/nb100.html
index 491d904..f6d65c2 100644
--- a/content/download/nb100/nb100.html
+++ b/content/download/nb100/nb100.html
@@ -124,11 +124,10 @@
 
 
 
-Also see the following YouTube clips:
+Also see the following YouTube clip:
 
 
-https://www.youtube.com/watch?v=am-7aa2hYgc";>Get Started with 
NetBeans from a ZIP Archive
-https://www.youtube.com/watch?v=I8gdC7BBtbs";>Get Started with 
NetBeans from a Mac OSX Installer
+https://www.youtube.com/watch?v=O8cwpEY1OAQ";>The Rough Guide to 
Apache NetBeans 10
 
 
 Officially, it is important that you https://www.apache.org/dyn/closer.cgi#verify";>verify the integrity of 
the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 
files).  The PGP keys used to sign this release are available https://www.apache.org/dist/incubator/netbeans/KEYS";>here.


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

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



[incubator-netbeans-website] 01/01: Merge pull request #95 from apache/rough-guide-netbeans-10

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

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

commit 0a8151be3c33c4013dd761c4bc0f8ed34e99832a
Merge: 52c28be b6d8fdb
Author: Geertjan Wielenga 
AuthorDate: Sat Dec 29 10:39:24 2018 +0100

Merge pull request #95 from apache/rough-guide-netbeans-10

Link to The Rough Guide to Apache NetBeans 10

 netbeans.apache.org/src/content/download/nb100/nb100.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 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



[incubator-netbeans-website] 01/01: Update nb100.asciidoc

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

geertjan pushed a commit to branch rough-guide-netbeans-10
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git

commit b6d8fdb27b4507fe0121509865d044916cbafc48
Author: Geertjan Wielenga 
AuthorDate: Sat Dec 29 10:38:54 2018 +0100

Update nb100.asciidoc
---
 netbeans.apache.org/src/content/download/nb100/nb100.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc 
b/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
index 46bddaa..261b0c7 100644
--- a/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb100/nb100.asciidoc
@@ -58,10 +58,9 @@ 
link:https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbean
 
link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-10.0/incubating-netbeans-10.0-bin.zip.sha512[SHA-512],
 
link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-10.0/incubating-netbeans-10.0-bin.zip.asc[PGP
 ASC])
 
-Also see the following YouTube clips:
+Also see the following YouTube clip:
 
-link:https://www.youtube.com/watch?v=am-7aa2hYgc[Get Started with NetBeans 
from a ZIP Archive]
-link:https://www.youtube.com/watch?v=I8gdC7BBtbs[Get Started with NetBeans 
from a Mac OSX Installer]
+link:https://www.youtube.com/watch?v=O8cwpEY1OAQ[The Rough Guide to Apache 
NetBeans 10]
 
 
 NOTE: Using https below is highly recommended.


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

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



[incubator-netbeans-website] branch master updated (52c28be -> 0a8151b)

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

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


from 52c28be  10.0 PGP KEYS links & OS/X Removal (#94)
 add b6d8fdb  Update nb100.asciidoc
 new 0a8151b  Merge pull request #95 from apache/rough-guide-netbeans-10

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:
 netbeans.apache.org/src/content/download/nb100/nb100.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 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



[incubator-netbeans-website] branch rough-guide-netbeans-10 created (now b6d8fdb)

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

geertjan pushed a change to branch rough-guide-netbeans-10
in repository 
https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git.


  at b6d8fdb  Update nb100.asciidoc

This branch includes the following new commits:

 new b6d8fdb  Update nb100.asciidoc

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