[
https://jira.jboss.org/jira/browse/JBAS-7718?page=com.atlassian.jira.plug...
]
jaikiran pai updated JBAS-7718:
-------------------------------
Environment: AS trunk r100789
Property values not substituted in MANIFEST.MF of
jbossall-client.jar
---------------------------------------------------------------------
Key: JBAS-7718
URL:
https://jira.jboss.org/jira/browse/JBAS-7718
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Build System
Environment: AS trunk r100789
Reporter: jaikiran pai
Assignee: Paul Gier
Fix For: JBossAS-6.0.0.M2
The latest AS trunk build is generating the JBOSS_HOME/client/jbossall-client.jar
MANIFEST.MF with unsubstituted property values:
...
Specification-Title: ${specification.title}
Specification-Version: ${specification.version}
Specification-Vendor: ${specification.vendor}
Implementation-Title: ${implementation.title}
Implementation-Version: ${implementation.version}
Implementation-Vendor: ${implementation.vendor}
Implementation-Vendor-Id: ${implementation.vendor.id}
...//rest of it
The property values don't seem to be set in the build process. Please refer to the
referenced forum thread for the details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira