You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/09/01 06:12:52 UTC

[GitHub] [netbeans] jlahoda commented on issue #1468: NETBEANS-1097 "Copy Dependent Libraries" does not work if "Source/Bin…

jlahoda commented on issue #1468: NETBEANS-1097 "Copy Dependent Libraries" does not work if "Source/Bin…
URL: https://github.com/apache/netbeans/pull/1468#issuecomment-526890469
 
 
   I believe the reason why this was introduced is that for modular J2SE projects, the copying does not work (specifically, copying of module path is not supported, AFAIK). It might still be OK, but possibly a better solution would be to base the decision on module-info:
   https://github.com/apache/netbeans/pull/1469
   
   It is not completely correct, as a project without module-info can still depend on module on the module path (which is then not copied, and the simple java -jar would not work anyway), but I think that is an acceptable trouble, as such projects are likely to be very rare.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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