I have several Flex Builder projects which depend on each other (both libraries and "applications", i.e. projects which generate an SWF), and want to compile them from commandline. I know there is the fb.exportReleaseBuild
ant-Task, but unfortunately it doesn't work on Linux and only comes with Flex Builder.
我有几个相互依赖的Flex Builder项目(库和“应用程序”,即生成SWF的项目),并希望从命令行编译它们。我知道有fb.exportReleaseBuild ant-Task,但不幸的是它在Linux上不起作用,只有Flex Builder附带。
Is there any other way to build those projects, including their dependencies, from commandline?
是否还有其他方法可以从命令行构建这些项目,包括它们的依赖项?
3 个解决方案
#1
1
One nifty toolset is Antenae which has templates for handling nested project with various library dependencies. It's basically bunch of Ant scripts that provide quite a high level of abstraction to the whole build process.
一个漂亮的工具集是Antenae,它具有用于处理具有各种库依赖项的嵌套项目的模板。它基本上是一堆Ant脚本,它们为整个构建过程提供了相当高的抽象级别。
#3
0
You can use command line to compile flex projects. But you will have to enter the commands manually. Alternatively you can use ant build. Ant is available for GNU/Linux as well. Or which ever build you are comfortable with.
您可以使用命令行来编译Flex项目。但您必须手动输入命令。或者,您可以使用ant build。 Ant也适用于GNU / Linux。或者哪个构建你很舒服。
#1
1
One nifty toolset is Antenae which has templates for handling nested project with various library dependencies. It's basically bunch of Ant scripts that provide quite a high level of abstraction to the whole build process.
一个漂亮的工具集是Antenae,它具有用于处理具有各种库依赖项的嵌套项目的模板。它基本上是一堆Ant脚本,它们为整个构建过程提供了相当高的抽象级别。
#2
#3
0
You can use command line to compile flex projects. But you will have to enter the commands manually. Alternatively you can use ant build. Ant is available for GNU/Linux as well. Or which ever build you are comfortable with.
您可以使用命令行来编译Flex项目。但您必须手动输入命令。或者,您可以使用ant build。 Ant也适用于GNU / Linux。或者哪个构建你很舒服。