Re: parent.relativePath warning on Windows

2023-01-12 Thread Michael Bien
thanks to both Marks for investigating and also for the PR (https://github.com/apache/netbeans/pull/5282) - good teamwork. couldn't quickly acquire a third Mark for review/merge so I merged it myself. fix should appear in NetBeans 17. -mbien On 03.11.22 10:35, Mark Herkrath wrote: Hi

Re: parent.relativePath warning on Windows

2022-11-03 Thread Jean-Marc Borer
Sorry. Now we to report issues here: https://github.com/apache/netbeans/issues On Thu, Nov 3, 2022 at 12:42 PM Jean-Marc Borer wrote: > Hi There, > > Spotted the same issue with NB 15. Glad to see it fixed. > > @herkrath please file the bug first in >

Re: parent.relativePath warning on Windows

2022-11-03 Thread Jean-Marc Borer
Hi There, Spotted the same issue with NB 15. Glad to see it fixed. @herkrath please file the bug first in https://issues.apache.org/jira/projects/NETBEANS/ (simply copy the steps above) before creating the PR. It will help to track improvements and release notes. Cheers On Thu, Nov 3, 2022 at

Re: parent.relativePath warning on Windows

2022-11-03 Thread Mark Herkrath
Hi all, I ran into the same issue. At least for me, it is happening every time a parent pom is being used. That is for stand-alone/root poms referring to parent poms not being part of the project's file structure, as well as for multi-module poms where the parent pom is usually one level up in

Re: parent.relativePath warning on Windows

2022-10-30 Thread Mark Eggers
Answers in-line. Thanks for any thoughts. On 10/30/2022 6:53 AM, Eric Bresie wrote: 1. Is the sub-projects within the parent projects folder structure or external? The project is nested per Maven recommendations. The project was created within NetBeans using the process I outlined in

Re: parent.relativePath warning on Windows

2022-10-30 Thread Eric Bresie
1. Is the sub-projects within the parent projects folder structure or external? 2. In the "parent" pom, did the "modules" for the sub-projects get defined? 3. In the sub-projects, did the parent pom coordinates get included? 4. Which environment is maven running in on Windows

Re: parent.relativePath warning on Windows

2022-10-27 Thread Mark Eggers
It appears that images are stripped from the list. The following should work: https://i.postimg.cc/MpmPxK2n/module-error-edited.png /mde/ On 10/27/2022 3:50 PM, Mark Eggers wrote: Folks, I am getting a warning about multi-module project structures and parent.relativePath, but only on

parent.relativePath warning on Windows

2022-10-27 Thread Mark Eggers
Folks, I am getting a warning about multi-module project structures and parent.relativePath, but only on Windows (see screen shot). To recreate: 1. Create a POM project 2. Right-mouse click on modules, and create a new module (Java application) 3. Go into that new module and look at the