On Sep 5, 2006, at 9:42 PM, Meeraj Kunnumpurath wrote:
2. Support transitive dependencies for boot libs (do we do the same for extensions?)
If we have transitive support in the ArtifactRepositiory then we don't need to support it here as it will be handled at runtime by the repo impl.
However, we do need to make sure the artifacts are available. If we are using the local maven repo then I think it would ok just to download the artifacts to there at runtime.
However, people may also want to have everything in the war. One way to do that would be to copy from a local maven repo into the war file itself e.g. to /WEB-INF/tuscany/repository and then have a WebappMavenRepository impl of ArtifactRepository that looked there.
Just one way it might work :-) -- Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
