neilcsmith-net commented on PR #54: URL: https://github.com/apache/netbeans-tools/pull/54#issuecomment-1327279210
Thanks for the feedback. Had to make a few changes to get builds working here, although am building on Ubuntu and testing in a Fedora VM! Can you take a quick look at #57 and make sure I haven't broken anything for your use? > Some cleaning of unneeded files would be nice, such as netbeans.exe. There are lots of wrong arch/OS files besides that one, though. I am planning a merge functionality for adding and removing files from the image though - I need that for my own NetBeans platform usage. If removal was based on glob patterns (like the code signing in macOS) that might help here. > NBPackage could be also adapted to package other Java apps (ie: GlassFish); it would extract the zip, skip creating a launcher/copying icons, package all the bits and voilĂ . A bit out of scope? Probably! Although I'm planning on basing something on this for packaging other software related to the above platform application. No point in duplicating JPackage or JReleaser though, neither of which were suitable for NetBeans but could be for other things. -- 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
