pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

Build warning on not using spec.version.base #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
During build on NetBeans IDE 6.1 (Build 200804211638) I get this:

Warning: in org.nbgit, not using spec.version.base, yet declaring
implementation dependencies; may lead to problems with Auto Update
(see http://wiki.netbeans.org/wiki/view/DevFaqImplementationDependency)

This seems to be related to the dependency on o.n.m.versioning.util,
which does not declare any specification version. There is probably not
a lot we can do about it, since listing a specification version requires
that org.nbgit is a friend of the o.n.m.versioning.utils module.

Original issue reported on code.google.com by jonas.fonseca on 6 Sep 2008 at 6:49

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 6 Sep 2008 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 11 Aug 2009 at 8:16