[jboss-dev-forums] [JBoss Build System Development] New message: "AS trunk, jbossall-client.jar MANIFEST.MF - Property values not being set"
jaikiran pai
do-not-reply at jboss.com
Wed Feb 10 03:51:31 EST 2010
JBoss development,
A new message was posted in the thread "AS trunk, jbossall-client.jar MANIFEST.MF - Property values not being set":
http://community.jboss.org/message/525321#525321
Author : jaikiran pai
Profile : http://community.jboss.org/people/jaikiran
Message:
--------------------------------------------------------------
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
Looking at the build/build.xml i don't see where the values for these properties are being set (i haven't looked into much details, though).
On a related note, the Classpath entries in that MANIFEST.MF - is it expected to contain entries of all jars that's present in JBOSS_HOME/client folder? Or what's the criteria of adding a Classpath entry in MANIFEST.MF? I see that many jars present in JBOSS_HOME/client are missing from that list.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/525321#525321
More information about the jboss-dev-forums
mailing list