What about a simple shell script for installing modules with sensible
defaults:
module_install.sh org.foo.bar foo.jar [foo-support.jar foo-spi.jar ...]
this would create the module/org/foo/bar/main/module.xml file together
with all the jars passed as part of the command line ?
Tristan
On 12/07/2011 03:44 PM, Jason T. Greene wrote:
IMO both of these are a reasonable request:
https://issues.jboss.org/browse/MODULES-120
On 11/28/11 9:16 AM, Bill Burke wrote:
> I just had another user submit a bug when they tried to upgrade resteasy
> with AS7 and didn't know they had to edit a module.xml file.
>
> Can we make this easier for users? i.e. a wildcard
> resteasy-jaxrs-*.jar? Or have it load every jar in the directory by
> default? Or something?