Hi, I just dl-ed CIMOM 0.95c to my VisualAge4.0 & tried compiling but it lists down 142 errors. The main ones (that is getting listed quite a number of times again & again) are:
1. Variable named Version.major is not defined.
Do I need to create this Java file called Version.java ???
2. The type named XmlDocument is not defined or com.sun.xml.tree.XmlDocument is not visible;
Where can I download the *.jar file appropriate to this???
Thanx. ===>Pras
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I shud 've been a lil more spcfc in my prev mail, sorry, here I go again. We have a Java product which bundles the cimom along with it and runs the CIMOM as a Windows Service. The Provider runs in the context of the CIMOM, by this I mean, we made some modifications to the existing cimom in its main() method for registering our provider and adding qualifiers to it and to create a specific namespace. Now we wanna migrate to this 0.95c cimom which is SMI-compliant. We are thinkin' of writing a SMI-based Provider down the line but as of now we just wanna replace the existing cimom with 0.95c, change its main() method may be to suit our purpose.
Being said that, I downloaded the src code for 0.95c and I've got com.sun.wbem.*packages & java.wbem.javax.wbem.*packages with me as source code. I tried compiling this thingy but it didn't work. What do ya think I'm supposed to do in addition to the existing code to make it run individually. But, I tried building the Wbemservices executable from src using ANT and it worked just fine. BOTTOM LINE is: how do I link my existing Provider to 0.95c CIMOM and how do I compile 0.95c and the src code I've does it represent all of it or am I missing something. Thanx in advnc. ==+>Pras
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I just dl-ed CIMOM 0.95c to my VisualAge4.0 & tried compiling but it lists down 142 errors. The main ones (that is getting listed quite a number of times again & again) are:
1. Variable named Version.major is not defined.
Do I need to create this Java file called Version.java ???
2. The type named XmlDocument is not defined or com.sun.xml.tree.XmlDocument is not visible;
Where can I download the *.jar file appropriate to this???
Thanx. ===>Pras
The source will not build directly from your IDE. Instead, you run the ant_build script which creates some Version.java files that are needed.
I shud 've been a lil more spcfc in my prev mail, sorry, here I go again. We have a Java product which bundles the cimom along with it and runs the CIMOM as a Windows Service. The Provider runs in the context of the CIMOM, by this I mean, we made some modifications to the existing cimom in its main() method for registering our provider and adding qualifiers to it and to create a specific namespace. Now we wanna migrate to this 0.95c cimom which is SMI-compliant. We are thinkin' of writing a SMI-based Provider down the line but as of now we just wanna replace the existing cimom with 0.95c, change its main() method may be to suit our purpose.
Being said that, I downloaded the src code for 0.95c and I've got com.sun.wbem.*packages & java.wbem.javax.wbem.*packages with me as source code. I tried compiling this thingy but it didn't work. What do ya think I'm supposed to do in addition to the existing code to make it run individually. But, I tried building the Wbemservices executable from src using ANT and it worked just fine. BOTTOM LINE is: how do I link my existing Provider to 0.95c CIMOM and how do I compile 0.95c and the src code I've does it represent all of it or am I missing something. Thanx in advnc. ==+>Pras