Are you sure that FLEX_HOME has a value when your build file runs?
Double check that you are either reading a valid path for FLEX_HOME from a properties file, or define the property as an argument to ant on the command-line: ant -DFLEX_HOME=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.6.0 ...
HTH, Jason On 2/15/2014 6:59 AM, bgoldnyxnet wrote:
On 2/15/2014 5:29 AM, Maurice Amsellem [via Apache Flex Users] wrote:So you should change it to: <taskdef resource="flexTasks.tasks" classpath="="${FLEX_HOME}/ant/lib/flexTasks.jar "/>Okay, last message was from trying "ant" in the flex_home directory. SIgh. I'm still getting the error message: ========================================================================== [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found. ========================================================================== Looking in ~/bin/flex/sdks/4.6.0/ant, I notice a file flexTasks.tasks. I wonder if I need to include that file somehow. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-link-multiple-source-files-when-using-the-command-line-compiler-tp4974p4989.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
