You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-user@incubator.apache.org by 曹艳明 <br...@163.com> on 2009/04/27 09:05:16 UTC

about SPL editor



HI,
I have downloaded the pegasus-2.7.1 which is coded in C++ from the site http://www.openpegasus.org/ . And I ran make commond successfully.Then I ran 'make build' commond successfully. But I can't find the the JMPIImpl.jar in  <PEGASUS_HOME>/lib.
Is there anything wrong with my steps?
I sincerely look foward to your reply.Thank you very much!

Re: apache imperius

Posted by Neeraj Joshi <jn...@us.ibm.com>.
Hello,

Imperius doesn't have an official release yet so you have to download the 
source and build it yourself. Instructions for downloading and building 
can be found here
http://incubator.apache.org/imperius/community/contribute.html

Thanks
Neeraj
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"The light at the end of the tunnel...may be you"

 
Neeraj Joshi
WebSphere XD - Compute Grid
AIM, IBM
Apache Imperius - http://incubator.apache.org/imperius
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



From:
smaili@irit.fr
To:
imperius-user@incubator.apache.org
Date:
04/29/2009 03:28 AM
Subject:
apache imperius



hello,

  I work with CIM-SPL abd i need to download apache imperius, please can
you show me the link to download this,

 in the site (http://incubator.apache.org/imperius), is not available

 Thank you for your help

Best regards

A.SMAILI





apache imperius

Posted by sm...@irit.fr.
hello,

  I work with CIM-SPL abd i need to download apache imperius, please can
you show me the link to download this,

 in the site (http://incubator.apache.org/imperius), is not available

 Thank you for your help

Best regards

A.SMAILI



Re: about SPL editor

Posted by Neeraj Joshi <jn...@us.ibm.com>.
Hello,
You need to build the java providers. Please refer to the readme.jmpi file 
in the Pegasus downloads
You need to set environment variables to get the java providers built. 
Here is a sample

set PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=true
set PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER=true
set PEGASUS_DEBUG=1
set JAVA_SDK=C:/j2sdk1.4.2_16
set JAVA_SDKINC=%JAVA_SDK%/include
set LD_LIBRARY_PATH=%PEGASUS_HOME%/lib;%JAVA_SDK%/jre/lib/i386/
set PATH=%JAVA_SDK%/bin;%PATH%
set CLASSPATH=%PEGASUS_ROOT%/src/Pegasus/ProviderManager2/JMPI
set PATH=%PEGASUS_HOME%/bin;%PATH%
set PEGASUS_ROOT=c:/neeraj/spl/pegasus/pegasus
set LD_ASSUME_KERNEL=2.2.5
cd %PEGASUS_HOME%
set PEGASUS_JVM=sun

The pegasus mailing list folks should be able to help you out on this

Thanks
Neeraj
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"The light at the end of the tunnel...may be you"

 
Neeraj Joshi
WebSphere XD - Compute Grid
AIM, IBM
Apache Imperius - http://incubator.apache.org/imperius
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



From:
曹艳明 <br...@163.com>
To:
imperius-user <im...@incubator.apache.org>
Date:
04/27/2009 05:05 AM
Subject:
about SPL editor






HI,
I have downloaded the pegasus-2.7.1 which is coded in C++ from the site 
http://www.openpegasus.org/ . And I ran make commond successfully.Then I 
ran 'make build' commond successfully. But I can't find the the 
JMPIImpl.jar in  <PEGASUS_HOME>/lib.
Is there anything wrong with my steps?
I sincerely look foward to your reply.Thank you very much!