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

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

问题描述

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

我需要把它放在我的清单中,以便用户可以简单地下载并导入到Flex Builder中。有没有一些方法来创建一个.project文件或类似,以允许Flex明确识别该项目?

解决方案

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



实际上,您应该将任何配置文件放入ClearCase只要你有相对路径和/或其他用户的解释变量。

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



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

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

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?

解决方案

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"

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.

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.

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天全站免登陆