This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTSC packaging问题



http://rtsc.eclipse.org/docs-tip/RTSC_Packaging_Primer这个网站有个入门教程关于RTSC打包

也就是传说中的xdc producer user's guide

我就按照里面的教程和提供的examble去做实验

遇到一个问题

就是利用xdc.tools.repoman工具区解压examble里面那些压缩包,比如说acme.utils里面的acme_utils.zip,解压到一个新的文件夹

解压之后

xs xdc.tools.repoman -t -p d:\repo\myrepo\

然后会显示包名及其信息,其中有一项是

writable:false

一开始我没有注意到这一点

是到了后来我想利用repoman工具把一个仓库里包复制到这个myrepo仓库里面的时候,操作失败

显示...............Repository ............is not writable。。。。。。。。。。

我的命令类似:xs xdc.tools.repoman -c -v -r d:\repo\myrepo\  -p d:\repo\charlie_xxx_xx\packages\ charlie.*

求大神帮助

之前我也看过xdc consumer user's guide 但是没提到这个......