If you already have library dependencies in a repo, changing DotNetCompilerContextImpl.addLibraryArtifactsToTarget implementation to pick up both "library" and "dotnet:library" type dependencies should do the trick.
Shane On Jan 21, 2008 7:53 PM, Evan Worley <[EMAIL PROTECTED]> wrote: > Hi All, > > I was wondering if there is anyway we can ease the migration from NMaven > 0.14 to 0.15. One of the big changes is the artifact type. Where we used > to use artifact type "dll" or "library", we now use "dotnet:library". It > would be nice to have transitional support to allow resolution of the old > artifact types, so that we don't force consumers to migrate their entire > system to the NMaven 0.15 at once. > > Thoughts? > -Evan >
