X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Workspace%2FREADME;fp=Workspace%2FREADME;h=0000000000000000000000000000000000000000;hb=d71796668bef300bf69bd7e97591e78f6ec6612f;hp=c634b7854c674fbbcc2e73ae7943a60f0f1d344c;hpb=8f0a8ee39a7043e2212c5d78f98204fc27de57eb;p=tools%2Fsiman.git diff --git a/Workspace/README b/Workspace/README deleted file mode 100644 index c634b78..0000000 --- a/Workspace/README +++ /dev/null @@ -1,34 +0,0 @@ -How to build SIMAN java libraries and web archives (siman.war and Siman-WS.war) - -1. Download and Install ant as described here - -http://ant.apache.org/manual/install.html - - -for example, apache-ant-1.8.4-bin.zip - -Make sure you have a Java environment installed (jdk 1.6.0) - - -2. Take from SIMAN Java source codes from SIMAN CVS repository like this - - -cvs -d :pserver:bri@cvs.opencascade.com:/home/server/cvs/SIMAN checkout SIMAN_SRC - - -3. Build SIMAN java libraries and web archive siman.war - -- go to the directory Siman -- adjust paths to ANT bin folder, JAVA_HOME as well as required RDBMS (prepare-mysql or prepare-postgres) and Workflows (prepare-edf or prepare-cea) 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. - -4. Build SIMAN java libraries and web archive Siman-WS.war - -- go to the directory Siman-WS -- adjust paths to ANT bin folder, JAVA_HOME as well as required RDBMS (prepare-mysql or prepare-postgres) and Workflows (prepare-edf or prepare-cea) 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 -