如何使用 ant build 使 Flex Builder 项目在现有 Flex 非项目上工作?
我想在使用 Ant 的 Flex 项目上进行一些开发:http://svn.openstreetmap。 org/applications/editors/potlatch2/ 。我可以从命令行构建它,但现在想使用 Flex Builder 3.0.2 来构建、调试等。
我可以看到一些不同的路径可以遵循,但没有任何东西表明“这是正确的方法”:
- 创建新的项目,在那里进行 SVN 签出(但是目录结构不匹配,并且不确定如何告诉 FB 使用现有的 build.xml 进行构建)
- 创建指向另一个目录的外部源链接,其中包含文件
创建新项目, 人们总是这样做吗? (以前没做过Flash开发...)
I want to do some development on a Flex project that uses Ant: http://svn.openstreetmap.org/applications/editors/potlatch2/ . I can build it from the command line but now want to use Flex Builder 3.0.2 to build, debug, etc.
I can see a few different paths to follow, but nothing that screams out "this is the right way":
- create new project, SVN checkout in there (but then the directory structures won't match, and not sure how to tell FB to build using the existing build.xml)
- create new project, create external source links to another directory with the files in it
Surely people do this all the time? (Never done Flash development before...)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,这就是最终对我有用的东西。事实证明我根本不需要使用ant来构建项目。这是针对特定项目(Potlatch2)的,但许多原则可能是通用的。
Ok, here's what ended up working for me. It turns out I didn't need to use ant to build the project after all. This is for the specific project (Potlatch2) but lots of the principles are probably common.