Hi, I wonder if anyone with a better knowledge of the IDE and platform's Ant scripts than me knows whether it's possible to configure the classpath extensions of a module from an Ant FileSet, rather than inside project.xml?
I tried simply overriding build-init and extending the various properties, such as module.classpath, which seems to work for code completion and building the module, but not for actually building any modules that depend on it. I'm not sure if what I want to do can be made to work, or whether I need to move to plan B and look at templating and generating project.xml in the build? The application is bundling a separate Maven AppAssembler-based application, but also needs to link in to a selection of those JARs. However, the range of files and filenames isn't fixed, depending on version and profile. Thanks and best wishes, Neil --------------------------------------------------------------------- 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
