create .project file for flex application

◇◆丶佛笑我妖孽 提交于 2019-12-11 05:25:39

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/590210/create-project-file-for-flex-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!