]> SALOME platform Git repositories - tools/simanio.git/blob - scripts/siman_stabs_code_generator.sh
Salome HOME
the files add siman_stabs_code_generator.sh and SimanSalomeService.wsdl have been...
[tools/simanio.git] / scripts / siman_stabs_code_generator.sh
1 #!/bin/bash
2
3 export CODEGEN_HOME=${WSFCPP_HOME}/bin/tools/codegen
4 for f in $CODEGEN_HOME/lib/*.jar
5 do
6   CODEGEN_CLASSPATH=$CODEGEN_CLASSPATH:$f
7 done
8 export CODEGEN_CLASSPATH
9
10 echo the classpath $CODEGEN_CLASSPATH
11 java -classpath $CODEGEN_CLASSPATH org.apache.axis2.wsdl.WSDL2CPP $*