为 flex 应用程序创建 .project 文件 [英] create .project file for flex application

查看:31
本文介绍了为 flex 应用程序创建 .project 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将我的 flex 项目添加到像 Clearcase 这样的 SCM,然后允许其他开发人员下载它并在 FlexBuilder 中使用.

I want to add my flex project to a SCM like Clearcase and then allow other developers download it and use in FlexBuilder.

我需要将它放在我的透明盒中的什么格式,以便用户可以简单地下载并导入到 Flex Builder 中?有没有办法创建一个 .project 文件或类似的文件,以允许 Flex 以明文形式识别项目?

What foramt do i need to place it in my clearcase so users can simply download and import into Flex Builder? Is there some way to create a .project file or similiar to allow Flex Recognise the project in clearcase?

推荐答案

我不知道 Flex Builder 项目配置文件(尽管我非常了解 ClearCase),但是这个问题看起来像您是否将项目文件置于版本控制之下?" 或 "哪些eclipse文件属于版本控制"

I do not know Flex Builder project config files (I do know very well ClearCase though), but this question looks like "Do you keep your project files under version control ?" or "Which eclipse files belong under Version Control"

本质上,只要您有相对路径和/或变量供其他用户解释,您就应该将任何配置文件放在 ClearCase 中.

In essence, you should put any config file in ClearCase as long as you have relative path and/or variable for the other users to interpret.

快照或动态 ClearCase 视图将简单地呈现这些文件供他们使用,无论它们是什么.例如,某些 eclipse .project 或 .classpath 可以以这种方式存储,同时使用链接目录.

A snapshot or dynamic ClearCase view will simply present those files for them to use, whatever they are. For instance, some eclipse .project or .classpath can be stored that way, while using linked directories.

因此,对于 Flex Builder 项目,确定要存储的文件的一种方法是将这些文件的最小子集复制到新目录中,然后检查是否可以成功重新打开项目.
一旦确定了最小文件集,您就可以将它们添加到源代码管理".

So for Flex Builder project, one way to determine what file to store is to copy a minimal subset of those files in a new directory and check if you can re-open your project successfully.
Once the minimal set of file is determined, you can "add to source control" them.

这篇关于为 flex 应用程序创建 .project 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆