Re: RPMMakefile -- Where are the JMPI jars ??
Surendra Kodali <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF4F3B6552.F7979326-ON652576E9.00217672-652576E9.00232061@in.ibm.com> |
By default RPMMakefile wont build JMPI relted code. If you want to build
JMPI code edit RPMMakefile and then replace the following for createBINRPM
target.
@$(RPMBUILD) -bb --define 'LINUX_VERSION $(PEGASUS_DISTRO_SUFFIX)'
--define 'PEGASUS_BUILD_TEST_RPM 1' --define 'JMPI_PROVIDER_REQUESTED 1'
$(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
instead of
@$(RPMBUILD) -bb --define 'LINUX_VERSION $(PEGASUS_DISTRO_SUFFIX)'
--define 'PEGASUS_BUILD_TEST_RPM 1'
$(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
Regards
Surendra
John Robinson
<[email protected]
m> To
[email protected]
16/03/2010 21:35 cc
Subject
RPMMakefile -- Where are the JMPI
jars ??
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 ?