朱天赐 created IOTDB-154:
-------------------------
Summary: remove unuseful package.sh
Key: IOTDB-154
URL: https://issues.apache.org/jira/browse/IOTDB-154
Project: Apache IoTDB
Issue Type: Improvement
Reporter: 朱天赐
When you use package.sh, you would get an error information
{code:sh}
Copy denpendency jars to ./lib
cp: cannot stat './target/lib/*.jar': No such file or directory
Copy latest tsfile-jar to ./lib. version is :
cp: cannot stat './target/tsfile-.jar': No such file or directory
Zip all jars...
zip warning: name not matched: ./*
zip error: Nothing to do! (tsfile-.zip)
Done. see ./lib/tsfile-.zip
{code}
In fact, It's useless. Because you can find it directly in the target directory.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)