You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2006/12/28 04:35:02 UTC

svn commit: r490639 - /maven/continuum/branches/key-based-refactor/continuum-model/README.txt

Author: rinku
Date: Wed Dec 27 19:35:01 2006
New Revision: 490639

URL: http://svn.apache.org/viewvc?view=rev&rev=490639
Log:
o  Added instructions for running jpox tools on model.

Added:
    maven/continuum/branches/key-based-refactor/continuum-model/README.txt   (with props)

Added: maven/continuum/branches/key-based-refactor/continuum-model/README.txt
URL: http://svn.apache.org/viewvc/maven/continuum/branches/key-based-refactor/continuum-model/README.txt?view=auto&rev=490639
==============================================================================
--- maven/continuum/branches/key-based-refactor/continuum-model/README.txt (added)
+++ maven/continuum/branches/key-based-refactor/continuum-model/README.txt Wed Dec 27 19:35:01 2006
@@ -0,0 +1,23 @@
+
+-------------------------------------
+Running JPOX tools on Continuum model
+-------------------------------------
+
+1) To enhance Continuum model classes:
+   
+   1-1) Open a terminal/command prompt window.
+   
+   1-2) Change directory to 'continuum-model' directory.
+   
+   1-3) Run the following command
+   
+        >  mvn clean compile jpox:enhance
+        
+        
+2) To generate DB schema for Continuum model to a file:
+
+    2-1)  Follow (1-1) and (1-2) above
+    
+    2-2)  Run the following command
+    
+          >  mvn jpox:schema -Pddl
\ No newline at end of file

Propchange: maven/continuum/branches/key-based-refactor/continuum-model/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/branches/key-based-refactor/continuum-model/README.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"