[jira] [Assigned] (NETBEANS-2629) "Error Node" shown when using relative path in srcDir parameter

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2629:
-

Assignee: Laszlo Kishalmi

> "Error Node" shown when using relative path in srcDir parameter
> ---
>
> Key: NETBEANS-2629
> URL: https://issues.apache.org/jira/browse/NETBEANS-2629
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Lou Hamersly
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Screenshot from 2019-06-02 14-18-24.png
>
>
> Error Node is displayed in Projects tab when using a relative path to a src 
> folder. An absolute path doesn't work either. 
> {code:java}
> sourceSets {
>   main {
> java {
>   srcDir 'src/main/java'
>   srcDir '../jme3-bullet/src/common/java'
> }
>   }
> }{code}



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

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

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



[jira] [Assigned] (NETBEANS-2630) ArrayIndexOutOfBoundsException for many operations in gradle projects.

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2630:
-

Assignee: Laszlo Kishalmi

> ArrayIndexOutOfBoundsException for many operations in gradle projects.
> --
>
> Key: NETBEANS-2630
> URL: https://issues.apache.org/jira/browse/NETBEANS-2630
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.0
>Reporter: Deft Developer
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: messages.log
>
>
> The exception is thrown when finding usages, refactoring,  and  sometimes "Go 
> to" Symbol. The Exception is thrown in gradle projects..
>  
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$3
>  java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 
> 8 out of bounds for object array[6]
>      at java.base/java.lang.System.arraycopy(Native Method)
>      at 
> org.netbeans.modules.refactoring.java.ui.tree.FolderTreeElement.getSourceGroup(FolderTreeElement.java:119)
>      at 
> org.netbeans.modules.refactoring.java.ui.tree.TreeElementFactoryImpl.getTreeElement(TreeElementFactoryImpl.java:55)
>      at 
> org.netbeans.modules.refactoring.spi.ui.TreeElementFactory.getTreeElement(TreeElementFactory.java:44)
>      at 
> org.netbeans.modules.refactoring.java.ui.tree.FileTreeElement.getParent(FileTreeElement.java:75)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:488)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.createNode(RefactoringPanel.java:493)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.access$1100(RefactoringPanel.java:80)
>      at 
> org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$3.run(RefactoringPanel.java:765)
>      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)



--
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] [Assigned] (NETBEANS-2638) NullPointerException within GradleBaseProjectBuilder

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2638:
-

Assignee: Laszlo Kishalmi

> NullPointerException within GradleBaseProjectBuilder
> 
>
> Key: NETBEANS-2638
> URL: https://issues.apache.org/jira/browse/NETBEANS-2638
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
> Environment: Linux
>Reporter: Lou Hamersly
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Encountered this error reported by NetBeans 11 with Groovy/Gradle plugin 
> 1.0.1: 
> {noformat}
> java.lang.NullPointerException
>  at java.base/java.util.AbstractCollection.addAll(AbstractCollection.java:351)
>  at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.processDependencies(GradleBaseProjectBuilder.java:128)
>  at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.build(GradleBaseProjectBuilder.java:75)
>  at 
> org.netbeans.modules.gradle.api.GradleBaseProjectBuilder$Extractor.extract(GradleBaseProjectBuilder.java:288)
>  at 
> org.netbeans.modules.gradle.GradleProjectCache.createGradleProject(GradleProjectCache.java:432)
>  at 
> org.netbeans.modules.gradle.GradleProjectCache.loadGradleProject(GradleProjectCache.java:257)
>  at 
> org.netbeans.modules.gradle.GradleProjectCache.access$100(GradleProjectCache.java:85)
> [catch] at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:348)
>  at 
> org.netbeans.modules.gradle.GradleProjectCache$ProjectLoaderTask.call(GradleProjectCache.java:326)
>  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>  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)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){noformat}
> This was encountered building the jme3-android-examples subproject located in 
> this repository: [https://github.com/jMonkeyEngine/jmonkeyengine] 
> Unfortunately some setup (Android SDK related) would be involved to reproduce 
> (I may be able to help test), however since this appears to be "source set" 
> related, glancing at the code I suspect it may have something to do with 
> relative paths used in the build file. Build file used for the subproject is 
> below. 
> (Note  - the version number on the 4th/5th line was changed from 23 to 27 
> from the repo's version to bypass a compile issue. This NPE was encountered 
> with the below build file.)
>  
> {code:java}
> apply plugin: 'com.android.application'
> android {
>  compileSdkVersion 27
>  buildToolsVersion "27.0.3"
> lintOptions {
>  // Fix nifty gui referencing "java.awt" package.
>  disable 'InvalidPackage'
>  abortOnError false
>  }
> defaultConfig {
>  applicationId "org.jmonkeyengine.jme3androidexamples"
>  minSdkVersion 15 // Android 4.0.3 ICE CREAM SANDWICH
>  targetSdkVersion 22 // Android 5.1 LOLLIPOP
>  versionCode 1
>  versionName "1.0" // TODO: from settings.gradle
>  }
> buildTypes {
>  release {
>  minifyEnabled false
>  proguardFiles getDefaultProguardFile('proguard-android.txt'), 
> 'proguard-rules.pro'
>  }
>  }
> sourceSets {
>  main {
>  java {
>  srcDir 'src/main/java'
>  }
>  assets {
>  srcDir 'src/assets'
>  srcDir '../jme3-testdata/src/main/resources'
>  srcDir '../jme3-examples/src/main/resources'
>  }
>  }
>  }
> }
> dependencies {
>  compile fileTree(dir: 'libs', include: ['*.jar'])
>  testCompile 'junit:junit:4.12'
>  compile 'com.android.support:appcompat-v7:23.3.0'
> compile project(':jme3-core')
>  compile project(':jme3-android')
>  compile project(':jme3-android-native')
>  compile project(':jme3-effects')
>  compile project(':jme3-bullet')
>  compile project(':jme3-bullet-native-android')
>  compile project(':jme3-networking')
>  compile project(':jme3-niftygui')
>  compile project(':jme3-plugins')
>  compile project(':jme3-terrain')
>  compile fileTree(dir: '../jme3-examples/build/libs', include: ['*.jar'], 
> exclude: ['*sources*.*'])
> // compile project(':jme3-examples')
> }
> {code}
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-2637) IllegalStateException in RequestProcessor after duplicate install attempt of nbjavac Library [1.6] on message request

2019-06-04 Thread Bernard (JIRA)


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

Bernard updated NETBEANS-2637:
--
Summary: IllegalStateException in RequestProcessor after duplicate install 
attempt of nbjavac Library [1.6] on message request  (was: 
IllegalStateException in RequestProcessor after duplicate install of nbjavac 
Library [1.6] on message request)

> IllegalStateException in RequestProcessor after duplicate install attempt of 
> nbjavac Library [1.6] on message request
> -
>
> Key: NETBEANS-2637
> URL: https://issues.apache.org/jira/browse/NETBEANS-2637
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log, uigestures
>
>
> As part of the discovery of NETBEANS-1824, I gradually built up the IDE 
> state, adding project after project (14) with some re-starts in between to 
> get clean log files for inspection. I selected the projects to be simple, and 
> I verified before with the maven graph viewer that they did not contain the 
> problematic lombok dependency. In the latest iteration, at a new re-start, 
> without me doing anything, a NullPointerException occurred (also logged as 
> message but later disappeared from the message queue) and a message prompt to 
> install nbjavac Library. I first saved the log to get the NPE and then I 
> followed the prompt. "The following plugins will be installed:
> nbjavac Library [1.6]." This failed with the latest exception which makes 
> sense because it would have been already installed by the initial 
> installation and updates. So the 2nd question is what lets the IDE decide to 
> make this wrong decision? And the 1st question is what is this 
> NullPointerException that occurs at this iteration where the number of 
> projects is less than in a different installation of the same version with 
> the lombok bug present.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


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

Bernard commented on NETBEANS-2631:
---

I can 100% confirm now that before the display of the file dialog, the desktop 
is checked up to 10 times for desktop shortcuts with missing targets, and when 
they were missing (or even not missing as in my initial case), then there is an 
additional dialog sequence that reports the missing target, and some time later 
asks to fix the shortcut. I can confirm this because after I uninstalled GIT 
for Windows, which contains useful commands that subsequent programs find using 
their own installation and use these commands in their own shortcuts which then 
failed when GIT was uninstalled. I can only recommend after decades of IT 
experience to not keep files on the desktop whenever possible because that is 
where strange creatures are doing strange things. I remember I inherited a PC 
from a person who left in a hurry but did not forget to copy all source code to 
a huge zip file on the  desktop for transfer but forgot to delete it. Then on 
every start-up, and before file open dialogs, some terribly useful program 
decided to unpack that huge file and locked up my PC for minutes whenever I 
wanted to open a file anywhere, putting my contract at risk because I requested 
a new PC while everybody knew it was working before.

So thanks for the ideas Geertjan.

I cannot forget to point out that I do not appreciate at all if any program is 
doing these type of sweeping operations which are totally unrelated to the task 
at hand. It just stinks.

 

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2553:
---

Unfortunately version is only goes with a Jira project, components 
(sub-project) can't have separate versions.

I do not know, if we can request a JIRA projects for our subprojects though. 
That would be the cleanest thing.

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: Next, 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-06-04 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2553:


[~lkishalmi], would be nice to have specific version scheme for sub project. In 
order to put what belongs to netbeans what belongs to utilities or others

 

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: Next, 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
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-1974) Gradle support for Enterprise Applications

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

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

I mark this issue resolved as the corresponding PR got merged into master.

> Gradle support for Enterprise Applications
> --
>
> Key: NETBEANS-1974
> URL: https://issues.apache.org/jira/browse/NETBEANS-1974
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Gradle project shall provide NetBeans bindings for Enterprise application 
> development.



--
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-2004) No real Support for Gradle Modular Projects.

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2004.
---
   Resolution: Fixed
Fix Version/s: Next

I mark this issue resolved as the corresponding PR got merged into master.

> No real Support for Gradle Modular Projects.
> 
>
> Key: NETBEANS-2004
> URL: https://issues.apache.org/jira/browse/NETBEANS-2004
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190127-unknown-revn)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+7
> Runtime: OpenJDK Runtime Environment 11.0.2+7
>Reporter: Jose Pereda
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: Bildschirmfoto 2019-02-06 um 17.22.17.png, Captura de 
> pantalla 2019-01-27 a las 19.55.13.png, Screenshot from 2019-05-30 
> 13-21-55.png, gradleJava.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Opening a gradle non-modular project works fine, but when the project is 
> modular, it shows errors all over the place.
> However, Clean, Build, Run, or any of the gradle tasks work fine. 
> !Captura de pantalla 2019-01-27 a las 19.55.13.png|width=1328,height=789!
>  
> See OpenJFX samples 
> [non-modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle/hellofx]
>  and 
> [modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Modular/Gradle/hellofx].
>  



--
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-2553) nbm-maven-plugin autoupdate does not honour property installerOutputDir

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2553.
---
   Resolution: Fixed
Fix Version/s: Next

I mark this issue resolved as the corresponding PR got merged.

> nbm-maven-plugin autoupdate does not honour property installerOutputDir
> ---
>
> Key: NETBEANS-2553
> URL: https://issues.apache.org/jira/browse/NETBEANS-2553
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Affects Versions: 10.0, 11.0
>Reporter: Mark Phipps
>Assignee: Eric Barboni
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: Next, 12.0
>
> Attachments: CreateUpdateSiteMojo.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> My build uses the installerOutputDir property, configured in my pom.
> nbm:build-installers honours this property, but nbm:autoupdate does not.
> org.apache.netbeans.nbm.CreateUpdateSiteMojo always looks in a project's 
> default output directory "/target" to place the netbeans_site directory and 
> nbms and autoupdate catalog.
> There is a comment "//TODO how to figure where the the buildDir/nbm directory 
> is" so some minor changes in this area can improve things, for example with 
> the attached patch file.
>  



--
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-2633) Netbeans 11 gradle cannot open projects with dependencies outside the root project

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2633:
---

Reduced to be major, as this does not blocks most of the people using the IDE.
The real issue is that the projects outside of the root project does not have 
settings.gradle, so their project structure cannot be correctly detected.
That's in sync with that in your example if you go to the proj2 or proj3 and 
execute gradle from there without specifying the settings.gradle.

So right now we do not support passing settings.gradle for projects. So it 
needs to be implemented. However in my humble opinion, having such a project 
layout is not a good practice.

> Netbeans 11 gradle cannot open projects with dependencies outside the root 
> project
> --
>
> Key: NETBEANS-2633
> URL: https://issues.apache.org/jira/browse/NETBEANS-2633
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Rick
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: dependencyOutsideRoot.zip, 
> image-2019-06-03-14-18-17-417.png, image-2019-06-03-14-18-57-811.png
>
>
> To reproduce, execute the following (after extracting the attached zip file):
> {{cd proj1}}
> {{gradle run}}
> That will output Hello world.
> When opened in netbeans 11, this shows:
> !image-2019-06-03-14-18-17-417.png!
> With the following error
> !image-2019-06-03-14-18-57-811.png!
> So it seems that netbeans thinks proj3 is a root project (which it isn't).
>  
> I expect netbeans to open this project without errors. This worked fine in 
> netbeans 8.2 with the old gradle plugin.



--
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-2633) Netbeans 11 gradle cannot open projects with dependencies outside the root project

2019-06-04 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2633:
--
Priority: Major  (was: Blocker)

> Netbeans 11 gradle cannot open projects with dependencies outside the root 
> project
> --
>
> Key: NETBEANS-2633
> URL: https://issues.apache.org/jira/browse/NETBEANS-2633
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Rick
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: dependencyOutsideRoot.zip, 
> image-2019-06-03-14-18-17-417.png, image-2019-06-03-14-18-57-811.png
>
>
> To reproduce, execute the following (after extracting the attached zip file):
> {{cd proj1}}
> {{gradle run}}
> That will output Hello world.
> When opened in netbeans 11, this shows:
> !image-2019-06-03-14-18-17-417.png!
> With the following error
> !image-2019-06-03-14-18-57-811.png!
> So it seems that netbeans thinks proj3 is a root project (which it isn't).
>  
> I expect netbeans to open this project without errors. This worked fine in 
> netbeans 8.2 with the old gradle plugin.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Also see this, which is also about broken links, etc: 
https://issues.apache.org/jira/browse/NETBEANS-1537

At the end of the above issue, I see this, so maybe try this too:

{quote}Just tried with OpenJDK 12 - no problem!

So looks like the broken code is indeed in the JDK, and has now been 
fixed?{quote}

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

It also appears your JDK is here:

C:\Program Files\Java\jdk-11.0.2

And NetBeans is here:

C:\prog\netbeans.11

I.e., that folder 'prog' might be a problem of some kind.

But anyway, it appears that you have shortcuts pointing to things that are not 
there, that would be the main thing to focus on, i.e., remove those icons.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Those icons on the desktop appear to be pointing to places that do not exist. 
I'd recommend simply deleting them.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


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

Bernard commented on NETBEANS-2631:
---

Thanks Geertjan. That is what I needed. It appears the IDE is scanning the 
desktop. I just move icons away from it that it finds, because it doesn't check 
them correctly, and it is a waste of time. After un-installation of git, I got 
the same error PLUS it is now looking for bash.exe. When you think what kind of 
grief this can cause, what is the benefit? I need some more time to get this 
right.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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



[netbeans] branch master updated: [NETBEANS-2306] Fix for missing resource AmazonJ2EEServerWizardComponent.containerLabel.text

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


The following commit(s) were added to refs/heads/master by this push:
 new 5bb13e1  [NETBEANS-2306] Fix for missing resource 
AmazonJ2EEServerWizardComponent.containerLabel.text
 new e8809f2  Merge pull request #1282 from peedeeboy/NETBEANS-2306
5bb13e1 is described below

commit 5bb13e1e0db74ef922255b3e373f13d1b171564b
Author: Pete Whelpton 
AuthorDate: Tue Jun 4 19:34:12 2019 +0100

[NETBEANS-2306] Fix for missing resource 
AmazonJ2EEServerWizardComponent.containerLabel.text
---
 .../org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties
 
b/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties
index 46e28b7..4861ac1 100644
--- 
a/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties
+++ 
b/enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 AmazonJ2EEServerWizardComponent.endNameLabel.text=Environment Name:
-AmazonJ2EEServerWizardComponent.envFullURLLabel.text=\ \
+AmazonJ2EEServerWizardComponent.envFullURLLabel.text=
 AmazonJ2EEServerWizardComponent.containerLabel.text=Container Type:
 
 AmazonJ2EEServerWizardComponent.name=Create new virtual application or 
environment


-
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Something else is that you may have icons on your Desktop or in your user 
directory that are broken, and somehow NetBeans is scanning the Desktop or the 
user directory, and detects these broken links.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Possibly there's a clash between some keyboard shortcut in NetBeans and a 
keyboard shortcut related to that mintty.exe program. Anyway, recommend that 
you start by uninstalling that and seeing if that solves the problem, at least 
the problem should then be different.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Can you delete this:

C:\Program Giles\Git\usr\bin\mintty.exe

Or uninstall the above?

Why is the folder called "Program Giles"? Seems like there's a problem 
somewhere there.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

This is mintty.exe:

https://mintty.github.io/

Can you search through your system and uninstall the above and all references 
to it?

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2631:
-

Can you reproduce this problem when you do not do this step:

On installation, I let the IDE import settings from a 8.2 version.



> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


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

Bernard commented on NETBEANS-2631:
---

Another scenario I get:

In the Favorites window, Right Click|Add to Favorites, I get the dialog 6 times 
before the file selection dialog shows.

This is extremely difficult to pinpoint on the surface. Please give me some 
ideas what the IDE does, and only IDE 11.0 does this, and no other software on 
my computer does it. What could it be calling 6 times before even showing a 
file open dialog? The IDE does not have any business calling mintty.exe for 
adding a favorites entry, let alone 6 times. Do I need to learn how to debug 
the IDE? I know you want a test case and in fact that is all I want to do. But 
I don't know how to make this happen at your end so I need some more ideas.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
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-2306) Missing resource AmazonJ2EEServerWizardComponent.containerLabel.text

2019-06-04 Thread ASF GitHub Bot (JIRA)


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

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

> Missing resource AmazonJ2EEServerWizardComponent.containerLabel.text
> 
>
> Key: NETBEANS-2306
> URL: https://issues.apache.org/jira/browse/NETBEANS-2306
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Code
>Affects Versions: 11.0
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-missing-resource-amazon.txt
>
>
> This is for NetBeans 11.0 vc4 running on OpenJDK8 on Linux.
> Create a new JavaEE Application (ant based). Then choose to add a server and 
> select "Amazon Beanstalk" as a target.
> An exception is thrown stating a missing resource (attached exception).



--
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



svn commit: r34405 - in /dev/netbeans/netbeans-maven-utilities: nb-repository-plugin/ nb-repository-plugin/nb-repository-plugin-1.4/ nbm-maven-plugin/ nbm-maven-plugin/nbm-maven-plugin-4.2/

2019-06-04 Thread skygo
Author: skygo
Date: Tue Jun  4 18:04:58 2019
New Revision: 34405

Log:
prepare release material for nbm-maven and nb-repository plugin

Added:
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/

dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/

dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.asc
   (with props)

dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.sha512
   (with props)
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.2/

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.2/nbm-maven-plugin-4.2-source-release.zip
   (with props)

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

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

Added: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip
--
svn:executable = *

Propchange: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.asc
 Tue Jun  4 18:04:58 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAlz2r+4ACgkQSiYBztqT
+gvPZyw/9G+GvP2a5GXkpsTmmtKjafW2kjFeU0nUIaGopvDzUy+xNFUaTFXyTbGbk
+M9bDoFIjM7GkWxDKKuWS+PrflFBgzfTH/oEiWvEFQceF0u58o2frHZIRWHuXP38i
+JUGVGxwBVToCvpGW4JBCbmuW2832QOoPlYFehGIryKcHII1rLjLQwGdOvwxeFDhA
+kySLL6pSFdOVEjE3dK3Oo/AcMp52LibPm3GzxLdraYV+I1pKuRQYzjVlGwR8eS4W
+40+RJr4bYkcpnhlB0+6BQ2g2J0HtOk9OvJd845yaZXDI5XNLLQf7NG37BDGb5Z5n
+6uDsVTXKI2XP8utqNE1D2eDjIB75NWxXgHQoUnFPwsui9dVNNaSXO/TLLcHI9XAk
+neKSKqDsiSD5Hr/xn+pzexWuUxt0yH3/tmXbYMFz4JaIRPOB3eS6q2Jr7aWApl7b
+vnU2fKUFeJCKxrVT2yjrXn31zb2Y/tg+jMt7ePTG9ndLM1z3BzcUigtAtZoJ89pJ
+zL9a4e9hu6cT7CIieGPsUw0qhM9UYd8P+zRoBhsXO/7R+UUB+H/E3TLEjbdK9B79
+1+edNgfSFp6X+ndxVhN+C/k00wCSwFW3aWG5IRmyahxc4iXRSTpyu6fcXEmfyCo9
+H0tFkwCr0aKnUXjAmlo7QtI/1dIUrLD1VHPEptSLkiFe0XcdgXg=
+=ujl2
+-END PGP SIGNATURE-

Propchange: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.asc
--
svn:executable = *

Added: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.sha512
 Tue Jun  4 18:04:58 2019
@@ -0,0 +1 @@
+8b8ecd34ed8bdd1d500ddbd2f94116fe692309ee4d9b1ba62d67483ecc9b691d39efe167ea6c8d05b972233807f02483056be90a93b20e80c1aa6ab3f1b0f5ac
\ No newline at end of file

Propchange: 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/nb-repository-plugin-1.4-source-release.zip.sha512
--
svn:executable = *

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

Propchange: 

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: [maven-release-plugin] prepare release nbm-maven-plugin-4.2

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

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


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

commit 659a5fecaaade1b11f26813b5c6b5e530d92e083
Author: Eric Barboni 
AuthorDate: Tue Jun 4 19:58:11 2019 +0200

[maven-release-plugin] prepare release nbm-maven-plugin-4.2
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bdb45cd..b3b4118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.2-SNAPSHOT
+4.2
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,8 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-
+  nbm-maven-plugin-4.2
+  
 
 
 


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

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



[netbeans-mavenutils-nbm-maven-plugin] annotated tag nbm-maven-plugin-4.2 created (now 5808101)

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

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


  at 5808101  (tag)
 tagging 659a5fecaaade1b11f26813b5c6b5e530d92e083 (commit)
 replaces org-apache-netbeans-parent-1-vc1
  by Eric Barboni
  on Tue Jun 4 19:58:26 2019 +0200

- Log -
[maven-release-plugin] copy for tag nbm-maven-plugin-4.2
---

No new revisions were added by this update.


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

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



[netbeans-mavenutils-nbm-maven-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit 5388fdb77d6f715a8e7a9974b745a0cfda2013f6
Author: Eric Barboni 
AuthorDate: Tue Jun 4 19:58:30 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index b3b4118..61fc150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.2
+4.3-SNAPSHOT
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-  nbm-maven-plugin-4.2
+  HEAD
   
 
 


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

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



[netbeans-mavenutils-nb-repository-plugin] annotated tag nb-repository-plugin-1.4 created (now d1d1504)

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

skygo pushed a change to annotated tag nb-repository-plugin-1.4
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git.


  at d1d1504  (tag)
 tagging 22bd9464d759248bc95c604debcf224514f28087 (commit)
 replaces org-apache-netbeans-parent-1-vc1
  by Eric Barboni
  on Tue Jun 4 19:53:03 2019 +0200

- Log -
[maven-release-plugin] copy for tag nb-repository-plugin-1.4
---

No new revisions were added by this update.


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

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



[netbeans-mavenutils-nb-repository-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit 95433fe2980474bc5e6359daee0b52a5aec2ae69
Author: Eric Barboni 
AuthorDate: Tue Jun 4 19:53:09 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 9ec2a1a..f699a30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nb-repository-plugin
-1.4
+1.5-SNAPSHOT
 maven-plugin
 
 Apache NetBeans Maven Utilities - NB Repository Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nb-repository-plugin
-  nb-repository-plugin-1.4
+  HEAD
   
 
 


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

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



[netbeans-mavenutils-nb-repository-plugin] branch master updated: [maven-release-plugin] prepare release nb-repository-plugin-1.4

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 22bd946  [maven-release-plugin] prepare release 
nb-repository-plugin-1.4
22bd946 is described below

commit 22bd9464d759248bc95c604debcf224514f28087
Author: Eric Barboni 
AuthorDate: Tue Jun 4 19:52:48 2019 +0200

[maven-release-plugin] prepare release nb-repository-plugin-1.4
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19c2e2a..9ec2a1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nb-repository-plugin
-1.4-SNAPSHOT
+1.4
 maven-plugin
 
 Apache NetBeans Maven Utilities - NB Repository Plugin
@@ -54,7 +54,8 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nb-repository-plugin
-
+  nb-repository-plugin-1.4
+  
 
 
 


-
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-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2639:
-

Ah, perfect, thanks.

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: Jesse Glick
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Assigned] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Jesse Glick (JIRA)


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

Jesse Glick reassigned NETBEANS-2639:
-

Assignee: Jesse Glick  (was: ARUNAVA SINHA)

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: Jesse Glick
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Commented] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2639:
-

Assigned to Arunava since that patch is his.

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Assigned] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga reassigned NETBEANS-2639:
---

Assignee: ARUNAVA SINHA  (was: Jesse Glick)

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: ARUNAVA SINHA
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Updated] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread ASF GitHub Bot (JIRA)


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

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

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: Jesse Glick
>Priority: Critical
>  Labels: pull-request-available
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Commented] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2639:
-

Sorry, what’s the connection with that patch, i.e., how does that relate to 
this?

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: Jesse Glick
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Assigned] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Jesse Glick (JIRA)


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

Jesse Glick reassigned NETBEANS-2639:
-

Assignee: Jesse Glick

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Assignee: Jesse Glick
>Priority: Critical
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Commented] (NETBEANS-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Jesse Glick (JIRA)


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

Jesse Glick commented on NETBEANS-2639:
---

The patch for NETBEANS-2284 broke this.

> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> 
>
> Key: NETBEANS-2639
> URL: https://issues.apache.org/jira/browse/NETBEANS-2639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Jesse Glick
>Priority: Critical
>
> Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In 
> current NB dev versions, when you build any Maven project, all the advanced 
> features of the output window are broken and you see repeated warnings
> {code:none}
> Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
> org/json/simple/JSONObject
> {code}



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

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

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



[jira] [Commented] (NETBEANS-2331) Make signing of plugins mandatory or remove it completely

2019-06-04 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2331:
--

> Another proposal, if we still want to have the sigining, should add the not 
> signed plugins as default to NetBeans and show the user which plugins are 
> signed and which not. That everyone can find the plugin inside of the 
> NetBeans plugin manager and not on both, the page and manager. That is a pain 
> in the ass.

I think that could be a good and easy solution? I think NetBeans will sort out 
all plugins from the view, they are not signed, right? If yes, remove that 
check, show everything inside it and make a mark on each plugin which means 
signed or not signed. Or do it on the installation dialog like a warning as it 
is already done so far.

> Make signing of plugins mandatory or remove it completely
> -
>
> Key: NETBEANS-2331
> URL: https://issues.apache.org/jira/browse/NETBEANS-2331
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Module System, updatecenters - Pluginportal
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Atm the moment, the process is you can create and upload a plugin on the 
> plugin page. Everything is fine and you need to go to that page if you want 
> to download this plugin which is not signed. So you will not find it on the 
> plugin manager of NetBeans.
> If you want to see it inside of the plugin manager inside NetBeans, you need 
> to sign the plugin or you can add the catalg for unsigned plugins.
> The thing is, some or maybe most of plugin developers doesn't know to 
> generate the keystore file or it is to complicated and often a pain in the 
> ass.
> So my proposal is either we make it mandatory for Ant and Maven (Maybe Gradle 
> too) to sign the plugin inside of the project settings where you can fill in 
> the stuff, that is needed or we remove the signing stuff completely. Afaik VS 
> Code or IntelliJ doesn't have such process. But only guessing.
> When I had a look into the docu of IntelliJ to create a plugin, I couldn't 
> find an info for sigining a plugin.
> Another proposal, if we still want to have the sigining, should add the not 
> signed plugins as default to NetBeans and show the user which plugins are 
> signed and which not. That everyone can find the plugin inside of the 
> NetBeans plugin manager and not on both, the page and manager. That is a pain 
> in the ass.



--
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] [Comment Edited] (NETBEANS-2331) Make signing of plugins mandatory or remove it completely

2019-06-04 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-2331 at 6/4/19 3:11 PM:
--

{quote}
Another proposal, if we still want to have the sigining, should add the not 
signed plugins as default to NetBeans and show the user which plugins are 
signed and which not. That everyone can find the plugin inside of the NetBeans 
plugin manager and not on both, the page and manager. That is a pain in the ass.
{quote}

I think that could be a good and easy solution? I think NetBeans will sort out 
all plugins from the view, they are not signed, right? If yes, remove that 
check, show everything inside it and make a mark on each plugin which means 
signed or not signed. Or do it on the installation dialog like a warning as it 
is already done so far.


was (Author: chrizzly):
> Another proposal, if we still want to have the sigining, should add the not 
> signed plugins as default to NetBeans and show the user which plugins are 
> signed and which not. That everyone can find the plugin inside of the 
> NetBeans plugin manager and not on both, the page and manager. That is a pain 
> in the ass.

I think that could be a good and easy solution? I think NetBeans will sort out 
all plugins from the view, they are not signed, right? If yes, remove that 
check, show everything inside it and make a mark on each plugin which means 
signed or not signed. Or do it on the installation dialog like a warning as it 
is already done so far.

> Make signing of plugins mandatory or remove it completely
> -
>
> Key: NETBEANS-2331
> URL: https://issues.apache.org/jira/browse/NETBEANS-2331
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Module System, updatecenters - Pluginportal
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Atm the moment, the process is you can create and upload a plugin on the 
> plugin page. Everything is fine and you need to go to that page if you want 
> to download this plugin which is not signed. So you will not find it on the 
> plugin manager of NetBeans.
> If you want to see it inside of the plugin manager inside NetBeans, you need 
> to sign the plugin or you can add the catalg for unsigned plugins.
> The thing is, some or maybe most of plugin developers doesn't know to 
> generate the keystore file or it is to complicated and often a pain in the 
> ass.
> So my proposal is either we make it mandatory for Ant and Maven (Maybe Gradle 
> too) to sign the plugin inside of the project settings where you can fill in 
> the stuff, that is needed or we remove the signing stuff completely. Afaik VS 
> Code or IntelliJ doesn't have such process. But only guessing.
> When I had a look into the docu of IntelliJ to create a plugin, I couldn't 
> find an info for sigining a plugin.
> Another proposal, if we still want to have the sigining, should add the not 
> signed plugins as default to NetBeans and show the user which plugins are 
> signed and which not. That everyone can find the plugin inside of the 
> NetBeans plugin manager and not on both, the page and manager. That is a pain 
> in the ass.



--
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-2481) Project (with OpenJavaFX) cannot run outside of NetBeans

2019-06-04 Thread Jesse Glick (JIRA)


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

Jesse Glick commented on NETBEANS-2481:
---

I filed the {{NbEventSpy}} issue as NETBEANS-2639.

>  Project (with OpenJavaFX) cannot run outside of NetBeans
> -
>
> Key: NETBEANS-2481
> URL: https://issues.apache.org/jira/browse/NETBEANS-2481
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, NetBeans Linux 1070, Java 12.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: dist, jar, java, javafx, project
> Attachments: HelloFX.zip, netbeans05.png
>
>
> Hello,
> I have a problem running a project (with OpenJavaFX) outside NetBeans.
> I used this tutorial - [https://openjfx.io/openjfx-docs/] (specifically 
> JavaFX and NetBeans -> Non-modular from IDE), which I don't want to repeat 
> and I don't understand why there is no simpler way. Adding an external 
> library is not difficult, unlike OpenJavaFX, which until recently was part of 
> the JDK.
> But I already turned away from the subject. When I start a jar (in the dist 
> folder) outside of NetBeans, nothing happens.
> The problem is that the external libraries are normally created in the dist / 
> lib folder (if you want to include them in the jar, you need to create a 
> "fat" jar), but nothing has been added to the lib folder.
> Why does this happen?
> Please help.
> Thank you



--
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-2639) Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject

2019-06-04 Thread Jesse Glick (JIRA)
Jesse Glick created NETBEANS-2639:
-

 Summary: Failed to notify spy 
org.netbeans.modules.maven.event.NbEventSpy: org/json/simple/JSONObject
 Key: NETBEANS-2639
 URL: https://issues.apache.org/jira/browse/NETBEANS-2639
 Project: NetBeans
  Issue Type: Bug
Reporter: Jesse Glick


Mentioned in NETBEANS-2481 but does not seem to be filed otherwise. In current 
NB dev versions, when you build any Maven project, all the advanced features of 
the output window are broken and you see repeated warnings

{code:none}
Failed to notify spy org.netbeans.modules.maven.event.NbEventSpy: 
org/json/simple/JSONObject
{code}



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

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

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



[netbeans] branch master updated: [NETBEANS-2004] Initial support for modular java project in Gradle (#1276)

2019-06-04 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c90f7cd  [NETBEANS-2004] Initial support for modular java project in 
Gradle (#1276)
c90f7cd is described below

commit c90f7cd496e5be8094dcb5f86c642aae6835e086
Author: Laszlo Kishalmi 
AuthorDate: Tue Jun 4 07:55:10 2019 -0700

[NETBEANS-2004] Initial support for modular java project in Gradle (#1276)

* [NETBEANS-2004] Added boot module patch support.

* [NETBEANS-2004] Watch on module-info.java changes.

* [NETBEANS-2004] First take on supporting MODULE classpaths

* [NETBEANS-2004] Made Stacktrace processor module aware.
---
 groovy/gradle.java/nbproject/project.xml   |   9 +
 .../gradle/java/SourceGroupResourceWatchList.java  |   8 +
 .../classpath/AbstractGradleClassPathImpl.java |   3 -
 .../gradle/java/classpath/BootClassPathImpl.java   |  18 +-
 .../java/classpath/ClassPathProviderImpl.java  | 253 +++--
 .../java/output/JavaCompilerProcessorFactory.java  |  26 ++-
 java/java.api.common/nbproject/project.xml |   1 +
 7 files changed, 276 insertions(+), 42 deletions(-)

diff --git a/groovy/gradle.java/nbproject/project.xml 
b/groovy/gradle.java/nbproject/project.xml
index a282767..d2f27ff 100644
--- a/groovy/gradle.java/nbproject/project.xml
+++ b/groovy/gradle.java/nbproject/project.xml
@@ -156,6 +156,15 @@
 
 
 
+
org.netbeans.modules.java.api.common
+
+
+
+0
+1.127
+
+
+
 
org.netbeans.modules.java.source.base
 
 
diff --git 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/SourceGroupResourceWatchList.java
 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/SourceGroupResourceWatchList.java
index 82c4f1e..7dfe4db 100644
--- 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/SourceGroupResourceWatchList.java
+++ 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/SourceGroupResourceWatchList.java
@@ -28,6 +28,8 @@ import java.util.Collections;
 import java.util.HashSet;
 import java.util.Set;
 import org.netbeans.api.project.Project;
+import org.netbeans.modules.gradle.java.classpath.ClassPathProviderImpl;
+import org.netbeans.spi.java.classpath.ClassPathProvider;
 import org.netbeans.spi.project.ProjectServiceProvider;
 
 /**
@@ -51,6 +53,12 @@ public class SourceGroupResourceWatchList implements 
WatchedResourceProvider {
 ret = new HashSet<>();
 for (GradleJavaSourceSet ss : gjp.getSourceSets().values()) {
 ret.addAll(ss.getAllDirs());
+for (File dir : ss.getJavaDirs()) {
+ret.add(new File(dir, 
ClassPathProviderImpl.MODULE_INFO_JAVA));
+}
+for (File dir : ss.getGroovyDirs()) {
+ret.add(new File(dir, 
ClassPathProviderImpl.MODULE_INFO_JAVA));
+}
 }
 }
 return ret;
diff --git 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/AbstractGradleClassPathImpl.java
 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/AbstractGradleClassPathImpl.java
index 69f3732..e275ea5 100644
--- 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/AbstractGradleClassPathImpl.java
+++ 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/AbstractGradleClassPathImpl.java
@@ -24,7 +24,6 @@ import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyChangeSupport;
 import java.io.File;
-import java.net.MalformedURLException;
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Collection;
@@ -35,9 +34,7 @@ import org.netbeans.api.project.Project;
 import org.netbeans.spi.java.classpath.ClassPathImplementation;
 import org.netbeans.spi.java.classpath.PathResourceImplementation;
 import org.netbeans.spi.java.classpath.support.ClassPathSupport;
-import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
-import org.openide.util.Utilities;
 import org.openide.util.WeakListeners;
 
 /**
diff --git 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/BootClassPathImpl.java
 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/BootClassPathImpl.java
index bf0dfe9..0c3599f 100644
--- 
a/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/BootClassPathImpl.java
+++ 
b/groovy/gradle.java/src/org/netbeans/modules/gradle/java/classpath/BootClassPathImpl.java
@@ -39,12 +39,19 @@ import org.openide.util.WeakListeners;
  

[jira] [Commented] (NETBEANS-1824) java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags

2019-06-04 Thread Bernard (JIRA)


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

Bernard commented on NETBEANS-1824:
---

Thank you very much, the offending code is an old version of dl4j

To see the error,
 # Start Apache NetBeans 11.0 with a new user directory and cache directory.
 # Use GIT to download from https://github.com/deeplearning4j/dl4j-examples the 
master branch on 18/04/2017, 12:48:59 AM and compile the modules.
 # Inspect the log

The current version of the examples does not have the problem. So in a 
nutshell, IDE versions 9/0, 10.0, 11.0 are throwing exceptions with projects 
that refer to dl4j code of that time, while IDE version 8,2 doesn't.

As far as my projects are concerned, they wouldn't refer to the examples 
project, but the examples project should be a good enough test case as a start 
if it is of interest. If you need the exact copy of the examples, I can attach 
a zip file. Please feel free to request.

> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
> ---
>
> Key: NETBEANS-1824
> URL: https://issues.apache.org/jira/browse/NETBEANS-1824
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0, 10.0, 11.0
>Reporter: Bernard
>Priority: Critical
> Attachments: JiraSeachExpression.PNG, messages.log, messages.log
>
>
> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
> My IDE is frozen with  NetBeans using CPU on all 8 cores at 100%.
> The log is filled up with messages as below.
> On the screen, there is a dialog "Save (Not Responding)" where it asks to 
> confirm saving 2 Java files. I clicked "Save All" but this kept popping up 
> unresponsive after the IDE lost focus and then re-gained focus in a cycle 
> many times.
> I don't know what the primary issue is - the HIG CPU usage for perhaps 
> another reason or the errors in the log file. I cannot do anything at all 
> because JVisualVM cannot get a handle on NetBeans and waits forever computing 
> a description.
> Therefore, I would think that solving the ClassNotFoundException has the 
> higher priority. It fills up the logs and prevents discovery of other issues. 
> All 3 log files are full of that exception.
>  
> BTW Jira is too hard to use, I cannot search with it in a meaningful way. If 
> I search for anything, then I get results from other projects as well as 
> default which is stupid. The lack of an automatic duplicate search alone has 
> the potential to kill the entire project. Atlassian Jira is the wrong tool 
> for NetBeans. NetBeans needs bugzilla,
> INFO [com.sun.tools.javac.processing.JavacProcessingEnvironment]: Annotation 
> processing error:
> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
>     at java.lang.ClassLoader.findClass(ClassLoader.java:530)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>     at lombok.launch.ShadowClassLoader.loadClass(ShadowClassLoader.java:422)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:264)
>     at 
> lombok.javac.JavacTreeMaker$SchroedingerType.getFieldCached(JavacTreeMaker.java:156)
>     at lombok.javac.JavacTreeMaker$TypeTag.typeTag(JavacTreeMaker.java:244)
>     at lombok.javac.Javac.(Javac.java:155)
> Caused: java.lang.ExceptionInInitializerError
>     at lombok.javac.handlers.HandleGetter.(HandleGetter.java:303)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:348)
>     at lombok.core.SpiLoadUtil$1$1.next(SpiLoadUtil.java:111)
>     at 
> lombok.javac.HandlerLibrary.loadAnnotationHandlers(HandlerLibrary.java:171)
>     at lombok.javac.HandlerLibrary.load(HandlerLibrary.java:156)
>     at lombok.javac.JavacTransformer.(JavacTransformer.java:44)
>     at lombok.javac.apt.LombokProcessor.init(LombokProcessor.java:87)
>     at 
> lombok.core.AnnotationProcessor$JavacDescriptor.want(AnnotationProcessor.java:87)
>     at lombok.core.AnnotationProcessor.init(AnnotationProcessor.java:140)
>     at 
> lombok.launch.AnnotationProcessorHider$AnnotationProcessor.init(AnnotationProcessor.java:69)
> [catch] at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$ProcessorState.(JavacProcessingEnvironment.java:683)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.next(JavacProcessingEnvironment.java:783)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:878)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2300(JavacProcessingEnvironment.java:112)
>     at 
> 

[netbeans-mavenutils-nbm-maven-plugin] branch master updated (3d36059 -> d8743dd)

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

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


from 3d36059  fix NOTICE
 new 1bfcedc  Checkstyle bracket and space rewrite
 new 7c97a6d  Checkstyle license placement in javafile
 new d8743dd  use last libraries, update integration test

The 3 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:
 pom.xml|  10 +-
 src/it/full/application/pom.xml|   2 +-
 src/it/full/branding/pom.xml   |   2 +-
 src/it/full/ittest-sample/pom.xml  |   2 +-
 src/it/full/pom.xml|   2 +-
 src/it/pom.xml |   2 +-
 src/it/single/pom.xml  |   2 +-
 .../org/apache/netbeans/nbm/AbstractNbmMojo.java   |  39 +-
 .../org/apache/netbeans/nbm/AdaptNbVersion.java|   7 +-
 .../java/org/apache/netbeans/nbm/BrandingMojo.java |  72 ++--
 .../apache/netbeans/nbm/BuildInstallersMojo.java   |  61 +--
 .../netbeans/nbm/CollectLibrariesNodeVisitor.java  |   4 +-
 .../nbm/CollectModuleLibrariesNodeVisitor.java |   8 +-
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 468 -
 .../org/apache/netbeans/nbm/CreateClusterMojo.java |  18 +-
 .../org/apache/netbeans/nbm/CreateNbmMojo.java | 116 ++---
 .../netbeans/nbm/CreateNetBeansFileStructure.java  |  70 +--
 .../apache/netbeans/nbm/CreateStandaloneMojo.java  |  15 +-
 .../apache/netbeans/nbm/CreateUpdateSiteMojo.java  |  39 +-
 .../apache/netbeans/nbm/CreateWebstartAppMojo.java |  71 ++--
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   |  99 +++--
 .../org/apache/netbeans/nbm/RunNetBeansMojo.java   |  16 +-
 .../apache/netbeans/nbm/RunPlatformAppMojo.java|  24 +-
 .../apache/netbeans/nbm/AbstractNbmMojoTest.java   |   4 +-
 .../org/apache/netbeans/nbm/BrandingMojoTest.java  |   4 +-
 .../netbeans/nbm/CreateClusterAppMojoTest.java |   4 +-
 .../nbm/CreateNetBeansFileStructureTest.java   |   4 +-
 .../nbm/NetBeansManifestUpdateMojoTest.java|   4 +-
 28 files changed, 673 insertions(+), 496 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



[netbeans-mavenutils-nbm-maven-plugin] 02/03: Checkstyle license placement in javafile

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

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

commit 7c97a6ddcc021e57676204d4b26932a6cdf43314
Author: Eric Barboni 
AuthorDate: Tue Jun 4 16:13:40 2019 +0200

Checkstyle license placement in javafile
---
 src/test/java/org/apache/netbeans/nbm/AbstractNbmMojoTest.java| 4 ++--
 src/test/java/org/apache/netbeans/nbm/BrandingMojoTest.java   | 4 ++--
 src/test/java/org/apache/netbeans/nbm/CreateClusterAppMojoTest.java   | 4 ++--
 .../java/org/apache/netbeans/nbm/CreateNetBeansFileStructureTest.java | 4 ++--
 .../java/org/apache/netbeans/nbm/NetBeansManifestUpdateMojoTest.java  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/test/java/org/apache/netbeans/nbm/AbstractNbmMojoTest.java 
b/src/test/java/org/apache/netbeans/nbm/AbstractNbmMojoTest.java
index 9e6ef62..97d584f 100644
--- a/src/test/java/org/apache/netbeans/nbm/AbstractNbmMojoTest.java
+++ b/src/test/java/org/apache/netbeans/nbm/AbstractNbmMojoTest.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.io.File;
 import java.util.ArrayList;
 import java.util.Arrays;
diff --git a/src/test/java/org/apache/netbeans/nbm/BrandingMojoTest.java 
b/src/test/java/org/apache/netbeans/nbm/BrandingMojoTest.java
index b1bd414..d514423 100644
--- a/src/test/java/org/apache/netbeans/nbm/BrandingMojoTest.java
+++ b/src/test/java/org/apache/netbeans/nbm/BrandingMojoTest.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.io.File;
 import org.junit.Test;
 import static org.junit.Assert.*;
diff --git 
a/src/test/java/org/apache/netbeans/nbm/CreateClusterAppMojoTest.java 
b/src/test/java/org/apache/netbeans/nbm/CreateClusterAppMojoTest.java
index fd26bf0..65a7fba 100644
--- a/src/test/java/org/apache/netbeans/nbm/CreateClusterAppMojoTest.java
+++ b/src/test/java/org/apache/netbeans/nbm/CreateClusterAppMojoTest.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.io.File;
 import java.util.ArrayList;
 import java.util.Arrays;
diff --git 
a/src/test/java/org/apache/netbeans/nbm/CreateNetBeansFileStructureTest.java 
b/src/test/java/org/apache/netbeans/nbm/CreateNetBeansFileStructureTest.java
index 0feb58f..65f0aff 100644
--- a/src/test/java/org/apache/netbeans/nbm/CreateNetBeansFileStructureTest.java
+++ b/src/test/java/org/apache/netbeans/nbm/CreateNetBeansFileStructureTest.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.io.File;
 import java.io.PrintWriter;
 import java.io.StringWriter;
diff --git 
a/src/test/java/org/apache/netbeans/nbm/NetBeansManifestUpdateMojoTest.java 
b/src/test/java/org/apache/netbeans/nbm/NetBeansManifestUpdateMojoTest.java
index 72ed256..966b90b 100644
--- a/src/test/java/org/apache/netbeans/nbm/NetBeansManifestUpdateMojoTest.java
+++ b/src/test/java/org/apache/netbeans/nbm/NetBeansManifestUpdateMojoTest.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.util.Arrays;
 import java.util.List;
 import java.util.Locale;


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

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



[netbeans-mavenutils-nbm-maven-plugin] 01/03: Checkstyle bracket and space rewrite

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

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

commit 1bfcedc8584746b26f195e10f5b273fd93b7e6aa
Author: Eric Barboni 
AuthorDate: Tue Jun 4 16:12:56 2019 +0200

Checkstyle bracket and space rewrite
---
 .../org/apache/netbeans/nbm/AbstractNbmMojo.java   |  39 +-
 .../org/apache/netbeans/nbm/AdaptNbVersion.java|   7 +-
 .../java/org/apache/netbeans/nbm/BrandingMojo.java |  72 ++--
 .../apache/netbeans/nbm/BuildInstallersMojo.java   |  61 +--
 .../netbeans/nbm/CollectLibrariesNodeVisitor.java  |   4 +-
 .../nbm/CollectModuleLibrariesNodeVisitor.java |   8 +-
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 468 -
 .../org/apache/netbeans/nbm/CreateClusterMojo.java |  18 +-
 .../org/apache/netbeans/nbm/CreateNbmMojo.java | 116 ++---
 .../netbeans/nbm/CreateNetBeansFileStructure.java  |  70 +--
 .../apache/netbeans/nbm/CreateStandaloneMojo.java  |  15 +-
 .../apache/netbeans/nbm/CreateUpdateSiteMojo.java  |  39 +-
 .../apache/netbeans/nbm/CreateWebstartAppMojo.java |  71 ++--
 .../netbeans/nbm/NetBeansManifestUpdateMojo.java   |  99 +++--
 .../org/apache/netbeans/nbm/RunNetBeansMojo.java   |  16 +-
 .../apache/netbeans/nbm/RunPlatformAppMojo.java|  24 +-
 16 files changed, 652 insertions(+), 475 deletions(-)

diff --git a/src/main/java/org/apache/netbeans/nbm/AbstractNbmMojo.java 
b/src/main/java/org/apache/netbeans/nbm/AbstractNbmMojo.java
index 03c93c0..c106fb1 100644
--- a/src/main/java/org/apache/netbeans/nbm/AbstractNbmMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/AbstractNbmMojo.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm;
-
 import java.io.File;
 import java.io.FileReader;
 import java.io.IOException;
@@ -216,25 +216,31 @@ public abstract class AbstractNbmMojo
 throws MojoExecutionException
 {
 List deps = new ArrayList();
-if (customDependencies != null) {
-deps.addAll( Arrays.asList( customDependencies ));
+if ( customDependencies != null ) 
+{
+deps.addAll( Arrays.asList( customDependencies ) );
 }
-if (module != null && !module.getDependencies().isEmpty()) {
-log.warn( "dependencies in module descriptor are deprecated, use 
the plugin's parameter moduleDependencies");
+if ( module != null && !module.getDependencies().isEmpty() )
+{
+log.warn( "dependencies in module descriptor are deprecated, use 
the plugin's parameter moduleDependencies" );
 //we need to make sure a dependency is not twice there, module 
deps override the config (as is the case with other
 //configurations)
-for (Dependency d : module.getDependencies()) {
+for ( Dependency d : module.getDependencies() ) 
+{
 Dependency found = null;
-for (Dependency d2 : deps) {
-if (d2.getId().equals(d.getId())) {
+for ( Dependency d2 : deps )
+{
+if ( d2.getId().equals( d.getId() ) )
+{
 found = d2;
 break;
 }
 }
-if (found != null) {
+if ( found != null )
+{
 deps.remove( found );
 }
-deps.add(d);
+deps.add( d );
 }
 }
 List include = new ArrayList();
@@ -395,15 +401,18 @@ public abstract class AbstractNbmMojo
 // via WorkspaceReader. That's fine here, as all we need is to 
know if project is osgi or nbm module.
 // the nbm file has to be in local repository though.
 String path = localRepository.pathOf( art );
-File jar2 = new File(localRepository.getBasedir(), 
path.replace( "/", File.separator));
-File manifest = new File(jar, "META-INF/MANIFEST.MF" );
+File jar2 = new File( localRepository.getBasedir(), 
path.replace( "/", File.separator ) );
+File manifest = new File( jar, "META-INF/MANIFEST.MF" );
 
-if (! jar2.isFile() || !manifest.isFile() ) {
+if ( !jar2.isFile() || !manifest.isFile() )
+{
 getLog().warn( "MNBMODULE-131: need to at least run 
install phase on " + jar2 );
 return new ArtifactResult( null, null );
 }
 mnf.setManifestFile( manifest );
-} else {
+}
+else
+{
 

[netbeans-mavenutils-nbm-maven-plugin] 03/03: use last libraries, update integration test

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

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

commit d8743dd317eb449ed6000994e5d1e4b0fa7b949a
Author: Eric Barboni 
AuthorDate: Tue Jun 4 16:14:09 2019 +0200

use last libraries, update integration test
---
 pom.xml   | 10 +-
 src/it/full/application/pom.xml   |  2 +-
 src/it/full/branding/pom.xml  |  2 +-
 src/it/full/ittest-sample/pom.xml |  2 +-
 src/it/full/pom.xml   |  2 +-
 src/it/pom.xml|  2 +-
 src/it/single/pom.xml |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 426ad7d..bdb45cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ under the License.
 install
 
 
-RELEASE82
+RELEASE110
 
 
 
@@ -387,7 +387,7 @@ under the License.
 
 org.apache.ant
 ant
-1.9.6
+1.10.5
 
 
 org.codehaus.plexus
@@ -449,9 +449,9 @@ under the License.
 
 
  
-org.codehaus.mojo
+${project.groupId}
 nbm-maven-harness
-8.2
+11.0
 
 
 org.codehaus.plexus
@@ -461,7 +461,7 @@ under the License.
 
 ${project.groupId}
 nb-shared
-1.3-SNAPSHOT
+1.3
 
 
 com.google.guava
diff --git a/src/it/full/application/pom.xml b/src/it/full/application/pom.xml
index 101065a..4a0b28d 100644
--- a/src/it/full/application/pom.xml
+++ b/src/it/full/application/pom.xml
@@ -19,7 +19,7 @@ under the License.
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo 
+org.apache.netbeans.utilities 
 ittest-parent
 1.0-SNAPSHOT
 
diff --git a/src/it/full/branding/pom.xml b/src/it/full/branding/pom.xml
index daec0f5..ba4626a 100644
--- a/src/it/full/branding/pom.xml
+++ b/src/it/full/branding/pom.xml
@@ -19,7 +19,7 @@ under the License.
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 ittest-parent
 1.0-SNAPSHOT
 
diff --git a/src/it/full/ittest-sample/pom.xml 
b/src/it/full/ittest-sample/pom.xml
index 3de2209..bde6491 100644
--- a/src/it/full/ittest-sample/pom.xml
+++ b/src/it/full/ittest-sample/pom.xml
@@ -18,7 +18,7 @@ under the License.
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 ittest-parent
 1.0-SNAPSHOT
 
diff --git a/src/it/full/pom.xml b/src/it/full/pom.xml
index e4039e3..3321cce 100644
--- a/src/it/full/pom.xml
+++ b/src/it/full/pom.xml
@@ -19,7 +19,7 @@ under the License.
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nbm-maven-plugin-it-root
 1.0-SNAPSHOT
 ../pom.xml
diff --git a/src/it/pom.xml b/src/it/pom.xml
index 080113f..3baa25e 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -17,7 +17,7 @@ under the License.
 -->
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nbm-maven-plugin-it-root
 1.0-SNAPSHOT
 pom
diff --git a/src/it/single/pom.xml b/src/it/single/pom.xml
index 916e6c1..3d099ba 100644
--- a/src/it/single/pom.xml
+++ b/src/it/single/pom.xml
@@ -18,7 +18,7 @@ under the License.
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nbm-maven-plugin-it-root
 1.0-SNAPSHOT
 ../pom.xml


-
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:

[jira] [Assigned] (NETBEANS-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2019-06-04 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1561:
--

Assignee: (was: Reema Taneja)

> Reproducible NullPointerException at Refactor-Move in Java Modular Project 
> breaks refactoring
> -
>
> Key: NETBEANS-1561
> URL: https://issues.apache.org/jira/browse/NETBEANS-1561
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 10.0
>Reporter: Andreas Eckstein
>Priority: Major
>  Labels: ca_survey
> Attachments: testProject1.zip
>
>
> _(Edit: When reporting this first, I neglected to mention that in certain 
> situations when this NullPointerException is triggered, refactoring is 
> actually broken.)_
>  
> I found a reproducible case of NullPointerException when trying to 
> refactor-move a class. In the attached testProject1, each module contains two 
> classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg 
> without issue. Trying the same thing in mod1b with Test1B2.java results in an 
> exception.
> *Importantly, I can still select 'Refactor' afterwards, but the classes just 
> are moved without refactoring.*
> Not sure what triggers this, but simpler projects with less class/module 
> relations seem to work fine.
> Platform:
> Linux x86_64
> openjdk version "11.0.1" 2018-10-16
> NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip
> (I've seen this error since Netbeans 9.0/JDK9)



--
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



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

2019-06-04 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/netbeans-website.git


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

commit d76660a0219e68ba268d3a8b10904e7d7d1ee1b1
Author: jenkins 
AuthorDate: Tue Jun 4 11:02:17 2019 +

Automated site publishing by Jenkins build 796
---
 content/download/index.html   | 2 +-
 content/download/nb110/nb110.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/download/index.html b/content/download/index.html
index c2a80ae..2baa595 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -152,7 +152,7 @@
 Release schedule
 
 
-Please visit https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
+Please visit the https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
 
 
 
diff --git a/content/download/nb110/nb110.html 
b/content/download/nb110/nb110.html
index 1d28923..6d7615c 100644
--- a/content/download/nb110/nb110.html
+++ b/content/download/nb110/nb110.html
@@ -200,7 +200,7 @@ Experimental installers for Apache NetBeans 11.0 are 
available Release schedule
 
 
-Please visit the https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0;>Apache
 NetBeans 11 page for release details on Apache NetBeans 11.0 and see https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
+Please visit the https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0;>Apache
 NetBeans 11 page for release details on Apache NetBeans 11.0 and see the 
https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
 
 
 


-
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-website] branch asf-site updated: Automated site publishing by Jenkins build 795

2019-06-04 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/netbeans-website.git


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

commit e15f2eb4010dd0fdb3b5fed540f2d6a08590ce18
Author: jenkins 
AuthorDate: Tue Jun 4 10:59:51 2019 +

Automated site publishing by Jenkins build 795
---
 content/download/index.html | 9 +
 1 file changed, 9 insertions(+)

diff --git a/content/download/index.html b/content/download/index.html
index 35a87a9..c2a80ae 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -86,6 +86,7 @@
 Apache NetBeans 10.0
 Apache NetBeans 9.0
 Pre-Apache NetBeans 
versions
+Release schedule
 Building from source
 
 Repositories
@@ -148,6 +149,14 @@
 
 
 
+Release schedule
+
+
+Please visit https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
+
+
+
+
 Building from source
 
 


-
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-website] branch master updated: Update index.asciidoc

2019-06-04 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/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new ecb2ae5  Update index.asciidoc
ecb2ae5 is described below

commit ecb2ae5507b941fd8340defc45148a21cb599980
Author: Geertjan Wielenga 
AuthorDate: Tue Jun 4 12:57:58 2019 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/index.asciidoc 
b/netbeans.apache.org/src/content/download/index.asciidoc
index 5beac50..f48c344 100755
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -64,7 +64,7 @@ link:nb90/[Features, role="button"] 
link:nb90/nb90.html[Download, role="button s
 
 == Release schedule
 
-Please visit 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[release
 schedule page] for the full release schedule.
+Please visit the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[release
 schedule page] for the full release schedule.
 
 [[source]]
 == Building from source


-
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-website] branch master updated: Update index.asciidoc

2019-06-04 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/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new b6b7438  Update index.asciidoc
b6b7438 is described below

commit b6b743809fd798c3aef3316d7034f70e811d7aa6
Author: Geertjan Wielenga 
AuthorDate: Tue Jun 4 12:57:26 2019 +0200

Update index.asciidoc
---
 netbeans.apache.org/src/content/download/index.asciidoc | 4 
 1 file changed, 4 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/index.asciidoc 
b/netbeans.apache.org/src/content/download/index.asciidoc
index 4efd1a8..5beac50 100755
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -62,6 +62,10 @@ link:nb90/[Features, role="button"] 
link:nb90/nb90.html[Download, role="button s
 - https://netbeans.org/downloads/8.0/
 - https://netbeans.org/downloads/7.4/
 
+== Release schedule
+
+Please visit 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[release
 schedule page] for the full release schedule.
+
 [[source]]
 == Building from source
 


-
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-website] branch asf-site updated: Automated site publishing by Jenkins build 793

2019-06-04 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/netbeans-website.git


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

commit 068e24b1d34c337a82a75220511c92206b6bd37d
Author: jenkins 
AuthorDate: Tue Jun 4 10:55:19 2019 +

Automated site publishing by Jenkins build 793
---
 content/download/nb110/nb110.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/download/nb110/nb110.html 
b/content/download/nb110/nb110.html
index c77a04d..1d28923 100644
--- a/content/download/nb110/nb110.html
+++ b/content/download/nb110/nb110.html
@@ -84,7 +84,7 @@
 
 Building from source
 Community approval
-Release information
+Release schedule
 Earlier releases
 
 
@@ -197,10 +197,10 @@ Experimental installers for Apache NetBeans 11.0 are 
available 
-Release information
+Release schedule
 
 
-Please visit the https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0;>Apache
 NetBeans 11 page for further details.
+Please visit the https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0;>Apache
 NetBeans 11 page for release details on Apache NetBeans 11.0 and see https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule;>release
 schedule page for the full release schedule.
 
 
 


-
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-website] branch master updated: Update nb110.asciidoc

2019-06-04 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/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 20fe5ce  Update nb110.asciidoc
20fe5ce is described below

commit 20fe5ce2c0e404a641c8435982d8c6ddd4ed5f1f
Author: Geertjan Wielenga 
AuthorDate: Tue Jun 4 12:52:31 2019 +0200

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

diff --git a/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc 
b/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc
index 52f7844..9504ef7 100644
--- a/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc
@@ -86,9 +86,9 @@ As in any other Apache Project, the Apache NetBeans Community 
approved this rele
 - 
link:https://lists.apache.org/thread.html/505233e52be5bb6a7f047b7bcaa806c0135920539f7c8a26b3a56ddd@%3Cgeneral.incubator.apache.org%3E[IPMC
 vote]
 - 
link:https://lists.apache.org/thread.html/1ecf754fed059b98e199e779add4f957b9f592d568f884cc36dbf9fd@%3Cgeneral.incubator.apache.org%3E[IPMC
 vote result]
 
-== Release information
+== Release schedule
 
-Please visit the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0[Apache
 NetBeans 11 page] for further details.
+Please visit the 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0[Apache
 NetBeans 11 page] for release details on Apache NetBeans 11.0 and see 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[release
 schedule page] for the full release schedule.
 
 == Earlier releases
 


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

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



[netbeans-mavenutils-nb-repository-plugin] branch master updated (c9a4d59 -> 1659a7b)

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

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


from c9a4d59  fix scm
 new 65c69d0  make more checkstyle compatible
 new 1659a7b  use groupid, and release material

The 2 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:
 pom.xml|  4 +-
 src/it/folder/pom.xml  |  4 +-
 src/it/pom.xml |  2 +-
 .../netbeans/nbm/repository/DownloadIndexMojo.java | 83 --
 .../nbm/repository/PopulateRepositoryMojo.java | 81 -
 .../nbm/repository/PopulateRepositoryMojoTest.java |  4 +-
 6 files changed, 97 insertions(+), 81 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



[netbeans-mavenutils-nb-repository-plugin] 02/02: use groupid, and release material

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

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

commit 1659a7b5bb6eb46cf3f796bdbea3cdcbbcdeffa8
Author: Eric Barboni 
AuthorDate: Tue Jun 4 11:27:28 2019 +0200

use groupid, and release material
---
 pom.xml   | 4 ++--
 src/it/folder/pom.xml | 4 ++--
 src/it/pom.xml| 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdd3c93..19c2e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@ under the License.
 install
 
 
-RELEASE82 
+
RELEASE110 
 
 
 
@@ -385,7 +385,7 @@ under the License.
 
 ${project.groupId}
 nb-shared
-1.3-SNAPSHOT
+1.3
 
 
 org.apache.maven.wagon
diff --git a/src/it/folder/pom.xml b/src/it/folder/pom.xml
index 52bf830..6013933 100644
--- a/src/it/folder/pom.xml
+++ b/src/it/folder/pom.xml
@@ -18,7 +18,7 @@ under the License.
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nb-repository-plugin-it-root
 1.0-SNAPSHOT
 ../pom.xml
@@ -37,7 +37,7 @@ under the License.
 
 
 
${project.build.directory}/indextest
-
http://repo1.maven.org/maven2
+
https://repo1.maven.org/maven2
 
 
 
diff --git a/src/it/pom.xml b/src/it/pom.xml
index 84b1664..fd5d5d2 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -17,7 +17,7 @@ under the License.
 -->
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nb-repository-plugin-it-root
 1.0-SNAPSHOT
 pom


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

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



[netbeans-mavenutils-nb-repository-plugin] 01/02: make more checkstyle compatible

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

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

commit 65c69d00144578919a6844f57d717216d55b88f4
Author: Eric Barboni 
AuthorDate: Tue Jun 4 11:26:57 2019 +0200

make more checkstyle compatible
---
 .../netbeans/nbm/repository/DownloadIndexMojo.java | 83 --
 .../nbm/repository/PopulateRepositoryMojo.java | 81 -
 .../nbm/repository/PopulateRepositoryMojoTest.java |  4 +-
 3 files changed, 92 insertions(+), 76 deletions(-)

diff --git 
a/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java 
b/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
index e74d2b3..e2c9eff 100644
--- a/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/repository/DownloadIndexMojo.java
@@ -1,3 +1,5 @@
+package org.apache.netbeans.nbm.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package org.apache.netbeans.nbm.repository;
-
 import java.io.File;
 import java.net.URI;
 import java.util.ArrayList;
@@ -50,70 +50,73 @@ import org.codehaus.plexus.context.ContextException;
 import org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
 
 /**
- * Goal for retrieving and expanding the lucene index of the given repository. 
That in turn is used by the populate
- * goal.
+ * Goal for retrieving and expanding the lucene index of the given repository. 
+ * That in turn is used by the populate goal.
  * @author Milos Kleint
  */
-@Mojo(name="download", aggregator=true, requiresProject=false)
-public class DownloadIndexMojo extends AbstractMojo implements 
Contextualizable {
-
+@Mojo( name = "download", aggregator = true, requiresProject = false )
+public class DownloadIndexMojo extends AbstractMojo implements 
Contextualizable 
+{
+
 /**
  * url of the repository to download index from. Please note that if you 
already have
  * an existing index at nexusIndexDirectory, you should 
always use the same url for that directory.
  */
-@Parameter(required=true, property="repositoryUrl")
+@Parameter( required = true, property = "repositoryUrl" )
 private String repositoryUrl;
-
+
 /**
- * location on disk where the index should be created. either empty or 
with existing index from same repository. then only update check will
- * be performed.
+ * location on disk where the index should be created. either empty or 
with existing index from same repository. 
+ * Then only update check will be performed.
  */
-@Parameter(required=true, property="nexusIndexDirectory")
+@Parameter( required = true, property = "nexusIndexDirectory" )
 private File nexusIndexDirectory;
  
 @Component
 IndexUpdater remoteIndexUpdater;
-
+
 @Component
 NexusIndexer indexer;
-
+
 PlexusContainer container;
-
-
+
+
 @Component
 WagonManager wagonManager;
-
+
 @Override
 public void execute() throws MojoExecutionException, MojoFailureException
 {
-try
+try
 {
 List creators = new ArrayList();
-creators.addAll(container.lookupList(IndexCreator.class));
-String indexurl = repositoryUrl + (!repositoryUrl.endsWith( "/") ? 
"/" : "") + ".index";
+creators.addAll( container.lookupList( IndexCreator.class ) );
+String indexurl = repositoryUrl + ( !repositoryUrl.endsWith( "/" ) 
? "/" : "" ) + ".index";
 IndexingContext indexingContext = indexer.addIndexingContextForced(
 "central", // context id
 "central", // repository id
 null, // repository folder
 nexusIndexDirectory,
-repositoryUrl,// repositoryUrl
+repositoryUrl, // repositoryUrl
 indexurl,
-creators);
+creators );
 
-String protocol = URI.create(repositoryUrl).getScheme();
+String protocol = URI.create( repositoryUrl ).getScheme();
 ProxyInfo wagonProxy = wagonManager.getProxy( protocol );
-TransferListener tr = new TransferListener() {
+TransferListener tr = new TransferListener() 
+{
 
 @Override
 public void transferInitiated( TransferEvent transferEvent )
 {
-getLog().info( "Initiated connection to " + repositoryUrl);
+getLog().info( "Initiated 

[jira] [Commented] (NETBEANS-1824) java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags

2019-06-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1824:
-

At some point, you are really going to need to provide step by step 
instructions -- we cannot reproduce your problem in any way at the moment. For 
example, what does "when I want to load a file" mean? How do you load a file? 
What does "load" mean here? For me, I'm only going to look at this once there 
are instructions like this for reproducing the problem:

1. Start Apache NetBeans 11.0 with a new user directory and cache directory.
2. After Apache NetBeans 11.0 starts up, go to the main menu bar of Apache 
NetBeans 11.0 and select...
3. Now do...
4. Then do...
5. And now the problem I see is...

Thanks.

> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
> ---
>
> Key: NETBEANS-1824
> URL: https://issues.apache.org/jira/browse/NETBEANS-1824
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0, 10.0, 11.0
>Reporter: Bernard
>Priority: Critical
> Attachments: JiraSeachExpression.PNG, messages.log, messages.log
>
>
> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
> My IDE is frozen with  NetBeans using CPU on all 8 cores at 100%.
> The log is filled up with messages as below.
> On the screen, there is a dialog "Save (Not Responding)" where it asks to 
> confirm saving 2 Java files. I clicked "Save All" but this kept popping up 
> unresponsive after the IDE lost focus and then re-gained focus in a cycle 
> many times.
> I don't know what the primary issue is - the HIG CPU usage for perhaps 
> another reason or the errors in the log file. I cannot do anything at all 
> because JVisualVM cannot get a handle on NetBeans and waits forever computing 
> a description.
> Therefore, I would think that solving the ClassNotFoundException has the 
> higher priority. It fills up the logs and prevents discovery of other issues. 
> All 3 log files are full of that exception.
>  
> BTW Jira is too hard to use, I cannot search with it in a meaningful way. If 
> I search for anything, then I get results from other projects as well as 
> default which is stupid. The lack of an automatic duplicate search alone has 
> the potential to kill the entire project. Atlassian Jira is the wrong tool 
> for NetBeans. NetBeans needs bugzilla,
> INFO [com.sun.tools.javac.processing.JavacProcessingEnvironment]: Annotation 
> processing error:
> java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
>     at java.lang.ClassLoader.findClass(ClassLoader.java:530)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>     at lombok.launch.ShadowClassLoader.loadClass(ShadowClassLoader.java:422)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:264)
>     at 
> lombok.javac.JavacTreeMaker$SchroedingerType.getFieldCached(JavacTreeMaker.java:156)
>     at lombok.javac.JavacTreeMaker$TypeTag.typeTag(JavacTreeMaker.java:244)
>     at lombok.javac.Javac.(Javac.java:155)
> Caused: java.lang.ExceptionInInitializerError
>     at lombok.javac.handlers.HandleGetter.(HandleGetter.java:303)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:348)
>     at lombok.core.SpiLoadUtil$1$1.next(SpiLoadUtil.java:111)
>     at 
> lombok.javac.HandlerLibrary.loadAnnotationHandlers(HandlerLibrary.java:171)
>     at lombok.javac.HandlerLibrary.load(HandlerLibrary.java:156)
>     at lombok.javac.JavacTransformer.(JavacTransformer.java:44)
>     at lombok.javac.apt.LombokProcessor.init(LombokProcessor.java:87)
>     at 
> lombok.core.AnnotationProcessor$JavacDescriptor.want(AnnotationProcessor.java:87)
>     at lombok.core.AnnotationProcessor.init(AnnotationProcessor.java:140)
>     at 
> lombok.launch.AnnotationProcessorHider$AnnotationProcessor.init(AnnotationProcessor.java:69)
> [catch] at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$ProcessorState.(JavacProcessingEnvironment.java:683)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.next(JavacProcessingEnvironment.java:783)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:878)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2300(JavacProcessingEnvironment.java:112)
>     at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1236)
>     at 
> 

[jira] [Commented] (NETBEANS-467) maven artifacts for Apache NetBeans Platform need to be created and hosted

2019-06-04 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-467:
---

Hi [~agilesal], I think it's not doable, bits.netbeans.org/maven2 is not under 
Apache Control.

> maven artifacts for Apache NetBeans Platform  need to be created and hosted
> ---
>
> Key: NETBEANS-467
> URL: https://issues.apache.org/jira/browse/NETBEANS-467
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Critical
>  Labels: NETBEANS-9
>
> Hi (hope I did not miss mails on this topic),
>  During test on maven NetCAT, testers are told to create and generate 
> mavenized NetBeans Platform Module and Suite.
>  Maven archetype for Netbeans platform module [1] are linked to artefacts 
> stored in  [2] (RELEASE 6 to 8.2) and it is also possible to use snapshot 
> versions from [3]
> Artifacts are generated from Oracle NetBeans sources at the moment, RELEASE* 
> artifact were built from a specific build, SNAPSHOT artifact are refreshed 
> every day with no history (I suppose for space reason).
>  
> It would be nice to recreate a workflow to  regenerate maven artefacts for 
> the Apache NetBeans Platform from Apache NetBeans sources.
>  
> [1][https://github.com/mojohaus/nbm-archetype/]
> [2][https://bits.netbeans.org/nexus]
> [3][https://bits.netbeans.org/dev/maven-snapshot/|http://bits.netbeans.org/dev/maven-snapshot/]
>  
>  
>  



--
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