[
https://issues.apache.org/jira/browse/IOTDB-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangdong Huang closed IOTDB-147.
---------------------------------
from v0.8.0 on, the structure is like what this issue points out.
> Script to generate the releasing structure
> -------------------------------------------
>
> Key: IOTDB-147
> URL: https://issues.apache.org/jira/browse/IOTDB-147
> Project: Apache IoTDB
> Issue Type: Sub-task
> Reporter: xiangdong Huang
> Priority: Major
> Fix For: 0.8.0
>
>
> Hi, as discussed on mailing list, we hope the file structure of the binary
> release 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
> Now we need a script (or maven plugin) to implement it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)