Flex项目大建SVN共同开发问题

说明:多人开发同一个flex项目的注意事项。
一个人建立的flex项目,其他人从SVN上把项目导出到本地的时候,需要修改部分参数。
在开发工具中,包资源管理器,下拉菜单中选择过滤器,把里面所有的够去掉,确认,此时在在flex项目中会多出来一些文件。
选中名字为.actionScriptProperties的文件,
<compiler additionalCompilerArguments="-compiler.debug -services &quot;D:/Workspaces/MyEclipse8.5/CommunitySecurity/WebContent/WEB-INF/flex/services-config.xml&quot; -locale zh_CN" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderLocation="C:/JavaDevelop/Tomcat6/webapps/CommunitySecurity" outputFolderPath="bin-debug" sourceFolderPath="flex_src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">

第一段D:/Workspaces/MyEclipse8.5/CommunitySecurity/WebContent/WEB-INF/flex/services-config.xml表示flex项目在那个工程下的路径。
要注意,flex源代码放入到web项目中时,要写web的路径
第二段outputFolderLocation="C:/JavaDevelop/Tomcat6/webapps/CommunitySecurity"是项目在tomcat中的路径。

svn

相关推荐