You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Dan Stromberg <ds...@gmail.com> on 2007/11/18 06:51:05 UTC

getSpecificationVersion?

When you build a .jar file with ant, does any play any role in adding
the getSpecificationVersion data to that jar, or is that handled
strictly by things that ant calls as subprograms?

If ant plays a role beyond mere coordination of subprograms, where
does it get the data from?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: getSpecificationVersion?

Posted by Dominique Devienne <dd...@gmail.com>.
On Nov 17, 2007 11:51 PM, Dan Stromberg <ds...@gmail.com> wrote:
> When you build a .jar file with ant, does any play any role in adding
> the getSpecificationVersion data to that jar, or is that handled
> strictly by things that ant calls as subprograms?
>
> If ant plays a role beyond mere coordination of subprograms, where
> does it get the data from?

Ant doesn't do anything about this. You have to specify an explicit
manifest (inline or as an external file) that includes this
information (using the appropriate manifest properties, see jar spec
for their names). --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org