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/14 21:48:20 UTC

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

Author: jneeraj
Date: Thu Feb 14 13:48:17 2008
New Revision: 627881

URL: http://svn.apache.org/viewvc?rev=627881&view=rev
Log:
1. Updated news section with cimspl
2. Added instructions to build cimsplclient side

Modified:
    incubator/imperius/site/build/site/en/community/contribute.html
    incubator/imperius/site/build/site/en/docs/spl_reference.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=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/build/site/en/community/contribute.html (original)
+++ incubator/imperius/site/build/site/en/community/contribute.html Thu Feb 14 13:48:17 2008
@@ -150,6 +150,9 @@
 <li>
 <a href="#buildeditor"> Build the SPL Editor </a>
 </li>
+<li>
+<a href="#buildcimsplclient"> Build CIM-SPL Client Side provider </a>
+</li>
 </ul>
 </li>
 <li>
@@ -206,11 +209,11 @@
 <p>
 				     Once you have installed these three applications, simply download the 
 				     <a href="http://svn.apache.org/viewvc/incubator/imperius/trunk/build.xml?view=co">build </a> file to a directory where you'd like to create the 
-				     Imperius distribution and run ant from that directory. The build will use the Subversion client to pull down the latest files from the 
+				     Imperius distribution and run <strong> ant </strong> from that directory. The build will use the Subversion client to pull down the latest files from the 
 				     Imperius repository (subsequent runs of the build will use your local copy of the files). When the build is complete, you can find the distribution
 				     archives in /dist. 
 	  			  </p>
-<a name="N1005F"></a><a name="buildeditor"></a>
+<a name="N10062"></a><a name="buildeditor"></a>
 <h3 class="boxed"> Build the SPL Editor </h3>
 <p>	To build the SPL Editor: </p>
 <ol>
@@ -221,14 +224,35 @@
 		  		
 </li>
 		  		
-<li> Make sure ANTLR_HOME is set </li>
+<li> Make sure <strong> ANTLR_HOME </strong> is set </li>
 		  		
-<li> Run <strong> ant all </strong> to build both the runtime and the editor </li>
+<li> Run <strong> ant javaspl.runtime.editor </strong> to build both the runtime and the editor </li>
 		  	
 </ol>
+<a name="N10081"></a><a name="buildcimsplclient"></a>
+<h3 class="boxed"> Build CIM-SPL Client Side 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>In the trunk directory issue the command <strong>ant cimspl.runtime </strong>
+</li>
+		
+</ol>
 </div>
     
-<a name="N1007C"></a><a name="eclipsedev"></a>
+<a name="N100A5"></a><a name="eclipsedev"></a>
 <h2 class="boxed">Developing with Eclipse</h2>
 <div class="section">
 <p>
@@ -241,7 +265,7 @@
 <p>
 	 Next, follow the steps below to configure eclipse for the specific Imperius binding you need.
 	</p>
-<a name="N10093"></a><a name="eclipsejavaspl"></a>
+<a name="N100BC"></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/docs/spl_reference.html
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/site/en/docs/spl_reference.html?rev=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/build/site/en/docs/spl_reference.html (original)
+++ incubator/imperius/site/build/site/en/docs/spl_reference.html Thu Feb 14 13:48:17 2008
@@ -1674,8 +1674,7 @@
 <ul>
     
 <li>
-<a href="http://www.dmtf.org/standards/published_documents/DSP0231.pdf">CIM-SPL Specification</a> 
-</li>
+<a href="http://www.dmtf.org/standards/published_documents/DSP0231.pdf">CIM-SPL Specification</a> The CIM-SPL specification</li>
 	
 </ul>
 </div>

Modified: incubator/imperius/site/build/site/en/index.html
URL: http://svn.apache.org/viewvc/incubator/imperius/site/build/site/en/index.html?rev=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/build/site/en/index.html (original)
+++ incubator/imperius/site/build/site/en/index.html Thu Feb 14 13:48:17 2008
@@ -195,12 +195,17 @@
 </p>
 <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> 
 <strong> Coming Soon  </strong> 
 </p>
-<p> Imperius with CIM binding</p>
+<p> CIM-SPL Processor running as a provider</p>
+<p> CIM-SPL Editor </p>
 </div>
     
-<a name="N1002E"></a><a name="overview"></a>
+<a name="N1003A"></a><a name="overview"></a>
 <h2 class="boxed">Overview</h2>
 <div class="section">
 <p>
@@ -217,7 +222,7 @@
        </p>
 </div>
      
-<a name="N10043"></a><a name="features"></a>
+<a name="N1004F"></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=627881&r1=627880&r2=627881&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=627881&r1=627880&r2=627881&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=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/build/tmp/projfilters.properties (original)
+++ incubator/imperius/site/build/tmp/projfilters.properties Thu Feb 14 13:48:17 2008
@@ -1,22 +1,22 @@
 #Ant properties
-#Tue Feb 05 14:25:36 EST 2008
+#Thu Feb 14 16:46:08 EST 2008
 project.sitemap=src/documentation/sitemap.xmap
-project.war=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\my-project.war
+project.war=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\my-project.war
 project.name=my-project
-project.brokenlinkfile=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\tmp\\brokenlinks.xml
+project.brokenlinkfile=C\:\\neeraj\\spl\\workspace\\imperius-final2\\site\\build\\tmp\\brokenlinks.xml
 project.stylesheets-dir=src/documentation/resources/stylesheets
-project.webapp=C\:\\neeraj\\spl\\workspace\\imperius-final\\site\\build\\webapp
+project.webapp=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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-final\\site/build/tmp
+project.temp-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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-final\\site/build
+project.build-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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-final\\site\\build\\tmp\\cocoon-work
+project.cocoon-work-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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-final\\site\\build\\site\\en
+project.site-dir=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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-final\\site
+project.home=C\:\\neeraj\\spl\\workspace\\imperius-final2\\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=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml (original)
+++ incubator/imperius/site/src/documentation/content/xdocs/community/contribute.xml Thu Feb 14 13:48:17 2008
@@ -28,16 +28,16 @@
 	</p>      
 	   <ol>
 		<li>
-			    <strong> Web Access:  </strong> The code repository can be browsed <a href="http://svn.apache.org/viewvc/incubator/imperius/"> here </a>
+			    <strong> Web Access:  </strong> The code repository can be browsed <a href="http://svn.apache.org/viewvc/incubator/imperius/"> here </a>
 		</li>
 		<li>
 			    <strong> Anonymous SVN:  </strong> SVN URL for anonymous users is http://svn.apache.org/repos/asf/incubator/imperius
-			    Instructions for anonymous access are <a href="http://www.apache.org/dev/version-control.html#anon-svn"> here </a>.
+			    Instructions for anonymous access are <a href="http://www.apache.org/dev/version-control.html#anon-svn"> here </a>.
 		</li>
 		<li>
 			    <strong> Committer SVN: </strong>  SVN URL for committers is https://svn.apache.org/repos/asf/incubator/imperius
 			    Instructions for committer access are <a href="http://www.apache.org/dev/version-control.html#https-svn"> here </a>
-		</li>    
+		</li>    
 	 </ol>
        
     </section>
@@ -53,7 +53,7 @@
 			      <p>
 				     Once you have installed these three applications, simply download the 
 				     <a href="http://svn.apache.org/viewvc/incubator/imperius/trunk/build.xml?view=co">build </a> file to a directory where you'd like to create the 
-				     Imperius distribution and run ant from that directory. The build will use the Subversion client to pull down the latest files from the 
+				     Imperius distribution and run <strong> ant </strong> from that directory. The build will use the Subversion client to pull down the latest files from the 
 				     Imperius repository (subsequent runs of the build will use your local copy of the files). When the build is complete, you can find the distribution
 				     archives in /dist. 
 	  			  </p>
@@ -67,10 +67,24 @@
 		  		To do this on a command prompt run 		  	
 		  		<strong> mvn eclipse:make-artifacts -DeclipseDir= &lt; ECLIPSE_HOME &gt; </strong>
 		  		</li>
-		  		<li> Make sure ANTLR_HOME is set </li>
-		  		<li> Run <strong> ant all </strong> to build both the runtime and the editor </li>
+		  		<li> Make sure <strong> ANTLR_HOME </strong> is set </li>
+		  		<li> Run <strong> ant javaspl.runtime.editor </strong> to build both the runtime and the editor </li>
 		  	</ol>
 		</section>
+		<section id="buildcimsplclient">
+		<title> Build CIM-SPL Client Side 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>In the trunk directory issue the command <strong>ant cimspl.runtime </strong></li>
+		</ol>	
+		</section>
     </section>
     <section id="eclipsedev">
       <title>Developing with Eclipse</title>
@@ -87,16 +101,16 @@
 	     <section id="eclipsejavaspl">
 	     <title> Set up Eclipse for Imperius with Java binding (JavaSPL) </title>
 	     <ol>
-	     	     <li>  Explore to /trunk/modules and select <strong> imperius-splcore  </strong> and <strong> imperius-javaspl  </strong> modules. Click Next. </li>
+	     	     <li>  Explore to /trunk/modules and select <strong> imperius-splcore  </strong> and <strong> imperius-javaspl  </strong> modules. Click Next. </li>
 		     <li> Select the option to create a Java project for each directory (module) and click Finish. Subversion will now download the 
-			       code into the appropriate eclipse projects </li>
+			       code into the appropriate eclipse projects </li>
 		      <li>  The projects will not compile as the required libraries are missing. To fix this
 	      		      <ul>
 				      <li> Add the <strong> $ANTLR_HOME/lib/antlr.jar </strong> downloaded earlier to the classpath  for  <strong> imperius-splcore </strong> project </li>
 				      <li> Add <strong> imperius-splcore  </strong> project as a dependency for <strong> imperius-javaspl </strong> </li>
-			     </ul>      
+			     </ul>      
 			</li> 
-			<li>	Make sure you refresh all projects to force a recompilation </li>
+			<li>	Make sure you refresh all projects to force a recompilation </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=627881&r1=627880&r2=627881&view=diff
==============================================================================
--- incubator/imperius/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/imperius/site/src/documentation/content/xdocs/index.xml Thu Feb 14 13:48:17 2008
@@ -13,9 +13,11 @@
       <p> Imperius  with Java binding is now available! </p>
       <p> <strong> January 2008 </strong> </p>
       <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> <strong> Coming Soon  </strong> </p>
-      <p> Imperius with CIM binding</p>
+      <p> CIM-SPL Processor running as a provider</p>
+      <p> CIM-SPL Editor </p>
       
     </section>
     <section id="overview">