[
https://issues.jboss.org/browse/TEIID-1982?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-1982:
-------------------------------------
Which plug-in is this?
RHQ plugin for admin console is added as a JAR, to the Admin Console directory. The client
jar is already in the "lib".
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
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira