[jboss-jira] [JBoss JIRA] Created: (JBAS-7718) Property values not substituted in MANIFEST.MF of jbossall-client.jar
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Feb 10 09:47:10 EST 2010
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
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
More information about the jboss-jira
mailing list