Achal1607 opened a new pull request, #7709: URL: https://github.com/apache/netbeans/pull/7709
### Description This PR addresses build issues for the NetBeans Language Server VSCode extension on the Windows platform. 1. **Ant Targets:** Certain Ant targets, such as `ant build-vscode-ext`, were failing on Windows due to missing suffixes required by the Windows environment. This has been corrected to ensure compatibility. 2. **NPM Compile Script:** The `npm run compile` command was not functioning correctly on Windows due to delimiter issues. This PR fixes the delimiter handling, allowing the command to run successfully on Windows. ### Changes Made - Updated Ant target configurations to include necessary suffixes for Windows compatibility. - Modified the `npm run compile` script to handle delimiter issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
