[
http://jira.jboss.com/jira/browse/JBSEAM-882?page=comments#action_12354682 ]
Carsten H?hne commented on JBSEAM-882:
--------------------------------------
In build.xml whereever a jar file is generated these lines need a change
<manifest>
<attribute name="Seam-Version"
value="${version}.${patchlevel}"/>
</manifest>
into this
<manifest>
<attribute name="Seam-Version"
value="${version}.${patchlevel}"/>
<attribute name="Implementation-Version"
value="${version}.${patchlevel}"/>
</manifest>
This would make life easier to report automatically Seam version used. And Implemantation
vendor could also be added.
Change MANIFEST entry Seam-Version to Implementation-Version
------------------------------------------------------------
Key: JBSEAM-882
URL:
http://jira.jboss.com/jira/browse/JBSEAM-882
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.1.6.GA
Reporter: Carsten H?hne
Priority: Trivial
I would like to include the version of seam automatically in some kind of version
reports.
I have found the manifest specification here
http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Manifest Specification
It would be nice if the (aditional) attribute Implementation-Version could be found in
the Manifest of the next Seam release. Possible adding also Impementation-Vendor.
With this information present i can complete my version status info.
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira