mbien commented on PR #6695: URL: https://github.com/apache/netbeans/pull/6695#issuecomment-2059723358
> I am planning to work on the test runner with this ticket 6871 > Can you give me some hints regarding what updates need to be done. I am not very good with ant well. building NB is fairly easy: https://github.com/apache/netbeans?tab=readme-ov-file#building-netbeans once build you open the modules you are interested in in NB and can make changes to them. You can build/debug/run them directly from within NB like a maven project. The module dependencies are in each modules project.xml file (e.g https://github.com/mbien/netbeans/blob/3917a2a04e5af314b9b21e754c5097e05b2fcd90/ide/gsf.codecoverage/nbproject/project.xml). Most of it can be edited using the regular project properties UI (right click on project). So you would have to identify what internal API you want to access too, then make it public. (I haven't really looked into the API yet, It might be just a matter of switching it from internal/friend to public) -- 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
