You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by Evan Worley <ev...@gmail.com> on 2008/01/22 03:53:37 UTC

Migration for old NMaven consumers

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

Re: Migration for old NMaven consumers

Posted by Evan Worley <ev...@gmail.com>.
Alright, I'll give that a go.  Should we make a note to remove this support
in the future?

Thanks,
Evan

On Jan 21, 2008 8:06 PM, Shane Isbell <sh...@gmail.com> wrote:

> 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 <ev...@gmail.com> 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
> >
>

Re: Migration for old NMaven consumers

Posted by Shane Isbell <sh...@gmail.com>.
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 <ev...@gmail.com> 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
>