首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在buckminster中使用版本限定符替换

在buckminster中使用版本限定符替换
EN

Stack Overflow用户
提问于 2010-08-03 04:42:34
回答 1查看 642关注 0票数 0

在我的cspex中,我有创建产品的操作

代码语言:javascript
复制
<public name="create.product" actor="ant">
        <actorProperties>
            <property key="buildFile" value="build/product.ant" />
            <property key="targets" value="create.product" />
        </actorProperties>
        <properties>
            <property key="profile" value="iitProfile" />
            <property key="iu" value="iit.product" />
        </properties>
        <prerequisites alias="repository">
            <attribute name="site.p2" />
        </prerequisites>
        <products alias="destination" base="${buckminster.output}">
            <path path="product.${target.ws}.${target.os}.${target.arch}/" />
        </products>
    </public>

在构建最终产品时,创建的文件夹如下所示的product.${target.ws}.${target.os}.${target.arch}.如何添加通过qualifier.replacement属性设置的限定符替换?我想我可以做一些像product.${target.ws}.${target.os}.${target.arch}_{qualifier.replacement}这样的事情,其中qualifier.replacement是在buckminster.versionQualifier执行期间设置的属性。

我知道当我执行操作site.p2.zip限定符替换被附加到文件的名称后,那么我如何在我的其他操作中使用它?我自己有没有执行buckminster.versionQualifier任务?

谢谢!

EN

回答 1

Stack Overflow用户

发布于 2010-08-05 02:00:49

在eclipse bugzilla上打开了关于这方面的增强:https://bugs.eclipse.org/bugs/show_bug.cgi?id=321753

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3391575

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档