I thought the general direction by "default" was to really have no dependencies/extensions packaged. That the runtime (possibly by identifying in the application scdl the extensions) then using the dependency information in the SCDL would resolve and load all artifacts directly from the maven repo (having maven download them prior if necessary). I assumed an option would be to have downloaded and loaded to some other location (possibly within the webapp) if desired. The question I have is do we see the war plugin is a way of prepackaging all, or just another option?



Jeremy Boynes wrote:
I think that's the same question Meeraj just asked :-)
--
Jeremy

On Sep 15, 2006, at 10:41 AM, ant elder wrote:

The webapp war plugin is putting all the dependent jars for extensions in
the extensions directory. I don't think they will get picked up there, for
now I've been copying them to the boot directory. Is that an acceptable
solution for now or do we need to do something better?

  ...ant


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to