On Nov 17, 2007 11:51 PM, Dan Stromberg <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
