Issue Type: Bug Bug
Assignee: Jesse Glick
Created: 07/Dec/13 2:43 AM
Description:

Setting all OS-installers to false as in (pom.xml) :

   <configuration>
      <installerOsLinux>false</installerOsLinux>
      <installerOsMacosx>false</installerOsMacosx>
      <installerOsSolaris>false</installerOsSolaris>
      <installerPack200Enable>false</installerPack200Enable>
      <installerOsWindows>false</installerOsWindows>
   </configuration>

results in a NullPointerException.

The error I get is:

Platform "" is not recognized.
Creating bundle: null: [nbibugtestmavenparent,1.0.0.0.0]
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 36.865s
Finished at: Sat Dec 07 09:35:21 CET 2013
Final Memory: 30M/607M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.11:build-installers (extra) on project nbi-bug-test-maven-app: Installers creation failed: D:\JavaDevHG\nbi-bug-test-maven\application\target\installer\nbi\stub\template.xml:46: The following error occurred while executing this line:
D:\JavaDevHG\nbi-bug-test-maven\application\target\installerbuild\build.xml:165: java.lang.NullPointerException
Environment: nbm-maven-plugin 3.11.1
NetBeans IDE 7.4
Project: Mojo's NetBeans Module Maven Plugin
Priority: Major Major
Reporter: Peter Hansson
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to