matthiasblaesing commented on pull request #3190: URL: https://github.com/apache/netbeans/pull/3190#issuecomment-926716301
Could you please have a look at this PR: https://github.com/apache/netbeans/pull/3162 it is in a state where all NBM and JAR files are removed from repository and created at build time. Could this approach also work for you here: https://github.com/apache/netbeans/blob/cb4f276304e3b08c58074fe7a51e7eda212fd193/platform/autoupdate.services/build.xml#L55-L79 The idea: The contents of the JAR/NBM is stored in exploded form and the NBM/JAR is build at test build test time. This seems to work nicely for the `autoupdate.services` module. There the problem is even deeper as nested structures are needed. The nested structures are simulated by ".jardir" directories inside the parent NBM directories. If that is not acceptable, I think we need to have a discussion whether or not the fuzz about jar files is ok or not. -- 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
