J
jon.wells
Netbeans newbie here...
I am trying to develop a Netbeans Module Suite with a few plugins, and
I'm having a problem deciding how to configure my 3rd party
dependencies. One of my modules needs to use 3rd party tool (e.g.
Springframework) that consists of several libraries that depend on
other libraries and so on. I would like to introduce these libraries
into my suite without having to create a library wrapper module for
each jar (ugh). I'm not even sure that I could arrange the
dependencies between all of the library wrapper modules that would
result. Is there a way to lump the whole bunch of my Suite's
dependent jars into a single library wrapper module? The LWM wizard
only seems to allow me to choose a single jar? I've read some Netbeans
FAQ material that suggests that it is possible to "package" libraries
directly within a regular module, but I can't see where in the Project
properties that can be done -- I can make my module project depend on
other modules, but I don't see a place to "package" the libraries
directly within my module.
help?
-Jon
I am trying to develop a Netbeans Module Suite with a few plugins, and
I'm having a problem deciding how to configure my 3rd party
dependencies. One of my modules needs to use 3rd party tool (e.g.
Springframework) that consists of several libraries that depend on
other libraries and so on. I would like to introduce these libraries
into my suite without having to create a library wrapper module for
each jar (ugh). I'm not even sure that I could arrange the
dependencies between all of the library wrapper modules that would
result. Is there a way to lump the whole bunch of my Suite's
dependent jars into a single library wrapper module? The LWM wizard
only seems to allow me to choose a single jar? I've read some Netbeans
FAQ material that suggests that it is possible to "package" libraries
directly within a regular module, but I can't see where in the Project
properties that can be done -- I can make my module project depend on
other modules, but I don't see a place to "package" the libraries
directly within my module.
help?
-Jon