that's weird, as the -J-ea and -J-Dnetbeans.logger.console=true parameter
shall have enabled the console printing..
can you try
1. not via maven in the IDE, but on the console?
2. not via maven at all, but just by running the netbeans.exe?

if either of those works (or if none works and you make something else work)
, please file an issue against the nbm plugin.

Thanks.

Milos

2010/3/17 Honza Havlíček <[email protected]>

> Hello,
> I am trying to move our project from ant based netbeans modules to
> maven netbeans modules, but when I was using the ant based, System.out
> and System.err were printed into the output window of the platform I
> was developing the module from. I
>
> When I use nbm:run-ide goal, Maven executed something like
>
> cmd.exe /X /C ""c:\Program Files\NetBeans 6.8\bin\netbeans.exe"
> --userdir E:\TestApp\target\userdir -J-Dnetbeans.logger.console=true
> -J-ea"
>
> and no output is shown in the output window of the netbeans I am
> developing from. I can get the output in log directory of module (like
> TestApp\target\userdir\var\log\messages.log ), but I want to see it in
> output window just like before.
>
> Is there a way to achieve that?
>
> Thanks in advance
> Honza
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to