Re: Broken links in output window with mvnd build

2023-02-16 Thread Michael Bien

wouldn't surprise me if the cause is indeed it being a multi-pom project.

I don't think I tested that. At least NB 17 will have a working output 
window for *some* mvnd use cases, links didn't work at all in NB 16 due 
to the differences in formatting between maven and mvnd.


there is always the next release :)

best regards,
michael


On 16.02.23 11:12, Alexander Kronenwett wrote:

Toggling the "print maven output logging level" option did not help.
I created a small project with a warning but the problem did not 
occur. Maybe it is because of multi pom project? Using only one thread 
in mvnd does not solve the problem.

I will check again with NB17.

Best
Alex

Alexander Kronenwett  schrieb am Mi., 15. 
Feb. 2023, 21:14:


Hello,

I am building a multi pom maven project with mvnd. All the
warnings in the output window are links and should lead to the
respective file and line, where the warning originates. But also
the module name and the '[WARN]' prefix are part of the link and
hence NetBeans seems not to be able to open the file.
I am unsure whether this can be tackled with a setting or I should
open an issue. Happens with NB 16 and 17~rc3. Any thoughts?

Best
Alex



Re: Broken links in output window with mvnd build

2023-02-16 Thread Alexander Kronenwett
Toggling the "print maven output logging level" option did not help.
I created a small project with a warning but the problem did not occur.
Maybe it is because of multi pom project? Using only one thread in mvnd
does not solve the problem.
I will check again with NB17.

Best
Alex

Alexander Kronenwett  schrieb am Mi., 15. Feb.
2023, 21:14:

> Hello,
>
> I am building a multi pom maven project with mvnd. All the warnings in the
> output window are links and should lead to the respective file and line,
> where the warning originates. But also the module name and the '[WARN]'
> prefix are part of the link and hence NetBeans seems not to be able to open
> the file.
> I am unsure whether this can be tackled with a setting or I should open an
> issue. Happens with NB 16 and 17~rc3. Any thoughts?
>
> Best
> Alex
>


Re: Broken links in output window with mvnd build

2023-02-15 Thread Michael Bien

yeah file an issue please with some example to reproduce it if possible

this was supposed to fix this problem:
https://github.com/apache/netbeans/pull/5099

does it help if you toggle "print maven output logging level" in the 
maven settings?


-mbien


On 15.02.23 21:14, Alexander Kronenwett wrote:

Hello,

I am building a multi pom maven project with mvnd. All the warnings in 
the output window are links and should lead to the respective file and 
line, where the warning originates. But also the module name and the 
'[WARN]' prefix are part of the link and hence NetBeans seems not to 
be able to open the file.
I am unsure whether this can be tackled with a setting or I should 
open an issue. Happens with NB 16 and 17~rc3. Any thoughts?


Best
Alex




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

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



Broken links in output window with mvnd build

2023-02-15 Thread Alexander Kronenwett
Hello,

I am building a multi pom maven project with mvnd. All the warnings in the
output window are links and should lead to the respective file and line,
where the warning originates. But also the module name and the '[WARN]'
prefix are part of the link and hence NetBeans seems not to be able to open
the file.
I am unsure whether this can be tackled with a setting or I should open an
issue. Happens with NB 16 and 17~rc3. Any thoughts?

Best
Alex