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 "/>
Please ignore my previous message. I was doing an ls of the wrong
directory. flexTasks.jar is indeed in ${FLEX_HOME}/ant/lib.
However, I am getting warnings:
[mkdir] Created dir: C:\barry\bin\flex\sdks\4.6.0\ant\classes
[javac] C:\barry\bin\flex\sdks\4.6.0\ant\build.xml:9: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last;
set to false for repeatable builds
[javac] Compiling 25 source files to
C:\barry\bin\flex\sdks\4.6.0\ant\classes
[javac] Note:
C:\barry\bin\flex\sdks\4.6.0\ant\src\flex\ant\FlexTask.java uses or
overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
Well...
First of all, I wasn't expecting mxmlc to use Java as an intermediate.
Now I need to figure out how to set includeantruntime and
-Xlint:deprecation and -Xlint:unchecked to figure out what's going on.
Or is that normal?
--
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-tp4974p4988.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.