Philip Alexander created NETBEANS-1267:
------------------------------------------

             Summary: Jar file produced in dist directory gives no main 
manifest error
                 Key: NETBEANS-1267
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1267
             Project: NetBeans
          Issue Type: Bug
         Environment: Win10 / Netbeans 9 / JDK 10.0.2
            Reporter: Philip Alexander


When a user creates a simple java modular application (using Netbeans 9 + JDK 
10.0.2), then the jar that is created by Ant (via right click on project and 
then asking for Build) doesn't behave as an executable jar.

Additionally if one creates a jar via the

jar --create --file=output_file.jar -C .\modules\my_module_name .

command, then the manifest file from the executable correct jar that is created 
via command line cannot be used inside the jar inside dist directory as 
produced by netbeans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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

Reply via email to