]
Steven Hawkins resolved TEIID-1982.
-----------------------------------
Fix Version/s: 7.7
7.4.1
Resolution: Done
Marking as resolved. The changes have been forward merged to 8.x. Any additional work
can be done there.
When packaging the rhq admin console jar for the jboss kit, add the
teiid-client.jar contents to it
---------------------------------------------------------------------------------------------------
Key: TEIID-1982
URL:
https://issues.jboss.org/browse/TEIID-1982
Project: Teiid
Issue Type: Task
Components: Build/Kits
Affects Versions: 7.4.1, 7.7.1, 8.0
Reporter: Van Halbert
Assignee: Van Halbert
Fix For: 7.7, 7.4.1
This is a fix being pushed up stream. When the admin console rhq jar is being packaged
into the jboss kit, it needs the teiid-client.jar added to it.
Here's the pom.xml changes being submitted as an example:
<mkdir dir="target/work/rhqrepackage" />
<!-- repackage the jon console jar to include the teiid client jar
-->
<jar
destfile="target/work/rhqrepackage/rhq-teiid-plugin-SOA-${project.version}.jar">
<zipfileset
src="target/work/teiid/resources/runtime/deploy/admin-console.war/plugins/rhq-teiid-plugin-SOA-${project.version}.jar"
excludes="META-INF/**.RSA,META-INF/**.SF"/>
<zipfileset
src="target/work/teiid/client/teiid-client.jar"
excludes="META-INF/**.RSA,META-INF/**.SF"/>
</jar>
<copy
file="target/work/rhqrepackage/rhq-teiid-plugin-SOA-${project.version}.jar"
tofile="target/work/teiid/resources/runtime/deploy/admin-console.war/plugins/rhq-teiid-plugin-SOA-${project.version}.jar"
overwrite="true" />
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: