Salome HOME
README is updated for building on Linux
authorbri <bri@opencascade.com>
Wed, 3 Apr 2013 14:20:45 +0000 (14:20 +0000)
committerbri <bri@opencascade.com>
Wed, 3 Apr 2013 14:20:45 +0000 (14:20 +0000)
Workspace/README

index 4a70092f32cb259ec0d272e89e6b4a61adbc8102..9272d3c8b382a77bf75251cc0ce9aedf47a0e7ed 100644 (file)
@@ -19,9 +19,8 @@ cvs -d :pserver:bri@cvs.opencascade.com:/home/server/cvs/SIMAN checkout  SIMAN_S
 3. Build SIMAN java libraries and web archive siman.war
 
 - go to the directory SIMAN
-- adjust JDBC properties to required RDBMS (MySQL or PostgreSQL) in the file conf\release.properties
-- adjust paths to ANT bin folder and JAVA_HOME in the file build-war.bat
-- run script build-war.bat
+- adjust paths to ANT bin folder, JAVA_HOME and required RDBMS (MySQL or PostgreSQL) in the file build-war.bat or build-war.sh
+- run script build-war.bat or build-war.sh
 - the result web archive siman.war is created in sub-directory dist
 
 The examples of "# Connection properties" of release.properties for PostgreSQL and MySQL are provided correspondingly in the files release_pg.properties and release_mysql.properties.
@@ -29,10 +28,7 @@ The examples of "# Connection properties" of release.properties for PostgreSQL a
 4. Build SIMAN java libraries and web archive Siman-WS.war
 
 - go to the directory SIMAN-WS
-- adjust JDBC properties to required RDBMS (MySQL or PostgreSQL) in the file conf\release.properties
-- adjust paths to ANT bin folder and JAVA_HOME in the file build-war.bat
-- run script build-war.bat
+- adjust paths to ANT bin folder, JAVA_HOME and required RDBMS (MySQL or PostgreSQL) in the file build-war.bat or build-war.sh
+- run script build-war.bat or build-war.sh
 - the result web archive SIMAN-WS.war is created in sub-directory dist
 
-5. To build war files on Linux please create appropriate shell script file 
-according to content of the file build-war.bat