Re: RPMMakefile -- Where are the JMPI jars ??
Surendra Kodali <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF2C259A79.CC7F6453-ON652576E9.0022E38C-652576E9.0023327B@in.ibm.com> |
For enabling Interop provider functionality, You have to replace the
following line in env_var_Linux.status file
PEGASUS_ENABLE_INTEROP_PROVIDER=true
instead of
PEGASUS_ENABLE_INTEROP_PROVIDER=false
Regards
Surendra
John Robinson
<[email protected]
m> To
[email protected]
17/03/2010 02:04 cc
Subject
Re: RPMMakefile -- Where are the
JMPI jars ??
A closer review of the generated RPMs shows that the InteropProvider is
also missing from the RPM even though it was built by RPMMakefile.
I presume the RPMMakefile is really only for the env_var_Linux.status file
as given, without any customizations (such as an Interop namespace, JMPI,
etc.).
On Tue, Mar 16, 2010 at 12:05 PM, John Robinson <[email protected]> wrote:
Reviewing the build done by RPMMakefile shows that it generates the Jar
files associated with the JMPI portion of the build. I have searched
through the RPMs generated and cannot find any of the Java components
that were build.
Can anyone help me with this? Does the JMPI portions have to handled
outside of the RPMMakefile ?