Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > using "Implementation-Version" in MANIFEST.MF to version war, jar and ear files

Reply
Thread Tools

using "Implementation-Version" in MANIFEST.MF to version war, jar and ear files

 
 
thebad1
Guest
Posts: n/a
 
      02-02-2007
Hi,

We are currently going through the process of asking our java
developers and external vendors to stick to a versioning convention
for the various war, jar and ear files that are deployed.

The idea has been suggested that we should have the vendor/developer
ship a "release" file with version information in the root of the
archive file. However I am thinking that there is a standard
versioning specification, as most published libraries include a
"Implementation-Version" attribute in the MANIFEST.MF. But I can't
seem to find a specification or reference for it. I guess that I might
just be searching for a topic for which there is a lot of competition
for keywords...

If Anyone has any ideas on where I can find information on this, I
would be grateful.

Thanks,

T.

 
Reply With Quote
 
 
 
 
Daniel Dyer
Guest
Posts: n/a
 
      02-02-2007
On Fri, 02 Feb 2007 15:38:30 -0000, thebad1 <>
wrote:

> Hi,
>
> We are currently going through the process of asking our java
> developers and external vendors to stick to a versioning convention
> for the various war, jar and ear files that are deployed.
>
> The idea has been suggested that we should have the vendor/developer
> ship a "release" file with version information in the root of the
> archive file. However I am thinking that there is a standard
> versioning specification, as most published libraries include a
> "Implementation-Version" attribute in the MANIFEST.MF. But I can't
> seem to find a specification or reference for it. I guess that I might
> just be searching for a topic for which there is a lot of competition
> for keywords...


<http://java.sun.com/j2se/1.5.0/docs/....html#Manifest
Specification>

Dan


--
Daniel Dyer
http://www.uncommons.org
 
Reply With Quote
 
 
 
 
Thomas Fritsch
Guest
Posts: n/a
 
      02-02-2007
thebad1 wrote:
> However I am thinking that there is a standard
> versioning specification, as most published libraries include a
> "Implementation-Version" attribute in the MANIFEST.MF. But I can't
> seem to find a specification or reference for it.


It is in the "JAR File Specification" (paragraph "Main Attributes")
http://java.sun.com/j2se/1.5.0/docs/...n%20Attributes

--
Thomas
 
Reply With Quote
 
thebad1
Guest
Posts: n/a
 
      02-02-2007

> It is in the "JAR File Specification" (paragraph "Main Attributes")http://java.sun.com/j2se/1.5.0/docs/...n%20Attributes


Thanks for both of those rapid answers... However I am still slightly
confused by the document. Am I right in saying that "Implementation-
Version" corresponds to 1.0, for web application packaged in a war
file for release 1.0 of a web application? And the same for say, an
EAR archive?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
non-EJB (EAR file) communicating to web service (EAR file) crash.test.dummy Java 0 03-16-2007 02:31 PM
Sirius Satellite Radio and Howard Stern Go Ear to Ear with XM Silverstrand Front Page News 0 02-15-2006 04:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57