English 中文(简体)
阿帕奇·伊夫和安顿 文件
原标题:Apache Ivy & Settings File

我写了我第一个为新贾瓦项目打字的“我”组合,并试图把我的编织物——xml的档案打上我的手稿。

I ve沿用了所有的理论,并正确地增加了<条码>xmlns:ivy=“antlib:org.apache.ivy.ant>在我建筑的xml档案中的名称空间。 到目前为止,我已尝试实现我的决心和清洁目标,这些目标运行<编码>ivy:resolve和ivy:cleancache,而且似乎都在发挥作用(Ant能够发现一只字)。

然而,......当我四舍五入时:解散,就没有权利进入公共集会。 由于我的决心者被写在我的SVN根基中,我不得不得出结论,我没有看到我的编织物。

我有意把我的编织物编成单项来源控制项目,因为所有项目都将使用。

因此,我的问题是:

How do I instruct the Ant buildscipt to look for a checked-out version of ivy-settings.xml somewhere else in my file system, not just sitting there locally in the same directory as build.xml?

最佳回答

将环境名称改为:

ivydings.xml

如果你想要改变这一缺省名称和地点(与建筑档案相仿)则使用“设定”任务。

Update

这就是我如何确保在援引“四”、“四”、“四”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“四”、“三”、“三”、“四”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三”、“三、四”、“三、四”、“三、四、五、五、八、八、九、八、八、九、九、八、九、八、八、八、八、八、八、八、九、八、八、八、九、八、八、八、九、八、八、八、八、八、九、八、九、八、八、八、九、九、八、八、八、九、九、九、九、八、八、九、九、八、八、八、八、九、八、八、八、九、八、八、九、八、八、八、九、九、九、八、九、九、八、八、八、九、九、九、八、八、八、九、九、八、八、九、八、 设定一个叫做init、被宣布为依赖性的目标

<target name="init">
    <ivy:settings file="../../ivydings.xml"/>
</target>

<target name="resolve" depends="init">
    <ivy:resolve/>
</target>

<target name="clean" description="Cleanup build directory">
    <delete dir="${build.dir}"/>
</target>

<target name="clean-all" depends="init,clean" description="Clean and purge caches">
    <!-- Purge the ivy cache -->
    <ivy:cleancache/>
</target>
问题回答

暂无回答




相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签