Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 3.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Windows XP sp3
SUN (ORACLE) JDK 1.6.0_20
Apache Maven 2.2.1
-
Number of attachments :1
Description
Output logs are not printed to output window when running netbeans application and using nbm-maven-plugin 3.2
When running nbm-maven-plugin 3.1 all is fine
Using netbeans 6.8 or 6.9 create a new maven netbeans platform application.
Just run the application and check that no logs are printed after the lines :
[nbm:run]
Executing: cmd.exe /X /C ""My Documents\NetBeansProjects\mavenproject1\application\target\userdir" -J-Dnetbeans.logger.console=true -J-ea --branding foo"
Go to main pom.xml and change in the pluginManagement section the version of the nbm-maven-plugin to 3.1 instead of 3.2 and you will see all the output logs again.
The problem is only with plugin 3.2
-
Hide
- mavenproject1.zip
- 05/Jul/10 7:18 AM
- 165 kB
- Christian Lebaudy
-
- mavenproject1/application/pom.xml 3 kB
- mavenproject1/.../nb-configuration.xml 1 kB
- mavenproject1/branding/pom.xml 2 kB
- mavenproject1/branding/.../Bundle.properties 0.2 kB
- mavenproject1/branding/.../startup/frame.gif 0.7 kB
- mavenproject1/branding/.../frame32.gif 2 kB
- mavenproject1/branding/.../frame48.gif 3 kB
- mavenproject1/branding/.../splash.gif 134 kB
- mavenproject1/branding/.../Bundle.properties 0.1 kB
- mavenproject1/branding/.../Bundle.properties 0.0 kB
- mavenproject1/branding/.../nbm/manifest.mf 0.2 kB
- mavenproject1/branding/.../nbm/module.xml 0.2 kB
- mavenproject1/branding/.../Bundle.properties 0.1 kB
- mavenproject1/branding/.../layer.xml 0.2 kB
- mavenproject1/.../nb-configuration.xml 1 kB
- mavenproject1/.../pom.xml 2 kB
- mavenproject1/.../Installer.java 0.5 kB
- mavenproject1/.../manifest.mf 0.2 kB
- mavenproject1/.../module.xml 0.2 kB
- mavenproject1/.../Bundle.properties 0.4 kB
- mavenproject1/.../layer.xml 0.2 kB
- mavenproject1/pom.xml 3 kB
- mavenproject1/testoutput/nbactions.xml 0.3 kB
- mavenproject1/testoutput/pom.xml 0.8 kB
- mavenproject1/testoutput/.../App.java 0.2 kB
- mavenproject1/testoutput/.../AppTest.java 0.6 kB
Issue Links
- duplicates
-
MNBMODULE-78
Module logs are not printed to output window when running netbeans module
-
-
MNBMODULE-124
CLONE -Module logs are not printed to output window when running netbeans module
-
this could be caused by the upgrade of plexus-utils dependency from 1.5.4 to 1.5.15. nothing relevant seems to have changed in the goal itself.