Imports with versions
Jacob Carlborg
doob at me.com
Tue Oct 30 08:00:03 PDT 2012
On 2012-10-30 13:25, Paulo Pinto wrote:
> .NET and OSGi are similar approaches, because they rely on dynamic linking.
>
> The package manager only works with static linking, otherwise you might
> get into the situation it compiles fine, but runs into version conflicts
> when running. Common scenario to anyone doing Java development.
I would say, in this case, that you haven't specified the versions
correctly.
> One issue both systems have problems solving is what to do when third
> party libraries have conflicting version requirements.
Yeah, this can be a problem.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list