首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > flex >

Flex客户端ant同步配备

2012-11-09 
Flex客户端ant同步配置先转网上一篇Flex支持ant的文章:Until Flex Builder 3 Stand Alone includes Ant bu

Flex客户端ant同步配置

先转网上一篇Flex支持ant的文章:
Until Flex Builder 3 Stand Alone includes Ant built in you will have to install it separately. Peter Elst wrote steps for installing it in Flex Builder 2 but in Flex Builder 3 the steps are slightly different. For those that are not familiar with Eclipse, this can be tricky to install.
The following is the revised steps for Flex Builder 3 Stand Alone.

Quoted and revised from ??Select "The Eclipse Project Updates" and click finish
Note: If you do not have the option above click New Remote Site and enter "The Eclipse Project Updates" as the name and "eclipse - In the Eclipse Project Updates > Eclipse 3.3.2 (3.3.3, 3.3.4, etc) node select "Eclipse Java Development Tools..." and click nextAccept the license agreement and click nextClick finish to start downloadEclipse downloads Java Development ToolsClick "Install all" to install Java Development ToolsRestart the Eclipse workbench
That's it! You now have Apache Ant support in your standalone Flex Builder 3 install.

Go to Window > Other View > Ant and Click OK. You now have the Ant view

Please vote for ANT to be included in future versions.

Hmmm...interesting...

This entry was posted on Thursday, December 13th, 2007 at 2:55 pm and is filed underFlex. You can follow any responses to this entry through theRSS 2.0feed. You canleave a response, ortrackbackfrom your own site.

注意: 安装ant后可能会把svn插件弄没了, 可以重新装一次.

??? <target name="deploy" description="copy xml files to 90">
??? ??? <scp todir="root:
??? ??? ??? <fileset dir="./client/">
??? ??? ??? ??? <exclude name="*.fla"/>
??? ??? ??? ??? <exclude name=".svn"/>
??? ??? ??? </fileset>
??? ??? </scp>
??? </target>
???
</project>

这样就会自动把本地的client目录上传到90的client上.

热点排行