Re: Re: Naming scheme

Petr Kuzel <[email protected]> Mon, 20 Dec 2004 11:04:14 +0100
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Organization Sun Microsystems
Message-ID <[email protected]>
Tim Lebedkov wrote:
> OK.
> 
> what about this change in version.properties?
> 
> tl.usertasks.spec=1.25.${tl.api.impl}${tl.core.impl}${tl.usertasks.impl}
> to
> tl.usertasks.spec=1.25.2

OK for usertasks. Just minor drawback, it requires manual synchronization
on each api and core change othewise AUC can contain stale version that
will fail on outdated implementation deps. Linked with automatic
Alpha AUC deployment it means that you need to keep your eye on it
during any version.properties commit.

I'm not sure if nice numbers are worth of it.

> Do we use it only because AU will not use a new nbm if it hasn't a new 
> spec version?

AFAIK it's main usage of spec version in tasklist modules.
There is no API exported yet.

> If so, isn't it a bug in AU?

There is no other mandatory manifest attribute supporting
relations.

   Cc.