页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

  3.dwf-common-ext : dwf-common工程的二次开发工程。  进入 dwf-common\lib 目录,执行如下命令,导入外部lib包,同时自动引入外部引用:

        打开项目并进入目录scripts,执行codeAssemblyScripts.sh脚本,脚本内容为  :./codeAssemblyScripts.sh  如果不支持shell,请参考如下脚本一步一步执行,如果支持shell直接执行./codeAssemblyScripts.sh即可

代码块
languagebash
linenumberstrue
collapsetrue
cd dwf-common/lib
mvn install:install-file -Dfile=iotdb-jdbc-0.9.0.jar -DgroupId=org.apache.iotdb -DartifactId=iotdb-jdbc -Dversion=0.9.0 -Dpackaging=jar
mvn install:install-file -Dfile=tsfile-0.9.0.jar -DgroupId=org.apache.iotdb -DartifactId=tsfile -Dversion=0.9.0 -Dpackaging=jar
mvn install:install-file -Dfile=dwf-common-core-1.0.jar -DgroupId=edu.thss.platform -DartifactId=dwf-common-core -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=dwf-app-core-1.0.jar -DgroupId=edu.thss.platform -DartifactId=dwf-app-core -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=dwf-modeler-core-1.0.jar -DgroupId=edu.thss.platform -DartifactId=dwf-modeler-core -Dversion=1.0 -Dpackaging=jar
cd ../..
mvn install

...