[
https://issues.apache.org/jira/browse/IOTDB-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangdong Huang closed IOTDB-148.
---------------------------------
Resolution: Fixed
> modify start-*.sh to adapt the new jar files position
> -----------------------------------------------------
>
> Key: IOTDB-148
> URL: https://issues.apache.org/jira/browse/IOTDB-148
> Project: Apache IoTDB
> Issue Type: Sub-task
> Reporter: xiangdong Huang
> Priority: Major
>
> Hi, as discussed in the mailing list, the new releasing structure is:
> .
> ├── LICENSE
> ├── NOTICE
> ├── RELEASE_NOTES
> │
> ├── bin
> │ ├── start-client.bat
> │ ├── start-client.sh
> │ ├── start-server.bat
> │ ├── start-server.sh
> │ ├── stop-server.bat
> │ └── stop-server.sh
> │
> ├── conf
> │ ├── iotdb-engine.properties
> │ ├── iotdb-env.bat
> │ ├── iotdb-env.sh
> │ ├── iotdb-sync-client.properties
> │ ├── logback.xml
> │ └── tsfile-format.properties
> │
> ├── lib
> │ └── *.jar
> │
> ├── licenses
> │ └── *.license
> │
> └── tools
> ├── export-csv.bat
> ├── export-csv.sh
> ├── import-csv.bat
> ├── import-csv.sh
> ├── start-WalChecker.bat
> ├── start-WalChecker.sh
> ├── memory-tool.bat
> ├── memory-tool.sh
> ├── start-sync-client.bat
> ├── start-sync-client.sh
> ├── stop-sync-client.bat
> └── stop-sync-client.sh
>
> So, we need to modify the start-server.sh, start-client.sh etc.. to fit the
> above structure. The main difference is that the -classpath is changed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)