jGauravGupta opened a new pull request, #8144: URL: https://github.com/apache/netbeans/pull/8144
This pull resolves an issue where running a Payara Server instance on WSL breaks Java Web Application projects that use Ant in Apache NetBeans. Changes in this PR: - Reverted the `distributeOnSave` in `DeployOnSaveManager` implementation to remove faulty path substring logic. - Application path converted from `/mnt` to Windows system, with this fix `org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor#distributeOnSave` is correctly used. - Tooltip added to WSL and Docker checkbox. Reported issue: https://github.com/apache/netbeans/issues/8138 Discussion: https://github.com/apache/netbeans/discussions/8121 Original PR: https://github.com/apache/netbeans/pull/7885 -- 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. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists