语言

Menu
Sites
Language
Annoying toolchain behavior

SDK toolchain will package everything under the resource or data folder of the project source repository. The toolchain should only package the ones it needs for packaging other than everything. (e.g. subversion temporary files)

Happens on ubuntu 12.04, SDK 2.1.1

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

4 回复
Raghavendra Reddy Shiva
Can you clarify here, for what you meant by "subversion temporary files" ? Not very sure if it is a really an issue. As i understand, the "data" and "res" being the container directories for applications private data, and resource files (used by the application), all the information under these should be packaged. And majorly when we do a hybrid package, i.e for C/C++ project and a web app project together, then the "res" directory will contain the web application files (as .wgt). Like, ./res/wgt/config.xml ./res/wgt/index.html ./res/wgt/css ./res/wgt/js
Daniel Holmlund
See this thread for the answer http://stackoverflow.com/questions/1323121/eclipse-svn-ignore-bin
Davis Zheng
Thank you for your reply, we actually filtered in our build script. What we want to propose is can tizen toolchain filter this rather than each developer to figure out like other competitors do.
Raghavendra Reddy Shiva
Thanks for the input Davis. Have raised a feature request (JIRA ticket) as below for the SDK team . Please feel free to add your comments in the JIRA , if needed. https://bugs.tizen.org/jira/browse/TSDK-133