Compiling Flex Projects with Remote Ant -


I'm having trouble compiling applications with remote ant, something similar. Although this problem seems to be with the flex compiler when I compile a single script on my local file without any problems, but when I try the remote ant, it fails without giving more information.

Things to see on a remote machine:

  • In the build file The existing path is required to be valid (I'm sure the script file that you have created
  • You need to install a Flex SDK
  • You need to install Java JDK
  • You may need to set some environment variables correctly (such as java_homei)
  • ANT binaries on remote machines (but It seems that you already have this, probably with the system you have in use)
  • The sources to be compiled, obviously (I think you already have them, Possibly by your system from a repository)

In addition, I find it hard to believe that without any error,

You should have at least one log file anywhere you know what's wrong. Received.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -