I want a distinction between directories to be scanned, and URLs to be
deployed.  This goes back to an earlier patch (that I never checked in) for
URLDeploymentScanner.  If you specify a URL that is the base of an exploded
archive, then currently the scanner scans that directory.  It should,
instead, deploy the directory.

The solution you presented at the time was to create an alternate scanner
for this purpose.  I don't like that since it violates the concept of
exploded archives being treated just like their packaged counterparts.

-Larry

> Why?
>
> --jason
>
>
> > OK - Any objections if I implement David's proposed URL configuration
> > format:
> >     <attribute name="URLs">
> >        <dir name="./deploy/core"/>
> >        <dir name="./deploy/app" />
> >        <url name=".deploy/other/jar1.jar"/>
> >     </attribute>
> >
> > -Larry



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to