You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by jn...@apache.org on 2008/02/20 22:00:16 UTC

svn commit: r629630 - in /incubator/imperius/site: build/site/en/ build/site/en/community/ build/tmp/ build/tmp/cocoon-work/cache-dir/ src/documentation/content/xdocs/ src/documentation/content/xdocs/community/

Author: jneeraj
Date: Wed Feb 20 14:00:09 2008
New Revision: 629630

URL: http://svn.apache.org/viewvc?rev=629630&view=rev
Log:
Updated the build section for cimspl provider 
Updated the news section

Modified:
    incubator/imperius/site/build/site/en/community/contribute.html
    incubator/imperius/site/build/site/en/index.html
    incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data
    incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index
    incubator/imperius/site/build/tmp/projfilters.properties
    incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml
    incubator/imperius/site/src/documentation/content/xdocs/index.xml

Modified: incubator/imperius/site/build/site/en/community/contribute.html
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/site/en/community/contribute.html?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
--- incubator/imperius/site/build/site/en/community/contribute.html (original)
+++ incubator/imperius/site/build/site/en/community/contribute.html Wed Feb 20 14:00:09 2008
@@ -153,6 +153,9 @@
 <li>
 <a href="#buildcimsplclient"> Build CIM-SPL Client Side provider </a>
 </li>
+<li>
+<a href="#buildcimspl"> Build CIM-SPL Provider </a>
+</li>
 </ul>
 </li>
 <li>
@@ -246,13 +249,43 @@
 			
 </li>
 			
+<li>In the trunk directory issue the command <strong>ant cimspl.clientside.runtime </strong>
+</li>
+		
+</ol>
+<a name="N100A4"></a><a name="buildcimspl"></a>
+<h3 class="boxed"> Build CIM-SPL Provider </h3>
+<ol>
+			
+<li> Install the pre-requisites listed above then download the <a href="http://sblim.wiki.sourceforge.net/CimClient">SBLIM CIM Java client
+				jars </a> 
+</li>
+			
+<li>  Next download and install a CIM Server like <a href="http://www.openpegasus.org">OpenPegasus 2.7.x </a>
+				(Note: As the Client side provider uses the SBLIM jars any compatible CIM Server an be used)
+			</li>
+			
+<li> Install the SBLIM jar into the Maven local repository using the following commands
+				<strong>mvn install:install-file -Dfile=c:/sblim.jar -DgroupId=sblim -DartifactId=sblimCIMClient -Dversion=1.0.0 -Dpackaging=jar</strong>
+			
+</li>
+			
+<li> Install the JMPIImpl.jar found in &lt;PEGASUS_HOME&gt;/lib folder using the following command
+					<strong> mvn install:install-file -Dfile=&lt;PEGASUS_HOME&gt;/lib/JMPIImpl.jar -DgroupId=openpegasus 
+    						-DartifactId=jmpiimpl -Dversion=1.0.0 -Dpackaging=jar </strong> 
+</li>
+			
+			
 <li>In the trunk directory issue the command <strong>ant cimspl.runtime </strong>
 </li>
+			
+<li> Refer to the README under the imperius-cimsplprovider folder for instructions on registering the
+			provider with a CIM server</li>
 		
 </ol>
 </div>
     
-<a name="N100A5"></a><a name="eclipsedev"></a>
+<a name="N100D1"></a><a name="eclipsedev"></a>
 <h2 class="boxed">Developing with Eclipse</h2>
 <div class="section">
 <p>
@@ -265,7 +298,7 @@
 <p>
 	 Next, follow the steps below to configure eclipse for the specific Imperius binding you need.
 	</p>
-<a name="N100BC"></a><a name="eclipsejavaspl"></a>
+<a name="N100E8"></a><a name="eclipsejavaspl"></a>
 <h3 class="boxed"> Set up Eclipse for Imperius with Java binding (JavaSPL) </h3>
 <ol>
 	     	     

Modified: incubator/imperius/site/build/site/en/index.html
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/site/en/index.html?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
--- incubator/imperius/site/build/site/en/index.html (original)
+++ incubator/imperius/site/build/site/en/index.html Wed Feb 20 14:00:09 2008
@@ -198,14 +198,15 @@
 <strong> February 2008 </strong> 
 </p>
 <p> Client side (non-provider) CIM-SPL Processor now available! </p>
+<p> CIM-SPL Processor running as a CIM provider now available</p>
 <p> 
 <strong> Coming Soon  </strong> 
 </p>
-<p> CIM-SPL Processor running as a provider</p>
 <p> CIM-SPL Editor </p>
+<p> Policy execution simulator </p>
 </div>
     
-<a name="N1003A"></a><a name="overview"></a>
+<a name="N1003D"></a><a name="overview"></a>
 <h2 class="boxed">Overview</h2>
 <div class="section">
 <p>
@@ -222,7 +223,7 @@
        </p>
 </div>
      
-<a name="N1004F"></a><a name="features"></a>
+<a name="N10052"></a><a name="features"></a>
 <h2 class="boxed"> Features </h2>
 <div class="section">
 <p> Apache Imperius 1.0.0 features include </p>

Modified: incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/imperius/site/build/tmp/projfilters.properties
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/tmp/projfilters.properties?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
--- incubator/imperius/site/build/tmp/projfilters.properties (original)
+++ incubator/imperius/site/build/tmp/projfilters.properties Wed Feb 20 14:00:09 2008
@@ -1,22 +1,22 @@
 #Ant properties
-#Thu Feb 14 16:46:08 EST 2008
+#Wed Feb 20 16:27:06 EST 2008
 project.sitemap=src/documentation/sitemap.xmap
-project.war=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\my-project.war
+project.war=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\my-project.war
 project.name=my-project
-project.brokenlinkfile=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\tmp\\brokenlinks.xml
+project.brokenlinkfile=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\tmp\\brokenlinks.xml
 project.stylesheets-dir=src/documentation/resources/stylesheets
-project.webapp=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\webapp
+project.webapp=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\webapp
 project.skinconf=src/documentation/skinconf.xml
 project.debuglevel=ERROR
 project.skin=pelt
 project.configfile=C\:\\neeraj\\downloads\\apacheprojects\\apache-forrest-0.8\\main\\webapp/WEB-INF/cli.xconf
 project.images-dir=src/documentation/resources/images
 project.conf-dir=src/documentation/conf
-project.temp-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site/build/tmp
+project.temp-dir=C\:\\neeraj\\spl\\workspace\\imperius-final\\site/build/tmp
 project.translations-dir=src/documentation/translations
 project.menu-scheme=tab_attributes
 project.lib-dir=src/documentation/lib
-project.build-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site/build
+project.build-dir=C\:\\neeraj\\spl\\workspace\\imperius-final\\site/build
 project.classes-dir=src/documentation/classes
 project.resources-dir=src/documentation/resources
 project.grammars-dir=src/documentation/resources/grammars
@@ -24,7 +24,7 @@
 project.sitemap-dir=src/documentation
 project.required.plugins.src=C\:\\neeraj\\downloads\\apacheprojects\\apache-forrest-0.8/plugins,C\:\\neeraj\\downloads\\apacheprojects\\apache-forrest-0.8/whiteboard/plugins
 project.logger=debug
-project.cocoon-work-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\tmp\\cocoon-work
+project.cocoon-work-dir=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\tmp\\cocoon-work
 project.schema-dir=src/documentation/resources/schema
 project.status=status.xml
 project.xdocs-dir=src/documentation/content/xdocs
@@ -33,9 +33,9 @@
 project.skins-dir=src/documentation/skins
 project.i18n=true
 project.catalog=src/documentation/resources/schema/catalog.xcat
-project.site-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\site\\en
+project.site-dir=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\site\\en
 project.site=site
 project.raw-content-dir=src/documentation/content
 project.content-dir=src/documentation
 project.logkitfile=C\:\\neeraj\\downloads\\apacheprojects\\apache-forrest-0.8\\main\\webapp/WEB-INF/logkit.xconf
-project.home=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site
+project.home=C\:\\neeraj\\spl\\workspace\\imperius-final\\site

Modified: incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
--- incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml (original)
+++ incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml Wed Feb 20 14:00:09 2008
@@ -82,7 +82,27 @@
 			<li> Install the SBLIM jar into the Maven local repository using the following commands
 				<strong>mvn install:install-file -Dfile=c:/sblim.jar -DgroupId=sblim -DartifactId=sblimCIMClient -Dversion=1.0.0 -Dpackaging=jar</strong>
 			</li>
+			<li>In the trunk directory issue the command <strong>ant cimspl.clientside.runtime </strong></li>
+		</ol>	
+		</section>
+		<section id="buildcimspl">
+		<title> Build CIM-SPL Provider </title>
+		<ol>
+			<li> Install the pre-requisites listed above then download the <a href="http://sblim.wiki.sourceforge.net/CimClient">SBLIM CIM Java client
+				jars </a> </li>
+			<li>  Next download and install a CIM Server like <a href="http://www.openpegasus.org">OpenPegasus 2.7.x </a>
+				(Note: As the Client side provider uses the SBLIM jars any compatible CIM Server an be used)
+			</li>
+			<li> Install the SBLIM jar into the Maven local repository using the following commands
+				<strong>mvn install:install-file -Dfile=c:/sblim.jar -DgroupId=sblim -DartifactId=sblimCIMClient -Dversion=1.0.0 -Dpackaging=jar</strong>
+			</li>
+			<li> Install the JMPIImpl.jar found in &lt;PEGASUS_HOME&gt;/lib folder using the following command
+					<strong> mvn install:install-file -Dfile=&lt;PEGASUS_HOME&gt;/lib/JMPIImpl.jar -DgroupId=openpegasus 
+    						-DartifactId=jmpiimpl -Dversion=1.0.0 -Dpackaging=jar </strong> </li>
+			
 			<li>In the trunk directory issue the command <strong>ant cimspl.runtime </strong></li>
+			<li> Refer to the README under the imperius-cimsplprovider folder for instructions on registering the
+			provider with a CIM server</li>
 		</ol>	
 		</section>
     </section>

Modified: incubator/imperius/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/site/src/documentation/content/xdocs/index.xml?rev=629630&r1=629629&r2=629630&view=diff
==============================================================================
--- incubator/imperius/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/imperius/site/src/documentation/content/xdocs/index.xml Wed Feb 20 14:00:09 2008
@@ -15,9 +15,11 @@
       <p> Eclipse based tooling for Imperius now available! </p>
       <p> <strong> February 2008 </strong> </p>
       <p> Client side (non-provider) CIM-SPL Processor now available! </p>
+      <p> CIM-SPL Processor running as a CIM provider now available</p>
       <p> <strong> Coming Soon  </strong> </p>
-      <p> CIM-SPL Processor running as a provider</p>
+
       <p> CIM-SPL Editor </p>
+      <p> Policy execution simulator </p>
       
     </section>
     <section id="overview">